Home Forums WoodMart support forum Remove Price on Product Page

Remove Price on Product Page

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

    amirghaffarii03
    Participant

    How do we remove the price displayed under the variation dropdown?

    How do we remove the “Clear” button next to the variation selector?

    How do we make it so that only the price of the selected variant is displayed? Currently, it shows a range like “70,00 kr – 450,00 kr,” but when 100 ml is selected, it should only show “450 kr.”

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

    Hello,

    01,03. To display the actual variation price on the single product page, please enable the option “Remove duplicate price for variable product” under Theme Settings > Shop > Variable Products. This will update the price displayed after selecting a variation, replacing the price range with the specific variation’s price.

    Additionally, if you wish to remove the price range entirely, enable the “Hide ‘to’ price” option. This will hide the higher price for variable products, simplifying the display.

    02. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    span.wd-attr-selected, .reset_variations, .wd-reset-var {
        display: none !important;
    }

    Best Regards

    #630765

    amirghaffarii03
    Participant

    Thank you very much! I was wondering if you could also help me create a “Read More” feature on our product page.

    The goal is to use the short product description, but after 1.5 lines of text (please see the image for reference), it should show a “Read More” link. When clicked, an accordion would open to display the full short product description.

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

    amirghaffarii03
    Participant

    Hey,

    I would also like to remove “:” after the variation text

    Attachments:
    You must be logged in to view attached files.
Viewing 4 posts - 1 through 4 (of 4 total)