Suada Cane  / 
5 min read

How To Update Magento Header Mini Cart Dynamically With Ajax Cart

For the ultimo theme, if you are using ajax instant cart (or any ajax cart), you will want to have the header mini cart updated with the new cart subtotal and cart number of items. Here is how I accomplished this with other Ultimo sites. 1.) Create a file such as public_html/src/cart_update.php Use this code: […]

Read
Suada Cane  / 
4 min read

Set Up Content Staging, Merging, and Rollbacks

Creating a content staging environment simply means creating an environment that is not visible to customers, and where one can test out different features and make modifications without worrying about their store breaking. How to Set Up Content Staging These sites share the same Magento installation, but do not have to share the same domain, they […]

Read