This topic has 4 replies, 2 voices, and was last updated 9 years ago ago by Eva Kemp
Hello,
i want to change the link from “go to checkout” to “go to shopping cart”
http://www.fotos-hochladen.net/view/addtocart7xdrfo3lwy.jpg
Can you tell me where i can change this?
I am using the actual WooCommerce and Theme Version
Thanks
Tobi
Hello,
You need edit the file wp-content/themes/royal/framework/theme-functions.php (line 421) and replace the code var checkoutUrl = '<?php echo esc_url( $woocommerce->cart->get_checkout_url() ); ?>';
with var checkoutUrl = '<?php echo esc_url( $woocommerce->cart->get_cart_url() ); ?>';
Regards,
Eva Kemp.
Thanks!
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: add to cart, checkout, popup, shopping, template, woocommerce, wordpress
The issue related to '‘Add to Cart Popup’' has been successfully resolved, and the topic is now closed for further responses