Modify cart to show all products (no matter the quantity)
-
I’m looking to design a shop where all products are listed in the cart (or a different page simulating the actual cart) no matter the quantity. The basic idea is to emulate an old fashioned mail order form where you only have to specify quantity.
But $woocommerce->cart->get_cart() doesn’t return anything unless it has a at least one product with a quantity > 0. Any ideas to a solution to this problem?
Thanks!
- The topic ‘Modify cart to show all products (no matter the quantity)’ is closed to new replies.