Home Forums WoodMart support forum Price per unit content

Price per unit content

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

    spnutratea
    Participant

    Hi There,

    Price per unit css modification

    .wd-price-unit:before {
    content: “/”;
    margin-inline-end: 4px;
    }

    How can we make it:

    .wd-price-unit:before {
    content: “(“;
    margin-inline-end: 4px;
    }
    .wd-price-unit:after {
    content: “)”;
    }

    Can you provide us the code for before and after with “(” & “)”

    Snapshot: https://prnt.sc/CdIRFP1CKwj1

    Kind regards
    SP

    #509780

    Hello,

    Please consider using either Sales price: https://woo.com/document/woocommerce-dynamic-pricing/

    Alternatively, you can consider creating a variable product: https://woo.com/document/variable-product/

    If you have any questions please feel free to contact us.

    Best Regards

    #510555

    spnutratea
    Participant

    Dont worry about it, It’s in Woocommerce itself. We have sort it out.

    #510675

    Hello,

    We are glad you have solved the issue.

    If you have any questions please feel free to contact us.

    Best Regards

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