Remove Product from WooCommerce Minicart Using AJAX

#Code for rmeove Action #Remove items from the cart with Ajax Now, we will add a click event to delete items from the mini cart. You should add this to the main JS file of your theme. #Add action to functions.php file to handle AJAX request

How to create Minicart in WooCommerce

#Code for Header mini cart #Remove items from the cart with Ajax Now, we will add a click event to delete items from the mini cart. You should add this to the main JS file of your theme. #Add action to functions.php file to handle AJAX request

Convert Old Shopify Theme Into Shopify 2.0

Steps: 1. Remove {% section %} tags 2. Move surrounding {% section %} codes into their own sections for example: {% section ‘product-faqs’ %} will be now product-faqs.liquid under SECTIONS 3. Replace the Liquid template with a JSON template. For example: page-faq-template.liquid will be page.faq.json 4. Add in references to the sections into your new […]