Payment Modules Not showing on Cart

Hi all,
New to this software. So far I'm quite impressed.

I have added the cash on pickup and invoice modules to the payment section along with the default Paypal module. (Screenshot attached)

On the shopping cart only the paypal module is showing for payment with no options to select either of the other 2 as payment types. How do I get the payment options of invoice or pickup to be available to the customer?

With pickup there would be no shipping

Have I missed something simple?

All help appreciated

Thanks in advance

I am also having the same problem - have tried to add both the Invoice and Cash on Pickup modules, followed the instructions - but the options do not appear on the checkout page.

Also - I was able to add Pickup to the shipping modules - and this does show on the checkout page, but the icon is not displayed (just get the default camera).

Would there be an easy way to take out the icons on these boxes? Think it would look neater..

old_baldy: Did I respond to the wrong topic or did you edit the complete post/topic?

You have enabled the module? Set a geo zone that includes your selected customer country? Or no geo zone at all.

Hi devteam
Sorry for the name change - There are problems logging in with my primary user account. Yes you did respond to the wrong topic - it made for some interesting reading :)
Back to topic:
All modules enabled
Invoice Module
Geo Zone Set
No Shipping Option shown

Cash on PickUp
No Geo Zone in Module - Shipping- No Geo Zone in Module

Zone Shipping Module Working Correctly - I think

So to summarise
Shipping Options
only showing Zone Based - No Pick Up

Payment Options
Showing Paypal and COD - No Invoice or Pickup

As an aside - What graphic size is used to replace the standard ""camera"" icon

Baldy I was unable to help you as you didnt respond to the email we replied.

In the first module make sure eveything is good with your geo zone.

Cash on pickup is hidden unless shipping Pickup was selected.

Send an e-mail to support (a) litecart.net with FTP and admin login for debug.

The camera image is no_image.png in the images folder.

Ah now....Just to follow-up. The Invoice payment option actually does show on the checkout page....if you disable the module in admin!

Think it is just a bit of code the wrong way around, but at least it does work (apart from the camera image...I can't change this).

ian: thanks. verified.

change

if (!empty($this->settings['status'])) return;

to

if (empty($this->settings['status'])) return;

Hi all,

Thanks to ian and devteam the Invoice Payment Module is now working. Now to cash on Pick Up.
Please see the attached screen shot
http://www.paragtim.co.uk/test01a.jpg
There is no option on the cart to select cash on pickup as a shipping option or payment option

There is a payment module in the shipping folder!

Payment and shipping modules moved.
Option now works correctly
Some background info.
I am studying to become an idiot and I am failing the exam.
Thank you for you patience

Ezt a témát a hosszú inaktivitás miatt bezártuk. A hozzászólás nem lehetséges.
View code on GitHub