Home Forums WoodMart support forum Duplicate price

Duplicate price

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

    _7
    Participant

    Hi. Tell me how to disable the duplicate price in the floating window? I figured out how to do it in the product card, but I can’t find how to do it in the pop-up window.

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .quick-view-wrapper .variations_form .woocommerce-variation-price {
    	display: none;
    }

    Best Regards.

    #251358

    _7
    Participant

    Indeed, the price has disappeared. but it doesn’t change for variable products !

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

    Hello,

    I saw the screenshot you attached.

    The main price doesn’t change when a variation is selected in the quick view that’s why I provided you with CSS to remove the price from below.

    Because the option to display the variation price works only for the single product page.

    Best Regards.

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