Skip Navigation

[Resolved] WooCommerce still overriding custom Product template

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 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 1 voice.

Last updated by keithP-6 1 week, 5 days ago.

Assisted by: Minesh.

Author
Posts
#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?

hidden link

#2814814

Minesh
Supporter

Languages: English (English )

Timezone: 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
Supporter

Languages: English (English )

Timezone: 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!