Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #966276

    Hi.

    I need to customise the Thank You page.
    I have a Thank you page that used to automatically come up after check out but after changing themes (Inovado to Enfold) that page was replaced by the Enfold default Thank You page.
    I am not an expert or advanced on wordpress code, so go easy and simple, please.

    As before I leave the temporary access below, just in case.

    Thanks in advance.

    #966339

    Hey Michael,

    Thanks for the login. What exactly are you looking to change. In order to view the thank you page then we will need to make a purchase I guess? Do you have a sandbox payment options maybe?

    Best regards,
    Rikard

    #966342

    Hi Rikard

    I do not want to use the default Enfold/Woocommerce Thank You page.
    I created my own thank you page and I wanted that page to replace the other.
    You can find that page amongst the other pages.

    It is a simple page

    Thanks

    #966844

    Hi,

    Please take a look at the post here
    https://www.tychesoftwares.com/how-to-customize-the-woocommerce-thank-you-page/

    Best regards,
    Basilis

    #983518

    Hi.
    How can Enfold theme not show products or categories at the Shop page. Is there a way?
    I have set my own categories in the main shop page but I cannot make the default categories or products or both go away.
    Is there a process or a plugin?

    Thank you

    #983614

    Hi Michael,

    So you want the default section at the very bottom of the page you linked removed?

    Best regards,
    Rikard

    #987230

    Hi Rikard
    Yes.
    I want the woocommerce default shop removed from that page, but working on the other ones.

    Regards
    Michael

    #987682

    Hi Michael,

    Thanks for the feedback. Please try this in your child theme’s functions.php file:

    function michael_hide_default_shop_elements(){
    if(is_shop()) { 
    ?>
    <style>
    .template-shop, .sidebar {
      display:none;
    }
    </style>
    <?php
    }
    }
    add_action('wp_head', 'michael_hide_default_shop_elements');

    Best regards,
    Rikard

    #990541

    Hi Rikard

    Part of the shop page is customised and the bottom part is woocommerce default.
    The code you’ve sent eliminates totally both customise and default.
    What I needed is someway to take the default woocommerce from that page but maintain the customised bit.

    Thanks for all the support.

    #991054

    Hi Michael,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #992635

    Hi Victoria.

    There is a link attached with an image of what I want.
    I just want to NOT SEE the default Woocommerce shop in the shop page….

    Thanks for the support

    #993495

    Hi Michael,

    Well, you can build the custom shop page and not use the default shop page.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.