This topic has 5 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
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.
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/
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
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
Best result https://prnt.sc/lwn103
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
You must be logged in to reply to this topic.Log in/Sign up