Tagged: builder, single product, template, woocommerce
-
AuthorPosts
-
February 1, 2019 at 2:09 pm #1061544
Hi,
I wonder if there is a way to create a custom single product page template for woocommerce using enfold builder in order to override the basic template ?
So far I found several answers, all says no but I hope that in 2019 something has change :)
Thanks,
ClémentFebruary 1, 2019 at 3:26 pm #1061574To be more precise, I would like to build a model that will be use automaticatly when I import product by csv for example.
And so in the builder you have few elements coming from woocommerce but strangely nothing like “product name” or “short description”. How can I do that ??Thanks,
ClémentFebruary 1, 2019 at 3:32 pm #1061577And to go further I want to show an introduction to the brand of my product under the product description. As I sell several brand I would like something to allow me to show short description of the brand automaticatly. I thought about something wich allow me to define brand by label and once a label it’s check it displays the name of the label and its description. Is it possible ?
February 4, 2019 at 3:49 pm #1062724So as I didn’t have anyanswer I try to custom the template of the single product. I continued to investigate and I found this :
– in order to present product-image on 50% of the page, just a bit CSS is enought :.single-product-main-image { width: 44%; }
– to put the tabs on fullwidth: I find in the enfold/config-woocommerce/config.php the following code that I removed :
# # display tabs and related items within the summary wrapper # remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 );
But it ain’t working so I still don’t understand…
– in order to display specific tabs with the right product I found the pro version of this plugin which work’s like a charm: https://yikesplugins.com/plugin/custom-product-tabs-pro/
February 4, 2019 at 4:23 pm #1062735Hi Enfold Team,
So I find a solution to customize the template without using the enfold’s builder. So you can close the tickets.
Best regards,
ClémentFebruary 4, 2019 at 8:44 pm #1062843Hi Clément,
Glad you got it working for you! :)
We could not get to your thread because you were updating it all the time and so it was always put to the end of the queue.
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 5, 2019 at 12:37 pm #1063136Hi,
I was too prolix :) Just to be sure, you confirm that there is no way to use the enfold builder in order to build single-product template ?
Thanks,
ClémentFebruary 7, 2019 at 6:04 pm #1064228February 7, 2019 at 6:07 pm #1064232Hi,
Yes that what I thought, you can build a product but you can not build a template that will be use automatically when you import la lot of products.
Thanks for your answer.
Best regards,
ClémentFebruary 8, 2019 at 6:20 pm #1064716Hi Clément,
Well, that not really. In this case, the Advanced Layout Builder option will not work.
Best regards,
VictoriaFebruary 8, 2019 at 6:51 pm #1064732Thanks, you can close the tickets.
February 9, 2019 at 8:58 am #1064894 -
AuthorPosts
- The topic ‘Override single product template by using enfold builder’ is closed to new replies.