Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1049329

    Hi there,

    I am using Enfold and want to create a custom Woocommerce Shop Page. (Reason is that I have to display some information according to german law like price per unit…)
    Everything works fine until I switch the Shop-Page setting to my new page.
    Now I cannot edit the page anymore withe the advanced layout builder and whe I open the page some parts (like product grids) were added automatically.
    Can yo help me please?

    Regards Tim

    #1049473

    Hey Mosaik-Gin,

    Thank you for using Enfold.

    You can’t modify the base shop page with the advance layout builder because it has its own custom template. You have to deselect that page as shop page.

    Best regards,
    Ismael

    #1049550

    Hi Ismael,
    thank you for your answer.
    The problem is that with an empty cart the button “Go back to shop” redirects to the shop page.
    But I know solved my issue by changing this button. Here the code if someonelse faces the same issue

    /**
     * Changes Return to Shop button URL on Cart page.
     *
     */
    function wc_empty_cart_redirect_url() {
            return 'http://yoururl.com/';
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );

    Best Regards Tim

    #1049778

    Hi,

    Awesome! Thanks for the info. I’m sure it will help a lot of users. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom Woocommerce Shop Page’ is closed to new replies.