Thank you for the quick reply,
I am still new to ZenCart. When you say remove the logic, do you mean, go and remove it from the code as with if statements, etc... or is there a setting that controls logic for modules within ZenCart.
Thank you
Thank you for the quick reply,
I am still new to ZenCart. When you say remove the logic, do you mean, go and remove it from the code as with if statements, etc... or is there a setting that controls logic for modules within ZenCart.
Thank you
I installed the invoice, but cannot see it in my admin payment modules. I saw a post earlier with this same problem, but no solutions were ever given - please help.
I also would like to know how to make it a global option - you say something about removing the logic - that makes absolutely no sense to those of us that are new at php, please explain exactly what needs done to do this.
Discovered the bug with not being able to see the module in the admin area when adding to an already installed site. File is in the wrong place and needs to be in /includes/languages/english/extra_definitions instead of /includes/languages/english/modules/payment - all appears to be working just fine now.
For anybody else that needs help with making this module global for all users and doesn't want to pay $60 for the contributor's help that I was offered through a private message after I asked for help on this board.
I changed a simple setting and it appears to have done the trick
Change code in this file:
/includes/modules/payments/invoice.php
Find Code:
if ($check_flag_group == false) {
$this->enabled = false;
Change to:
if ($check_flag_group == false) {
$this->enabled = true;
I hope this helps somebody - like the forum is supposed to.
Can anyone confirm that this module works with 1.3.8?
yes, it works with 1.3.8.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.