Yes I used the document but when I check the “Show Order Total On Payment Popup” and use the Price = 0 for “Use variations only to construct final product price”, it display the product price =0 and then shows the variation prices.
Hi, I have submitted a message to the developers to investigate further your issue.
Kind regards.
Hi, That’s correct behavior for that option. It’s just showing what you configured in the product. You have set the product price to $0 correct? Then there are variations that has pricing. When the variations are selected, it will show the total in the “Total” row at the bottom.
May be you want to hide the row that shows $0 next to the base item? You can do that with a small CSS tweak. You can try it by doing the following:
1) Go to the Settings -> Advanced Settings interface in the plugin.
2) Add the following CSS tweak to the “Payment Popup Additional CSS” field:
#order-item-price {
display: none;
}
Let us know if that works.
Hi,
Thanks. That worked like a charm.