Clear cart for logged in user
-
Hi guys,
I need orders to placed by different people logged into the same account. I have simply tried to add a filter
add_filter( ‘woocommerce_persistent_cart_enabled’, ‘__return_false’ );
using code snippets but .. no cigar! That is to say the user cart updates across browsers / sessions. The context is food orders from room guests in a hotel account. I don’t want them having to crate accounts as orders go on thier tab.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Clear cart for logged in user’ is closed to new replies.