How to allow multiple items in your cart

Multiple cart items of different type

By default, the theme will allow you to have only one cart item. You can easily change this by add the following code into your child theme’s functions.php file:

add_filter( 'routiz/cart/empty_cart', '__return_false');

Multiple cart items of the same type

If you also want to enable multiple cart items of the same type, you need to edit the product type and change this. For example, if you want to have multiple plans, then edit the following file:

\routiz\inc\src\woocommerce\products\wc-product-listing-plan.php

and change is_sold_individually to false, like:

public function is_sold_individually() {
    return false;
}

You can find all the product types in the same folder:

\routiz\inc\src\woocommerce\products\

Support

Can't find what you need? Ask a real human

We are a small but dedicated team passionate about what we do. Your can reach us using the following contact form. For support requests, please use our help desk.

If you have technical questions, please use our support center

Check our ticket system, where you can direct your questions to our support team

Go to ticket system

Support us by leaving a great review

The best way to support us is by leaving a great review + 5 stars. We will send positive vibes back to you :)