Settings issues and redirect url
-
Am using ?woocommerce v2.6.4.
1 .) i given the redirect url to Buy now button as below in functions.php
function custom_add_to_cart_redirect() {
return ‘https://www.google.co.in/’;
}
add_filter( ‘woocommerce_add_to_cart_redirect’, ‘custom_add_to_cart_redirect’ );?but its not redirecting.you can check in,link :
site : https://www.gobzsites.esy.es/rflights/product/led-night-lamp-0-5-watt/?2.)If i click settings option in woocomerce->setting it shows like
(given link).
give the solution for these issues.
- The topic ‘Settings issues and redirect url’ is closed to new replies.