skip cart
-
Hi,
Am using the Masterstudy theme, and I want to skip the cart page.I used “code snippets” to add those code to my website:
”
add_filter( ‘woocommerce_add_to_cart_redirect’, ‘skip_woo_cart’ );function skip_woo_cart() {
return wc_get_checkout_url();
}
”
but it didn’t solve my problem.and I tried again from woocomarce setting, but there is no result.
I used also a plugin called “Direct Checkout for WooCommerce” but nothing happened.
please help me.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘skip cart’ is closed to new replies.