├── README.md
├── Snapshot
└── Increase-qty.png
├── etc
└── module.xml
├── registration.php
└── view
└── frontend
├── layout
└── catalog_product_view.xml
├── templates
└── product
│ └── view
│ └── addtocart.phtml
└── web
├── css
└── qty.css
├── js
└── view
│ └── qty.js
└── template
└── product
└── view
└── addtocart.html
/README.md:
--------------------------------------------------------------------------------
1 | # magento2-knockoutjs
2 | Using Knockout JS in Magento 2 to Decrease and the Increase Qty of the product on the product detail page.
3 |
4 | ## Snapshot
5 | 
6 |
7 | ## See the video how I can create this extension
8 | https://www.youtube.com/watch?v=3mGfCqLvSvA
9 |
--------------------------------------------------------------------------------
/Snapshot/Increase-qty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/php-cuong/magento2-knockoutjs/0626f303531fa60c1db7b1b49864310ba133e0ef/Snapshot/Increase-qty.png
--------------------------------------------------------------------------------
/etc/module.xml:
--------------------------------------------------------------------------------
1 |
2 |