Home › Forums › WoodMart support forum › Single product page question
Single product page question
- This topic has 10 replies, 3 voices, and was last updated 6 years, 6 months ago by
Elise Noromit.
-
AuthorPosts
-
December 29, 2018 at 9:44 pm #99090
nbentoParticipantHi 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 buttonWhet file do I need to edit and is it possible to make this on this theme?
December 30, 2018 at 8:12 am #99115
Elise NoromitMemberHello,
There is no option to configure the product in three columns as shown.
Best Regards
December 30, 2018 at 5:28 pm #99250
nbentoParticipantI just want to change from 2 to 3 columns. The rest I can do it.
Can you guys help me out?December 30, 2018 at 6:57 pm #99262
Elise NoromitMemberHello,
Such modification requires complicated customization of Woocommerce plugin. We do not have a quick solution.
Best Regards
December 30, 2018 at 7:06 pm #99266
nbentoParticipantHi
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/2d325f30f2e9881a9e0e8f3d7c9c3d47I just need to figure it out how to put the variables and the buy button on that 3rd column.
December 30, 2018 at 8:33 pm #99272
Elise NoromitMemberHello,
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
December 30, 2018 at 10:01 pm #99289
nbentoParticipantElise.
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.December 30, 2018 at 10:06 pm #99292
Artem TemosKeymasterThere is no such layout in our theme and in WooCommerce in general. Such kind of customization is out of theme support scope.
December 30, 2018 at 10:10 pm #99294
nbentoParticipantThank you for your reply Artem.
I’ll change to other theme then.
Regards
NelsonJanuary 6, 2019 at 8:05 pm #100233
nbentoParticipantHi
After digging around here is what I come up with.
No woocommerce hard customization needed
https://gyazo.com/80858a71e57711a60c072d8119a0f0edNo coding what so ever needed.
You can close this topic.Regards
January 6, 2019 at 8:44 pm #100238
Elise NoromitMemberIf you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Single product page question’ is closed to new replies.
- You must be logged in to create new topics. Login / Register