-
AuthorPosts
-
June 4, 2018 at 3:39 am #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.
June 4, 2018 at 7:01 am #966339Hey 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,
RikardJune 4, 2018 at 7:16 am #966342Hi 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
June 4, 2018 at 10:03 pm #966844Hi,
Please take a look at the post here
https://www.tychesoftwares.com/how-to-customize-the-woocommerce-thank-you-page/Best regards,
BasilisJuly 10, 2018 at 7:34 am #983518Hi.
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
July 10, 2018 at 12:40 pm #983614Hi Michael,
So you want the default section at the very bottom of the page you linked removed?
Best regards,
RikardJuly 19, 2018 at 1:46 am #987230Hi Rikard
Yes.
I want the woocommerce default shop removed from that page, but working on the other ones.Regards
MichaelJuly 20, 2018 at 5:14 am #987682Hi 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,
RikardJuly 27, 2018 at 6:12 am #990541Hi 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.
July 29, 2018 at 2:41 pm #991054Hi Michael,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaAugust 2, 2018 at 2:31 am #992635Hi 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
August 4, 2018 at 12:09 pm #993495Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.