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.
Cart with zero(0) cost
Re: Cart with zero(0) cost
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.
-
- Ensign (ENS)
- Posts: 8
- Joined: Fri Sep 25, 2009 3:32 am
Re: Cart with zero(0) cost
Thanks a Lotmazhar 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.
