Navigation überspringen

[Gelöst] WooCommerce still overriding custom Product template

This support ticket is created vor 11 months, 2 weeks. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zeitzone des Unterstützers: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 2 Antworten, hat 1 Stimme.

Zuletzt aktualisiert von keithP-6 vor 11 months, 1 week.

Assistiert von: Minesh.

Author
Artikel
#2814801

It appears that WooCommerce is not letting the custom Toolset content template we created to display correctly. Everything in the "description" tab is coming from the Toolset WooCommerce Blocks content template, but you can see the default WooCommerce content is still showing above it. What are we doing wrong here?

versteckter Link

#2814814

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I'm not sure whats going wrong until I review your current setup.

Can you please make sure you followed the following Doc:
- https://toolset.com/course-lesson/creating-custom-templates-for-single-product-pages/

If yes, you can send me admin access details and allow me to review your current setup.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#2815127

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

It seems this is due to the custom child theme you are using.

Can you please check with one of the our recomonded theme and check if it works with any of the recomonded theme.
- https://toolset.com/documentation/recommended-themes/

#2815138

I actually found that as well. The child theme was not declaring WooCommerce support in the functions file. Once I added it, the issue seemed to be resolved. Thanks!