Categories: Developer (1) · Getting Started (1) · Questions (14) · Requesting support from us (9) · Snippets (7) · WP-CLI (1)

Can I install/update CoCart via Composer?

Yes. The best method would be to install/update CoCart from the GitHub repository but you can also do so via https://wpackagist.org/

View article

Why CoCart and not WooCommerce Store API?

WooCommerce Store API is limited and designed mainly to focus on their Gutenberg blocks they have developed in React.

View article

Why does CoCart use a custom session table in the database?

The default WooCommerce session table only stores the basics of a cart in session. CoCart provides additional data that maybe required to help you and other add-ons/extensions developed by CoCart or third-parties.

View article

Why does CoCart use a custom session handler in the first place?

If you’re familiar with WooCommerce, you may be wondering, why using a custom session handler at all instead of the WooCommerce default session handler?

View article

Can I change the layout format/add/change details to the responses?

CoCart can be filtered to change or add details to any response.

View article

Do I need to have coding skills to use CoCart?

As this plugin is built for developers, you will need to have some coding knowledge to use it. Checkout the documentation to get some understanding.

View article