Add size on single product page - by Melisa

This topic has 8 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Olga Barlow

  • Avatar: Melisa
    Melisa
    Participant
    December 3, 2016 at 00:45

    Hello, I would like to know how can I add something like size of some product on single product page.
    Thanks,

    Melisa

    7 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 3, 2016 at 11:39

    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

    Avatar: Melisa
    Melisa
    Participant
    December 3, 2016 at 12:52

    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

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 3, 2016 at 13:33

    Hello,

    Oh, I see. You need to create variable products https://docs.woocommerce.com/document/variable-product/

    Regards

    Avatar: Melisa
    Melisa
    Participant
    December 5, 2016 at 18:20

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

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 6, 2016 at 09:12

    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

    Avatar: Melisa
    Melisa
    Participant
    December 13, 2016 at 19:08

    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!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 14, 2016 at 09:38

    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

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.