X

How to count sale product in Magento 1

- If you want to show stock sold on the product page for the entire…

Leo

How to call static block any page in Magento 2

- If you want to call static block in cms page: [crayon-673b8aaea888f269284275/] - If you…

Leo

[Solved] add product in cart using ajax in Magento 2

If you want to add product in minicart Magento 2 with Ajax, follow below way:…

Leo

How to clear items in cart magento 1&2

Magento 1 : The code for delete shopping cart items for logged in customer: [crayon-673b8aaea9789663240614/]…

Kien Wiliam

How to install Magento 2 via Archive file, Composer or GitHub

When installing Magento 2 on your machine you should ask yourself: Do I need more…

Kien Wiliam

Magento : Get Base Url , Skin Url , Media Url , Js Url , Store Url and Current Url

MAGENTO 1 : Get Url in phtml files [crayon-673b8aaeabeca146622777/] Get Url in cms pages or…

Kien Wiliam