Home Forums WoodMart support forum From price for variable product

From price for variable product

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #251500

    dweb360
    Participant

    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.
    #251681

    Hello,

    Please replace the code privided with this one:

    .product-type-variable .summary-inner > .price span.amount:before {
    content:"test "
    }

    Best Regards

    #252501

    dweb360
    Participant

    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

    #252585

    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

    #252851

    dweb360
    Participant

    Hello
    Thank you for the code
    Not working in category page and detail product page

    #253067

    Hello,

    Please remove the code and provide the category page with the variable products.

    Best Regards

    #253105

    dweb360
    Participant

    Hello
    Done
    Thank you

    #253302

    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

Viewing 8 posts - 1 through 8 (of 8 total)