Home Forums WoodMart support forum See private content 3

See private content 3

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #676150

    woeter
    Participant

    See private content4

    Attachments:
    You must be logged in to view attached files.
    #676341

    Hung Pham
    Keymaster

    Hi woeter,

    Thanks for reaching to us and appreciate your patience.

    =Please add below Custom Code to the function.php of the Child theme:

    function wc_empty_cart_redirect_url() {
    	return 'https://www.mywebsite.com/'; 
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );

    Kind Regards,
    Hung PD

Viewing 2 posts - 1 through 2 (of 2 total)