Woocommerce cart session
-
Hello,
i need some help figure out how to disable session expire on cart
Also i tried things to do with code no results
add_filter( 'wc_session_expiring', 'woocommerce_cart_session_about_to_expire' ); function woocommerce_cart_session_about_to_expire( $seconds ) { return 60 * 60 * 47; } add_filter( 'wc_session_expiration', 'woocommerce_cart_session_expires' ); function woocommerce_cart_session_expires( $seconds ) { return 60 * 60 * 48; }
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Woocommerce cart session’ is closed to new replies.