Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / How to Enable Payment Method when Total is Zero?

How to Enable Payment Method when Total is Zero?

Locked

Views: 866

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
26 Oct 2009, 4:42 PM
#1
decostyle avatar

decostyle

Zen Follower

Join Date:
Mar 2008
Posts:
336
Plugin Contributions:
0

How to Enable Payment Method when Total is Zero?

Hello, Hoping some Zen guru can answer my query :)

We are developing a wholesale site where customers can PLACE AN ORDER but there will be no prices on the items. Our customers will already be existing ones so they know what pricing they have with us and the site will just be used as an alternative for them to Place an Order, rather than faxing it or calling it in.

Anyhow, since there are no prices on it, when checking out the totals are zero and payment methods are disabled. Is there an easy way to enable them in the payment module codes?

26 Oct 2009, 4:52 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: How to Enable Payment Method when Total is Zero?

I am assuming that both Payment and Shipping are $0.00 ...

If so, install the Zen Cart Free Charge Card freecharger ... this will now show as a Payment method on the checkout_payment ...

For Shipping of 0.00, you can use the FREE SHIPPING! freeshipper to handle the checkout_shipping ...

26 Oct 2009, 5:00 PM
#3
decostyle avatar

decostyle

Zen Follower

Join Date:
Mar 2008
Posts:
336
Plugin Contributions:
0

Re: How to Enable Payment Method when Total is Zero?

Well we actually wanted a payment method like normal, e.g credit card offline processing. Is there a way for this to show up even if all shipping and product costs are $0?

26 Oct 2009, 5:09 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: How to Enable Payment Method when Total is Zero?

You could just change the Language file and make it read ...

Bill me later!

or something more appropriate ... :smile:

Same with the FREE SHIPPING! ... change the language file ...

Language files are in:
/includes/languages/english/modules/payment
/includes/languages/english/modules/shipping

and your template and override files go in:
/includes/languages/english/modules/payment/your_template_dir
/includes/languages/english/modules/shipping/your_template_dir