Zen Cart Logo
Forums / General Questions / zen cart free charge card

zen cart free charge card

Locked

Views: 14,835

Results 21 to 31 of 31
This thread is locked. New replies are disabled.
18 Jul 2009, 6:53 AM
#21
shartlesville avatar

shartlesville

New Zenner

Join Date:
Jul 2009
Location:
Roswell, NM, USA
Posts:
103
Plugin Contributions:
0

zen cart free charge card

Ajeh:

Good news it's not you ...

Bad news ... moving this to the Bug Reports to remind me to figure out what to do on orders that use 100% Discount Coupons and go to $0.00

Thought we had that fixed a long time ago ... :unsure:

This is the same issue I am having! I thought it was related to the FEC mod but now I am not so sure because freecharger does work with GC only but not with ANY discount that brings the total to $0.00 :shocking:

Here is the link to the thread with all my info, what I've tried etc.: http://www.zen-cart.com/forum/showthread.php?t=132430 :frusty:

Did you ever resolve this? Did it just pop back up in v1.3.8a? Any help available? :cry:

Thank you!
Krisann

1 Oct 2009, 9:10 PM
#22
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: zen cart free charge card

I know this is an old thread but I was wondering. I have inherited management of another store....

  1. on my own store I do not have this mod activated yet when I choose in the product listing to have it free and then go thru the rest of the process to get the product listed... the customers can then add it to their cart and it allows for delivery with no problems

  2. the new store has this item activated...with the options in 1.3.8a to choose it to be free do we need this module activated?

23 Nov 2009, 9:34 PM
#23
infocom avatar

infocom

Zen Follower

Join Date:
Jul 2006
Location:
Cardiff, Wales
Posts:
308
Plugin Contributions:
0

Re: zen cart free charge card

Hi

When I enable the Zencart Free Charge module (I changed name to No Payment) I get a drop down with Visa and Mastercard in it :dontgetit. How do I remove these, or at least remove one and change the name of the other to something like "none"? I disabled Visa and Mastercard in the Configuration -> Credit Cards but they still show.

Thanks

**Edit: ** Hang on... I have a custom payment module for when there is a charge that just used Visa and Mastercard. I bet its linked to that, am looking into it.

23 Nov 2009, 9:46 PM
#24
infocom avatar

infocom

Zen Follower

Join Date:
Jul 2006
Location:
Cardiff, Wales
Posts:
308
Plugin Contributions:
0

Re: zen cart free charge card

No, when I disable my custom payment method it still shows Visa and Mastercard.
**
Edit**: Ah, its OK... I have a Worldpay module installed that inserts this in the template file, tpl_checkout_payment_default.php. I needed to amend that file to only show it for that module.

23 Nov 2009, 10:11 PM
#25
infocom avatar

infocom

Zen Follower

Join Date:
Jul 2006
Location:
Cardiff, Wales
Posts:
308
Plugin Contributions:
0

Re: zen cart free charge card

Actually, I do have an issue with this Zencart Free Charge Card... when I go through the checkout process, hitting Contine on Step 3 (which should complete the order) takes me back to Step 2 with no order placed. Any ideas?

24 Nov 2009, 6:03 AM
#26
ajeh avatar

ajeh

Oba-san

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

Re: zen cart free charge card

The only purpose of the The Zen Cart FREE CHARGE CARD freecharger is to allow checkout to work when there is no charge on the Products and no shipping making a $0.00 order ...

Have you an URL where you are having problems and could you tell us what Product(s) you are testing with?

24 Nov 2009, 6:37 AM
#27
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: zen cart free charge card

Are you trying to allow the checkout with a balance due that you are going to collect offline? If so you could rename either the COD or Check/Money order modules.

24 Nov 2009, 10:41 AM
#28
infocom avatar

infocom

Zen Follower

Join Date:
Jul 2006
Location:
Cardiff, Wales
Posts:
308
Plugin Contributions:
0

Re: zen cart free charge card

Hi Ajeh and Kim

Yes its a totally free £0 charge... no payment for product or shipping is due. The product is here, but I have made it temporarily available due to not being able to checkout so would be great if you could have a look soon.

Note: I just noticed when I disabled my custom payment method used for items that do cost, it works! So it looks like my custom payment method is interfering with this one, even though its not showing on the page. My custom one was based on the Worldpay module.

24 Nov 2009, 3:41 PM
#29
ajeh avatar

ajeh

Oba-san

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

Re: zen cart free charge card

First turn off the SEO/rewrites and see if that fixes the problem ...

Try the checkout and see if it works ...

Then, switch to the Classic Template to see if it is your template ...

Try the checkout and see if it works ...

24 Nov 2009, 5:41 PM
#30
infocom avatar

infocom

Zen Follower

Join Date:
Jul 2006
Location:
Cardiff, Wales
Posts:
308
Plugin Contributions:
0

Re: zen cart free charge card

Hi Ajeh

I feel a bit of an idiot now... I found the issue in my tpl_header.php file. The problem manifested ages ago when I built the site... when I built my custom payment module I just not could keep the chosen payment option through checkout, it went back to step 2. I therefore hard coded the session payment variable in the tpl_header.php file as a workaround as they only had this one payment method. This was ages ago and I completely forgot :(. So when I turned on this new payment method it kept choosing the custom one I added as I hard coded the session for it, and that must have caused the issue. Strangely I removed my session code and the old payment method works now anyway :dontgetit.

So thanks again for your help, I dont think I would have ever found it otherwise! You must be sick of people messing up their template files and blaming Zencart :blush:

24 Nov 2009, 7:35 PM
#31
ajeh avatar

ajeh

Oba-san

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

Re: zen cart free charge card

Not a problem ... thanks for the update that you had hard coded your template and it was causing the issues on your checkout ... :smile: