Not normal, but an easy fix:
Try to update your includes/classes/store_credit.php to use this instead:
http://code.google.com/p/zencart-rew...ore_credit.php
Not normal, but an easy fix:
Try to update your includes/classes/store_credit.php to use this instead:
http://code.google.com/p/zencart-rew...ore_credit.php
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Thank you ! it is working now, great !
![]()
Things are really looking good.
How do you remove the refresh button on the checkout page?
Thanks
GJW
Which one? I dont think we modify the checkout page in any way. Can you please show a screenshot? Regards.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Using FEC. a refresh button appears upon checkout, which is not need. See image attachment.
Thank You
GJW
I absolutely love the mod and the idea of store credit. I think I have an error message, can you please tell me what it refers to. Thank you
1146 Table 'bigfoot_zc2.zen_sc_customers' doesn't exist
in:
[select count(*) as total from zen_customers c left join zen_sc_customers sc on c.customers_id= sc.customers_id ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I uploaded the shared class files, the module manager, and v3.01b. But when "installing new module", I got an error relating to not finding table zen_sc_customer. I tried uploading v3.01c files and now I get the error
1017 Can't find file: './[DBNAME]/zen_SC_CUSTOMER.frm' (errno: 2)
in:
[RENAME TABLE zen_SC_CUSTOMER TO zen_SC_CUSTOMERS;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
where [DBNAME] is my database.
The module shows under "list all modules" and now I have access under Modules -> Order Total.
Is that error an issue?
Last edited by duenorth; 7 Apr 2008 at 08:39 AM.
And what steps are required to completely remove the module, if need be, besides deleting the uploaded files?
I cannot get this to work. If I go to Module Manager and go to list of modules and click on update I get the following error:
"1017 Can't find file: './simetra/SC_CUSTOMER.frm' (errno: 2)
in:
[RENAME TABLE SC_CUSTOMER TO SC_CUSTOMERS;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields."
I went into myphpadmin and renamed my sc_customer table to sc_customers but same error comes up.
If I go to: Customers > Store Credit I get the following error
1054 Unknown column 'sc.customers_id' in 'on clause'
in:
[select count(*) as total from customers c left join sc_customers sc on c.customers_id= sc.customers_id ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
How do I fix this???