Re: Store credit and reward point module
Hi, I have seen many posts about the following problem in this thread. Obviously it is a common problem, but there is no answer to fix it. I am desperate. I added this mod as the last thing before making my site go live, and now I can't, due to the error. It is not possible to checkout at all.
The error is:
1146 Table :[DBNAME].sc_customers' doesn't exist
in:
[select amount from sc_customers where customers_id = 2
I have uninstalled all the files, and removed the appropriate tables from my database. But I am still getting the error.
I spent over a week uploading over 350 products to my website, and realising this is a database problem, I do not want to have to reload my whole zencart. I have searched this forum, google etc. looking for an answer, but cant find one.
I am desperate, please did anyone find a fix? Any help would be very appreciated.
Re: Store credit and reward point module
Re: Store credit and reward point module
Would be nice if you would share what you did, so other people on the form will know if they have the same problem.
Re: Store credit and reward point module
countrycharm, you are right. However, I believe it was already answered previously. Anyways, a link for others would have still been considerate.
For anyone having this problem, try reinstalling using the manual method (not using Module Manager). The installation is still very simple.
Re: Store credit and reward point module
I installed this module by mistake, thinking it was something else. I am trying to uninstall it now. I installed the most recent version and I went back and deleted all of the files. Within Zen I went to the layout boxes controller and deleted the box for it and now everything seems to look normal. Except for when I try to place an order after selecting a payment method I can't complete the checkout process. Please help :cry:
lilshopofsecrets.com
Re: Store credit and reward point module
I think I have solved my problem.
Re: Store credit and reward point module
Hi, I originally posted this over in Numinix's forum since that is where the documentation said to post, but now I came across this thread and maybe I should be posting it here?
Quote:
Hi! I installed this and everything was working great until I started getting reports that coupons and group discounts where the total was 100% off (IE not having to pay anything) were not going straight through the checkout, the customers were being taken to Paypal and had to add in a minimum of 1 cent before they could complete the checkout, so I tried uninstalling the module in Order Totals and that didn't work, it wasn't until I removed the following bit from includes/modules/pages/checkout_confirmation/header_php.php:
Code:
// BEGIN REWARDS POINTS
// if credit does not cover order total or isn't selected
if ($_SESSION['credit_covers'] != true) {
// check that a gift voucher isn't being used that is larger than the order
if ($_SESSION['cot_gv'] < $order->info['total']) {
$credit_covers = false;
}
}
// END REWARDS POINTS
if ($credit_covers) {
then it went back to normal, is there a simple fix for this so that I can use the mod again?
http://www.numinix.com/forum/images/...on_biggrin.gif
Re: Store credit and reward point module
Can anyone at all help with this? Please? I really would like to use this mod :)
Re: Store credit and reward point module
Quote:
Originally Posted by
christon26
Can anyone at all help with this? Please? I really would like to use this mod :)
Did you ever get any help with your issue?
I am debating between this 'Store Credits and Rewards Points Module' and the 'Reward Point Full Suite Module'.
The Reward Point Full Suite seems to still be getting current support (at least as of 24 hours ago!) and since I'm NOT php/sql savvy the support is a priority.
If anyone has any experience, advice or suggestions as to which mod I should go with it would be appreciated.
I'm running zc version 1.3.8 with the zencart_zen template
Zencart ROCKS :clap:
Re: Store credit and reward point module
Unless you have customer who keep coming back all the time to build up Reward Point to me they are a wast of time. Customer come back here and there maybe, and some never come back. I use the Store Credits Module version 04. It has always done a nice job for me. for giving your costumers a refund if they want it that way.