How to Update CoCart

Updates to CoCart, WooCommerce, WordPress and any other plugin are a fact of life. I work hard to make sure that each release provides an improvement, new features, fixes issues, compatibility, even tighten security to make CoCart do what it needs to do for your headless store. So how do you update CoCart and without […]

How to create a cart

Updated Last: 30th March, 2022 A normal LAMP stack WordPress site, WooCommerce uses PHP sessions in the browser to keep shopping carts in sync and stores the session and cart data in cookies for each visitor to the site. However, when using a modern framework like React, there are no use of cookie management unless an […]

Add PHP Code Without Editing Files

The best way to apply changes to your store is to add them in parts/snippets without touching any files in a plugin or the theme your using. This quick guide explains how to use a functionality plugin instead. Editing other PHP file carries the risk of breaking the rest of the code in the file […]