Home Forums WoodMart support forum text in front or variant price

text in front or variant price

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #338588

    wilfriedsip
    Participant

    Hello,

    I know you don’t do any customisation but I am a little stuck here.
    We use Variants everything works.
    But we must have something in front of the variant price only on the shop page.
    English = from € 0.00
    Dutch = v.a. € 0.00
    German = ab 0.00 €

    Could you help me with this or put me in the right direction.

    #338729

    Hello,

    We sometimes provide minor CSS customization, and I can give you CSS for this world, however, it would be the same for all languages. It is not possible to make “from” different in the different languages.

    Best Regards

    #338735

    wilfriedsip
    Participant

    Hello,

    Okay no problem, then we only use the word ” v.a.”
    It only need to be shown at the shop page on the variable products.

    Thank you so much for your help.

    #338885

    Hello,

    Please add this code instead to the Theme Settings > Custom CSS

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

    Please replacer from to any work you need, and it will be the same in all the languages.
    Best Regards

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