• Resolved gifturlo

    (@gifturlo)


    Hi,

    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 which is a bit confusing for customers.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, just to confirm with you. Did you follow these instructions?

    https://s-plugins.com/creating-variable-products-using-the-stripe-payments-plugin/

    Thank you.

    Thread Starter gifturlo

    (@gifturlo)

    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.

    Plugin Support mbrsolution

    (@mbrsolution)

    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.

    Thread Starter gifturlo

    (@gifturlo)

    Hi,

    Thanks. That worked like a charm.

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

The topic ‘Order total page’ is closed to new replies.