Home Forums WoodMart support forum Regular price, sale price and suffix

Regular price, sale price and suffix

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #600860

    Also one more request

    Right now regular price, sale price and suffix by default look like this as I shown in the screenshot, but I want to change like this as I share in snapshot. how is it possible?

    Attachments:
    You must be logged in to view attached files.
    #601181

    Luke Nielsen
    Keymaster

    Hello,

    Send me access to that website so I can check the settings on your side.

    I await your response.

    Kind Regards

    #615091

    In private

    #615699

    Luke Nielsen
    Keymaster

    Hello,

    Currently, I see that it shows in the way you wanted – https://take.ms/d7fdg but additionally, in order to remove “(Incl. taxes)”, navigate to WooCommerce -> Settings -> Tax and remove price display suffix – https://take.ms/YKTAO

    In order to remove “/Each”, clear this field – https://take.ms/u3dMe

    Kind Regards

    #615717

    Hi,

    in order to remove “(Incl. taxes)”, navigate to WooCommerce -> Settings -> Tax and remove price display suffix

    A: No I don’t want to remove, I just want price display suffix (Incl. Taxes) should show below price and unit of measurement text should should after price like this

    3999 /Each
    Inc. Taxes

    #616466

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below to have such a view:

    .single-product .price .woocommerce-price-suffix {
        display: block;
    }

    https://prnt.sc/C8aNS24PKI58

    Kind Regards

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