Re: Store credit and reward point module
Quote:
Originally Posted by
paul3648
I use it with PayPal IPN without any problems. The customer has the choice of using his available credit before the total is finalized, so the store credit module should be compatible with any payment system.
It just occurred to me that you might be talking about a reward credit - a certain amount of points rewarded for each purchase. I don't use this function so can't say whether or not it works with Paypal.
I use this module for returns - rather than refund the credit card, I give them store credit which can be used on their next purchase.
Re: Store credit and reward point module
Quote:
Originally Posted by
paul3648
It just occurred to me that you might be talking about a reward credit - a certain amount of points rewarded for each purchase. I don't use this function so can't say whether or not it works with Paypal.
yes, I was talking about a reward credit - a certain amount of points rewarded for each purchase.
Re: Store credit and reward point module
Anyone else getting a problem where the Store credit isnt comming of the total for the next order ?
Re: Store credit and reward point module
I have just installed the the store credit module which works fine until the customer needs to checkout.
Although the order value is below the amount of credit it won't bypass the payment method.
What have I done wrong?
Thanks in anticipation.
Regards
Mel
Re: Store credit and reward point module
I saw this asked back a number of pages, but without an answer.
Is it possible to set the amount of points rewarded on a per product basis.
I have a zen site were the customers purchase store credit to use on other items in the store. I would love if when they purchased store credit via a product that the credit would be credited to their account automatically. This would mean that my site would truly be automatic and all services on it available 24hrs, instead of people having to wait until the morning for me to start work to add the purchased credit to their accounts.
If this is possible, please let me know.
All the best
DB
Re: Store credit and reward point module
Does anyone know if it is possible to stop a customer ordering if they have no store credit.
We only want customers toorder using their store credit - once that has run out we need to be able to prevent them from ordering.
Thanks.
Mel
Re: Store credit and reward point module
How do I remove this module? I removed all the PHP files, but the tables created from the SQL files are still there.
Cannot get Sidebox to display
Hi,
I have this module installed but cannot get the sidebox to display. I have set the sidebox to on in the tools menu for the sideboxes.
Cheers,
Peter.
Re: Store credit and reward point module
Hi,
I just installed the Store Credit plugin and in testing I noticed it is not compatible with Quantity Discount plugin given here http://www.zen-cart.com/index.php?ma...roducts_id=235 which is also installed on my site.
What I noticed if we use store credit then it is not considering the discount applied to Quantity Discount as given below example:
Product------------- Price ------------ Total
4 x Product A ------ $10 -------------- $40
10 x Product B ----- $5 --------------- $50
Sub-total ------------------------------ $90
Quantity Discount ---------------- -$5
Store Credit ---------------------- -$90
Total ------------------------------ -$5
As you can see in above example the final billing value in place $0 it is now -$5 that is Negative Value.
Please let me know what can be done to debug this.
~ Time
Zencart v1.3.8a
Re: Store credit and reward point module
Quote:
Originally Posted by
countrycharm
I have a question. Under admin/customers/store_credit when I click on a customer to give them a store credit it want let me. It shows this kind of stuff. Can anybody help me. Thank You
Customers Balance
customers_firstname); ?> customers_lastname); ?>
Store Credit Balance amount==null || is_nan($cInfo->amount)) $cInfo->amount = 0; $amount = number_format($cInfo->amount, 2); $str_balance = "".($amount); echo zen_draw_input_field('customers_balance', $str_balance); ?>
I have the same problem. Can anyone help with this issue? I have been trying to figure it out for hours, but in vain. Please kindly help. Thanks million!
Using v1.3.9h