Value of variable products - by msstilos

This topic has 5 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler

  • Avatar: msstilos
    msstilos
    Participant
    December 18, 2018 at 14:23

    Product prices are not showing up when it’s a variable product! In the variable products only the promotional price appears! The real value is not appearing, just the dollar sign.

    4 Answers
    Avatar: msstilos
    msstilos
    Participant
    December 18, 2018 at 14:24

    Link of a variable product, the fixed value should appear just below the Buy button

    http://msstilos.com/produto/camisa-social-punho-botao-vinho-4/

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 18, 2018 at 14:42

    Hello,

    Please add this code in Theme Options > Custom css:

    .single-product .product-information-inner .price {
        display:  block;
    }

    http://prntscr.com/lwiotc
    If this is not what you are looking for, please describe the desired result in more details.

    Regards

    Avatar: msstilos
    msstilos
    Participant
    December 18, 2018 at 19:28

    Hi, it is almost certain, the value of the product without discount would have to stay after the R $.

    I’ve created an image to better visualize what I’m trying to say

    And also I created another image with the best form that I would like you to stay too if you have how to do it I would be very grateful

    http://prntscr.com/lwn1rf

    Best result https://prnt.sc/lwn103

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 19, 2018 at 09:17

    Hello,

    https://prnt.sc/lwn1rf – this can’t be achieved using custom css code because of html structure – http://prntscr.com/lwuwfy
    You can hide “De R$ por ” text using this custom css code:

    .single-product .box_parcelamento_preco_before {
        display:  none;
    }

    http://prntscr.com/lwn1rf – sorry, but it is not possible without additional customization. Additional customization is not included in theme support.

    Regards

  • Viewing 5 results - 1 through 5 (of 5 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.