Home Forums WoodMart support forum Single product page question

Single product page question

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #99090

    nbento
    Participant

    Hi guys
    I need to make this:
    https://gyazo.com/3a3e2520235e3ef565facef0197d4eae
    Single product page 3 columns instead of the actuall 2.
    Just as the image.
    1st column the product image
    2nd column the product details (summary description)
    3 coloumns the product options and buy button

    Whet file do I need to edit and is it possible to make this on this theme?

    #99115

    Hello,

    There is no option to configure the product in three columns as shown.

    Best Regards

    #99250

    nbento
    Participant

    I just want to change from 2 to 3 columns. The rest I can do it.
    Can you guys help me out?

    #99262

    Hello,

    Such modification requires complicated customization of Woocommerce plugin. We do not have a quick solution.

    Best Regards

    #99266

    nbento
    Participant

    Hi
    You should have that quick solution. It was pretty easy.. all other woocommerce/wordpress themes have their developers helping who wants it, you guys are the only ones telling me there is complicated customization. I do own 5 other themes and managed to get them with 3 columns and never have a developer saying what you said.
    Check this:
    In file: wp-content/themes/woodmart/woocommerce/content-single-product.php
    Change (only if you really want a fixed solution, otherwhise dotn do it)
    In line 95: <div class="<?php echo esc_attr( $product_images_class ); ?> product-images" <?php echo ( $product_images_attr ); ?>>
    to:
    <div class="col-lg-4 col-12 col-md-6 product-images" <?php echo ( $product_images_attr ); ?>>

    add this in line 144
    <div class="col-lg-3 col-12 col-md-6 summary entry-summary">test</div>
    And this is the result:
    https://gyazo.com/2d325f30f2e9881a9e0e8f3d7c9c3d47

    I just need to figure it out how to put the variables and the buy button on that 3rd column.

    #99272

    Hello,

    Our support does not cover the customization of the plugins. Sometimes we can provide CSS code for minor changes.

    You can find a developer or contact our partners on the issue https://codeable.io/partners/xtemos-studio/?ref=BwH0e

    Best Regards

    #99289

    nbento
    Participant

    Elise.
    Its not a plugin. Its a modification of your own theme files. NOT a plugin.
    I need to modify the theme page and change the buy button and variations to the 3rd column.
    This is done in your theme files NOT a plugin.

    #99292

    Artem Temos
    Keymaster

    There is no such layout in our theme and in WooCommerce in general. Such kind of customization is out of theme support scope.

    #99294

    nbento
    Participant

    Thank you for your reply Artem.

    I’ll change to other theme then.

    Regards
    Nelson

    #100233

    nbento
    Participant

    Hi
    After digging around here is what I come up with.
    No woocommerce hard customization needed
    https://gyazo.com/80858a71e57711a60c072d8119a0f0ed

    No coding what so ever needed.
    You can close this topic.

    Regards

    #100238

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Single product page question’ is closed to new replies.