- This topic has 12 replies, 5 voices, and was last updated 6 years, 2 months ago by
Tom.
-
AuthorPosts
-
July 27, 2015 at 8:36 am #124080
Dhruv
Hey Tom,
Can I use Sections Add-on on woocoomerce single product post ?
Dhruv
July 27, 2015 at 5:19 pm #124206Tom
Lead DeveloperLead DeveloperCurrently there’s no easy solution for this – but I’m working on it.
I had the same problem on this site using Easy Digital Downloads – what I’ve done for now is create regular pages for my products and then set up 301 redirects from the product pages to my pages.
This is high on my to-do list though.
July 29, 2015 at 1:55 am #124504Dhruv
I am waiting for this feature in sections addon 🙂
August 22, 2015 at 11:56 pm #131479Tom
Lead DeveloperLead DeveloperThis is possible in the latest version of Sections/GP Premium!
Something like this should do the trick:
add_filter( 'generate_sections_post_types','generate_add_section_post_types' ); function generate_add_section_post_types() { return array( 'page','post','product' ); }Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
April 20, 2016 at 2:58 am #188098Daniel
Any update for this yet? I tried solution above, but doesnt work! Thanks
April 20, 2016 at 2:58 am #188099Daniel
(frontend, anyway – I can see them backend!)
April 20, 2016 at 11:53 am #188180Tom
Lead DeveloperLead DeveloperAh, interesting. It seems the WooCommerce template overrides the Sections template.
I’ll have to play with this some more to see if it’s possible to tell WooCommerce to take a back seat to Sections.
April 22, 2016 at 4:24 am #188545Daniel
Thanks, appreciate it – I want the WC categories to display in the same format and styling as all the other ‘pages’ with the header section – otherwise I’m going to get duplicate content issues if I create them all as separate pages showing the same category content 🙁
Thanks!!
April 22, 2016 at 9:11 am #188604Tom
Lead DeveloperLead DeveloperOne option is to create them as separate pages with the WC shortcodes in Sections, then use 301 redirects from the category pages to your static pages. That will prevent the duplicate content issues.
April 13, 2018 at 12:53 pm #549796Vision64 GmbH & Co KG
Any news on this?
I would also like to use sections in WooCommerce.
Will it be included soon?
UweApril 13, 2018 at 9:03 pm #549979Tom
Lead DeveloperLead DeveloperNo new news on this unfortunately. With the upcoming release of Gutenberg, we’ll likely be looking to move from Sections to Gutenberg blocks.
January 21, 2020 at 9:37 am #1139422fabiosilva
Any news, Tom? :-S
January 21, 2020 at 3:40 pm #1139697Tom
Lead DeveloperLead DeveloperWe’ll be releasing our block plugin (Sections replacement) shortly 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.