Cart with zero(0) cost

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
astroutkarsh
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Fri Sep 25, 2009 3:32 am

Cart with zero(0) cost

Post by astroutkarsh » Fri Nov 20, 2009 8:27 am

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Cart with zero(0) cost

Post by mazhar » Fri Nov 20, 2009 8:47 am

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.

astroutkarsh
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Fri Sep 25, 2009 3:32 am

Re: Cart with zero(0) cost

Post by astroutkarsh » Mon Nov 23, 2009 11:18 pm

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 :) .

Post Reply