Add to cart URL
-
add to cart button custom url is not working. am using 4.6.1 version.
function custom_add_to_cart_redirect() {
return ‘https://www.yourdomain.com/your-page/’;
}
add_filter( ‘woocommerce_add_to_cart_redirect’, ‘custom_add_to_cart_redirect’ );\this is not working
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Add to cart URL’ is closed to new replies.