Zen Cart Logo
Forums / General Questions / Freecharger module not showing up at checkout...

Freecharger module not showing up at checkout...

Views: 1,192

Results 1 to 17 of 17
17 Apr 2014, 12:04 PM
#1
rcrosier avatar

rcrosier

Zen Follower

Join Date:
Dec 2006
Location:
Vermont
Posts:
128
Plugin Contributions:
0

Freecharger module not showing up at checkout...

Hi,

I have a situation where coupons are required, for $20, but the customers cannot check out if the balance is LESS than the $20, and the ticket at checkout is $0.

I read that I need the "freecharger" module installed, which I did, and enabled it, but it never shows up at the checkout process.

I have two payment methods enabled that have been in use for a long time... Quantum Gateway and Paypal Express.

Thanks in advance for any suggestions how to get my $0 balance customers to be able to check out!

17 Apr 2014, 3:22 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Freecharger module not showing up at checkout...

First, check your files in the directory:
/includes/modules/order_total

and make sure you have no odd files ... hint: you can see the error messages in the Modules ... Order Total ... referencing any php file that does not belong there ...

Next, check your Modules ... Payment ... and check the Sort Order ... When using Sort Orders, only use Unique Sort Orders of 1 and above and not negative values ... this may or may not affect things ...

Then, check the Modules ... Shipping ... and any shipping module that you are NOT using, you should uninstall ... Then, check the modules that you think you have active, and ensure that they are enabled ...

18 Apr 2014, 12:48 AM
#3
rcrosier avatar

rcrosier

Zen Follower

Join Date:
Dec 2006
Location:
Vermont
Posts:
128
Plugin Contributions:
0

Re: Freecharger module not showing up at checkout...

Hi Linda,

Thanks for the reply. I definitely DO have one payment set to -1 to sort first, so I'll fix those immediately.

When you say to "check for odd files"... do you mean files for payment modules that I am NOT using?

Thanks.

18 Apr 2014, 1:49 AM
#4
ajeh avatar

ajeh

Oba-san

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

Re: Freecharger module not showing up at checkout...

Payment modules not being used should be REMOVED ...

The error messages I am referring to would be in the Modules ... Order Totals ... such as:
/includes/languages/english/modules/order_total/tpl_bettertogether_promo_default.php

18 Apr 2014, 1:58 AM
#5
rcrosier avatar

rcrosier

Zen Follower

Join Date:
Dec 2006
Location:
Vermont
Posts:
128
Plugin Contributions:
0

Re: Freecharger module not showing up at checkout...

I don't get any error messages or anything when testing, but cannot get past the checkout screen w/o selecting the "Check/Money order" option, which I installed just so these customers can check out... which is working at the moment.

I followed all your suggestions above, and removed everything not in use. Found one old payment module program "xxxxxxxxxxxxxxx.old_php" (can't recall exactly what one it was), and removed it.

Same results thus far.

18 Apr 2014, 2:05 AM
#6
ajeh avatar

ajeh

Oba-san

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

Re: Freecharger module not showing up at checkout...

Go to your Zen Cart Admin to the Modules ... Order Total ... and see if you see the error above the listing of modules ...

19 Apr 2014, 4:06 PM
#7
rcrosier avatar

rcrosier

Zen Follower

Join Date:
Dec 2006
Location:
Vermont
Posts:
128
Plugin Contributions:
0

Re: Freecharger module not showing up at checkout...

Ahhhh... so sorry... I NEVER noticed any error messages there until you pointed it out now... and yes, there is one there. I will see if I can correct that error... a missing language file. Shouldn't be too difficult to fix.

Thanks!

19 Apr 2014, 4:18 PM
#8
ajeh avatar

ajeh

Oba-san

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

Re: Freecharger module not showing up at checkout...

The language file is missing because that TPL file does not belong in that directory ...

19 Apr 2014, 4:26 PM
#9
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Freecharger module not showing up at checkout...

Under modules->payments freecharger, is a payment zone activated/selected? And does that zone differ from the zone associated with the individual trying to get a free product? If the assignment is --none-- then donbout which zone the purchaser is in.

19 Apr 2014, 4:33 PM
#10
rcrosier avatar

rcrosier

Zen Follower

Join Date:
Dec 2006
Location:
Vermont
Posts:
128
Plugin Contributions:
0

Re: Freecharger module not showing up at checkout...

OK, I guess I was wrong... it is harder to fix than I thought. I figured I could place an empty file (remove any defines, but leave the framework there) of the missing file, since the offending module seems to work OK, and it would not do anything but correct the "missing file" error. Either I did it wrong, or it didn't work.

The error I see is:
"module not loaded due to missing language file: /... /includes/languages/english/modules/order_total/tpl_bettertogether_promo_default.php"

What's odd is that when I put the empty file in that folder, the error goes away, but all the "editing" buttons and options on the right disappear.

They come back when I remove the empty file.


19 Apr 2014, 4:37 PM
#11
ajeh avatar

ajeh

Oba-san

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

Re: Freecharger module not showing up at checkout...

The problem is, you need to delete the file:
/includes/modules/order_total/tpl_bettertogether_promo_default.php

as it does not belong there ...

I am pretty sure that will be the source of the problem ...

19 Apr 2014, 6:06 PM
#12
rcrosier avatar

rcrosier

Zen Follower

Join Date:
Dec 2006
Location:
Vermont
Posts:
128
Plugin Contributions:
0

Re: Freecharger module not showing up at checkout...

OK. Did that, error gone, thanks. Will check again now to see if a zero order works.

19 Apr 2014, 6:18 PM
#13
rcrosier avatar

rcrosier

Zen Follower

Join Date:
Dec 2006
Location:
Vermont
Posts:
128
Plugin Contributions:
0

Re: Freecharger module not showing up at checkout...

Still no luck. Unable to close out $0.00 balance order unless I have the "Check/Money Order" option available.

Freecharge never shows up as an option still. Stumped.

19 Apr 2014, 7:01 PM
#14
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Re: Freecharger module not showing up at checkout...

Do you have StoreCredit installed & enabled?

I have similar symptoms that I didn't realize until quite a bit after installing and I just live with it.

19 Apr 2014, 8:10 PM
#15
rcrosier avatar

rcrosier

Zen Follower

Join Date:
Dec 2006
Location:
Vermont
Posts:
128
Plugin Contributions:
0

Re: Freecharger module not showing up at checkout...

I do have Store Credit installed & enabled...

19 Apr 2014, 8:25 PM
#16
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Freecharger module not showing up at checkout...

So saying that store credit is affecting the use of/functionality of freecharger? And that if that module is removed tht freecharger works again?

19 Apr 2014, 9:26 PM
#17
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Re: Freecharger module not showing up at checkout...

Can't say that IS causing the issue but we only noticed the problem weeks after installing "Store Credit" that if a customer's store credit were greater than the order being placed, checkout could not be completed.

Since it only happens once in a few blue moons, it was easier to just enable check/money order option for payment for when that happens.

My test site is in disarray right now or I'd try a thing or two.

It seems as though that might be a bug that was allegedly fixed in 2008 but that particular developer doesn't always have support threads for their contributions.

  1. Bug: When credit covers payment methods were disabled even when not applied;