From price for variable product
-
Hello
The code below
.product-type-variable .price span.amount:before {
content:"A partir de "
}
is working well for adding “From …” to variable product price
But how to remove “From …” price when an option is selected?
Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the code privided with this one:
.product-type-variable .summary-inner > .price span.amount:before {
content:"test "
}
Best Regards
Hello
Thank you for your code
All is woking well Now, it will be perfect, if we can add
“From …” for all variables products in category page also
Thank you
Hello,
Try this code:
`body.tax-product_cat .product-type-variable .summary-inner > .price span.amount:before {
content:”test ”
}
Remove the previous one.
Best Regards
Hello
Thank you for the code
Not working in category page and detail product page
Hello,
Please remove the code and provide the category page with the variable products.
Best Regards
Hello,
Please replace the code with this one:
body.tax-product_cat .product-type-variable .price span.amount:before {
content:"test ";
}
This code is for the variable product.
Best Regards