Page 1 of 1

Cart with zero(0) cost

Posted: Fri Nov 20, 2009 8:27 am
by astroutkarsh
I need to give out product free.
For that i need to have 2 coupons.(1 for order and other for Shipping)
I have created those.
On OnePageCheckout, i applied both.
On Click of Pay, i get the message "There is no charge for your item(s). Click below to complete your order."
From where this appears ?
Now, button caption changes to "Complete order". on clicking the order gets created & redirects to Receipt page.

I have added code to update few things after Payment button click, which working fine when Order Amount > 0.
But is not getting executed now.

Can anyone tell how this is processed ?

Thanks in advance.

Re: Cart with zero(0) cost

Posted: Fri Nov 20, 2009 8:47 am
by mazhar
Its the Website/Checkout/PaymentForms/ZeroValuePaymentForm.ascx and its code file. So if you are updating payment forms with your code then update this one as well.

Re: Cart with zero(0) cost

Posted: Mon Nov 23, 2009 11:18 pm
by astroutkarsh
mazhar wrote:Its the Website/Checkout/PaymentForms/ZeroValuePaymentForm.ascx and its code file. So if you are updating payment forms with your code then update this one as well.
Thanks a Lot :) .