• Resolved parale3000

    (@parale3000)


    Hi great plugin.

    Is there a way to hide the below which appears once you’ve made the selection on the product details page? It is confusing for the user since we dont have prices. We have tried hiding it using CSS but when we hide the prices here they are hidden across the whole site. Please help

    Product total: €0.00
    Options total: €0.00
    Grand total: €0.00

    we are using this css to hide the text but we cant hide the price

    .wapf-product-totals div span:first-child {

    display: none;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Maarten

    (@maartenbelmans)

    Hi there,

    Could it be you have a field which has “pricing” setting enabled?

    Thread Starter parale3000

    (@parale3000)

    Thank you for the prompt reply.

    Do you mean the option below which can be set when creating a new field and you can set it to Yes or No? If so, then it is set to No

    Adjust pricing (Should the price of the product or cart change when the user interacts with this field?)

    Plugin Author Maarten

    (@maartenbelmans)

    If every field’s pricing option is set to “no”, this pricing summary should not show unless your theme is overwriting our CSS.

    Thread Starter parale3000

    (@parale3000)

    thank you a workaround although takes more time is to apply the css code only to those pages. I will mark this as resovled, thank you for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HIDE PRICE ON SINGLE PRODUCT DETAILS PAGE’ is closed to new replies.