• Resolved Steve

    (@thewebsmiths)


    Hi,
    Is it possible to just show the total price (changing upon selection of options) without showing the product price and option price separately?
    So not:
    Product total$29.00
    Options total$0.00
    Grand total$29.00
    But
    Price: $50.00 (this changes based on options)
    Thank you in advance
    Steve

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Wombat Plugins

    (@maartenbelmans)

    In a future version, we will add an option to change the layout & text of the totals. For now, you can do it with CSS. Add the following via Appearance > Customize > Additional CSS:

    .wapf-product-totals .wapf–inner > div:first-child,.wapf-product-totals .wapf–inner > div:nth-child(2){display:none;}

    Thread Starter Steve

    (@thewebsmiths)

    Excellent, thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Price breakdown / display’ is closed to new replies.