This topic has 8 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
Hello, I would like to know how can I add something like size of some product on single product page.
Thanks,
Melisa
Hello,
Go to Products > edit product > scroll down to the 8theme Product Options and choose image for the size guide http://prntscr.com/desw96
Regards
Hi, sorry what I would like to know is how can I add different selects like, size, color in the details of the products before buying.
It is possible to add different properties to select?
For example in this page yoy have color: https://www.8theme.com/demo/xstore/shop/woman/dresses/hope-power-dress/
Thanks
Hello,
Oh, I see. You need to create variable products https://docs.woocommerce.com/document/variable-product/
Regards
Thanks!
Another question, how can I do to change the top image on product simple page? for example for this page: https://paintplott.com/producto/bronce/
Is it possible to put the name of the product where now is “PRODUCT INFORMATION”?
Hello,
1) To change the breadcrumbs go to Theme Options > General > Breadcrumbs, there you’ll find options to change the color and add breadcrumbs image if you need. Unfortunately, there is no option to use different breadcrumbs image for different products.
2) Go to Theme Options > E-Commerce > Single Product Page > Show product name above the price > ON.
Regards
Hi, I have just add variables with different prices at a product but it shows the price twice. In one case it show the minimun price and the maximun, and then the real price dependeding on the litres you choose. How can I do to only dislpay the real price? Could you help me?
This is the link of the example: https://paintplott.com/producto/violeta/
Thanks!
Hello,
This is how WooCommerce plugin works. There is no option to hide it in WooCommerce settings.
But you can try to do using with custom CSS (Theme Options > Styling > Custom CSS)
.single-product .product-type-variable .product-information-inner .price {
display: none;
}
.single-product .product-type-variable .product-information-inner .variations_form .price {
display: block;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up