Home Forums WoodMart support forum Remove double pricing with single product

Remove double pricing with single product

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #122654

    jimvani
    Participant

    Hi,

    The client uses variable and single products. Somehow this means that some produts are labeled with double prices. See image. How can I disable that? I only want one price.

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

    Hello,

    Please provide your site admin access to the private area I will check the issue.

    Best Regards

    #122690

    jimvani
    Participant

    OK

    #122692

    jimvani
    Participant

    New passwd

    #122730

    Hello,

    Seems one of your plugins generate this second price. You can deactivate all the plugins not related to the theme and check the issue, then activate one by one to detect which one influence.

    Here is the CSS code if you want just to hide:

    .woocommerce-price-suffix {
        display: none;
    }

    You would better to detect the problem as it may generate the price duplicate in other places and it may be not always possible to hide with CSS.

    Best Regards

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