Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
There is a scope for products. So you could set a single product to have different points than the master category
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
Hello and thank you for looking into updating this mod.
I've downloaded the latest version, and two things are not working, taxes and the manual Point Redeem Method. Whenever I set to redeem the points in manual mode the value of reward points which should display in checkout_confirmation disappears completely and no deduction is ever taking place.
Taxes are also not being calculated correctly. Taxes should be calculated after any discounts and deductions, but reward points are not eve considered for this calculation.
I have no clue where to begin to figure these two issues out. Any ideas?
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
At checkout page, before confirm order I can see that points are calculated without taking into account "Use price less Discounts and Specials" setting.
Do you all have this problem ?
ZC 1.5.5 + Reward Points Full Suite v2.5b
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
Hi All,
I am running with Zen v1.5.5f and Reward Points 2.5f.
I noticed a problem whilst running the sql. It appears it WONT work if you have a prefix (example zen_) and the "install sql" doesn't give a reason just an error has occurred please refresh your page.
I have sorted my error simply by removing the prefix as it wasn't needed anymore. If you do do this don't forget to amend config.php!!
P.s. Thanks for the plugin, it has worked fine for me since v1.5.1 and is time for updates again.
Regards
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
Is there any known way to hack this mod, i mean for customers without earned points to somehow get discount using reward point? I have an order placed by guest customer and reward points were applied to the order, the problem is i can not find that customer in the database by searching the orders using the customer information.
Another question, what information used by zen cart to lookup if this customer has reward points earned when the customer is a guest?
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
Quote:
Originally Posted by
TamyA
Is there any known way to hack this mod, i mean for customers without earned points to somehow get discount using reward point? I have an order placed by guest customer and reward points were applied to the order, the problem is i can not find that customer in the database by searching the orders using the customer information.
Another question, what information used by zen cart to lookup if this customer has reward points earned when the customer is a guest?
There are several things that come to mind, but I'd be mostly guessing without the answers to the posting tips. Your version, PHP version, and a link are needed. If an upgrade was done recently, how? Auto-updaters can be a part of the problem. What are your session settings in the admin?
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
Quote:
Originally Posted by
dbltoe
There are several things that come to mind, but I'd be mostly guessing without the answers to the posting tips. Your version, PHP version, and a link are needed. If an upgrade was done recently, how? Auto-updaters can be a part of the problem. What are your session settings in the admin?
Sorry for the delay in responding to your questions, and here it goes.
Sessions
Title |
Value |
Session Directory |
/home/acctname/public_html/cache |
Cookie Domain |
True |
Force Cookie Use |
True |
Check SSL Session ID |
False |
Check User Agent |
False |
Check IP Address |
False |
Prevent Spider Sessions |
False |
Recreate Session |
False |
IP to Host Conversion Status |
true |
Use root path for cookie path |
False |
Add period prefix to cookie domain |
True |
PHP Version 7.1.21
This was installed over a fresh Zen Cart v1.5.5f
One last thing that does not make since is the following:
https://www.discounthomeoffice.com/b...ixel_trans.gifSub-Total: |
$759.05 |
Free Shipping: |
$0.00 |
Sales Tax : |
$0.00 |
Value of Redeemed Reward Points: |
$34.34 |
Total: |
$724.71 |
Reward Points earned: |
$0.00 |
this customer never ordered from us before and the redeemed point is calculated wrong based on 0.01 for each point and should be
Reward Points
Title |
Value |
Reward Point Mode |
1 |
Reward Point Sidebox Display |
2 |
Show Reward Points on Product Info Display Page |
1 |
Reward Point Status Track |
Pend: [Pending, Processing, Update, Canceled, Charged, Partial Shipment, Back Order, PO Shipped, PO PAID, PO Accepted, Google New, Google Processing, Google Digital Processed, Google Shipped, Google Refunded, Google Shipped and Refunded, Google Canceled, Collection and Reporting] Earn: [Shipped] |
Reward Point Sunrise Period |
6 |
Reward Point Redeem Minimum |
2 |
Reward Point Redeem Maximum |
0 |
Reward Point Rounding |
0.0 |
Max Transactions to Display in Customer Admin |
12 |
Delete Old Reward Transactions Period |
120 |
Adjust Reward Points for Sales/Specials |
1 |
|
Allow Reward Points on Free Products |
0 |
|
Allow Redeem of Reward Points on Order Total or Subtotal |
1 |
Set Minimum Order Value to Redeem Points Against |
0 |
Limit Maximum Customers on Listings |
50 |
Display Products Reward Points When Zero |
0 |
Set New Account Reward Points |
No points awarded for new accounts |
|
Advanced Reward Point Calculation Rules |
Advanced Rules Enabled |
URL: https://bit.ly/2O7Nv3h
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
Submitted to the plugins - Reward Points 2.5g for Zen Cart 1.55f
- This version simply updates the core overwrite files to Zen Cart 1.55f while including the Reward Points code.
- And I cleaned up the version inconsistencies in the instructions.
[The previous Reward Point Full Suite v2.5f runs Zen Cart 1.54 core files.]
Help is here! - Future updates will be released as we trace the known issues listed in the forum because...
...Reward Points are headed for Twitch Wholesale integration :flex::clap:
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
I'm installing the latest download version of this module and I'm somewhat confused as to the references in in admin/orders.php to TABLE_HEADING_WHOLESALE_CUSTOMERS on line 835, o.customers_wholesale, line 842
There is nothing in the installer that adds this non standard field to the database, and doing a quick search of the module files, I can find no other reference to this field.
Is it an unintentional code block from another Twitch mod?
If it is an error in the module files, can I get a clean copy of the module files anywhere?
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
Quote:
Originally Posted by
strelitzia
I'm installing the latest download version of this module and I'm somewhat confused as to the references in in admin/orders.php to TABLE_HEADING_WHOLESALE_CUSTOMERS on line 835, o.customers_wholesale, line 842
There is nothing in the installer that adds this non standard field to the database, and doing a quick search of the module files, I can find no other reference to this field.
Is it an unintentional code block from another Twitch mod?
If it is an error in the module files, can I get a clean copy of the module files anywhere?
My apologies!
I've submitted a 'cleaner' copy without the Twitch Wholesale code - double checked against a vanilla 1.55f (b) fileset.
strelitzia - You're welcome to email me directly and I'll send a copy immediately.