VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Quality & Testing VirtueMart 1.1.x => Virtuemart 1.1 Development (Archiv) => Q&T Resolved => Topic started by: aravot on February 25, 2011, 23:56:27 PM

Title: [SOLVED]When a product price is Zero payment method is skipped except for PayPal
Post by: aravot on February 25, 2011, 23:56:27 PM
When a product price is 0 Zero payment method is skipped except for PayPal Express Checkout which is shown on the first step of checkout.

(http://www.protechsystems.us/stuff/joomla/vm/vm-paypalbutton-checkout.png)
Title: Re: When a product price is 0 Zero payment method is skipped except for PayPal
Post by: zanardi on February 26, 2011, 10:53:10 AM
PayPal Express Checkout button can be disabled in PayPal API configuration (you will only see PayPal Express Checkout option in payment method selection step).

At this stage of checkout, we cannot say for sure that the whole order will be zero (e.g. we don't know yet about shipping cost). So i cannot remove PayPal Express Checkout button based on current total.

So
Title: Re: When a product price is 0 Zero payment method is skipped except for PayPal
Post by: aravot on February 26, 2011, 17:27:23 PM
True, I was testing download-able products, I didn't thought of Free but shippable product which shipping might have a cost.