Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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ément

    #1061574

    To 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ément

    #1061577

    And 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 ?

    #1062724

    So 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/

    #1062735

    Hi 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ément

    #1062843

    Hi 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,
    Victoria

    #1063136

    Hi,

    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ément

    #1064228

    Hi Clément,

    You can build products with the Advanced Layout Builder.
    Image 2019-02-07 at 18.03.59.png
    But in this case, you get the clean slate and will need to add the elements using the Advanced Layout Builder.

    Best regards,
    Victoria

    #1064232

    Hi,

    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ément

    #1064716

    Hi Clément,

    Well, that not really. In this case, the Advanced Layout Builder option will not work.

    Best regards,
    Victoria

    #1064732

    Thanks, you can close the tickets.

    #1064894

    Hi,

    Thanks for letting us know, I’ll close this for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Override single product template by using enfold builder’ is closed to new replies.