NO. Just the normal shopping cart box is there :(
Printable View
NO. Just the normal shopping cart box is there :(
I'm afraid that you haven't installed the mod correctly.
There are some files in an "admin" folder. You probably copied them in a new "admin" folder rather than in your renamed admin folder.
I have a question about attributes, discounts and the reward points mod. I have tried to search through this huge thread for an answer and I glean that there may be some issues w/ attributes, discounts and the reward point mod used together although I am not sure if this issue has been fixed in the 1.40 reward point mod I am using. I'm wondering if it may be an issue with the way I am using or setting the attributes as I am new to zen cart. Here is the scenario:
Item costs $39.00 and has been discounted to $38.00. An attribute adds an optional ice cold pack for $1.00. If the ice pack option is selected the customer receives 40 reward points, when they should receive 39 points.
http://mvpaquatics.com/cart2/index.p...roducts_id=312
I have reward points set to calculate on order subtotal and to calculate on the discounted price, not the base price. Any ideas or insight?
Bump...Still struggling with this issue. Does anyone else have this issue?
Hi,
Just wondering if it's possible to exclude an email or domain from having points added to the order?
We use an email address on the COWOA checkout for our phone orders and don't want the reward points to show up on these orders as it will just confuse matters.
Regards,
Chris
Try admin->configuration->reward points->Allow Redeem of Reward Points on Order Total or Subtotal = 1 (which uses the order total). You'd have to write software to extract out the shipping costs if you didn't want that. (Change get_order_total in includes/modules/order_total/ot_reward_points.php).
There are a few bugs in the files provided and the readme: (circa v. 1.32a)
- includes/templates/custom/templates/tpl_product_info_display.php should be removed from the list of files; it's not required.
- Section 3.2.1 - these instructions are wrong; you've instructed people to use Admin->Tools->Install SQL Patches, which takes care of table prefixes for you.
- admin/sqlpatch.zip should be removed.
- In admin/customers_reward_points.php on line 281, setting a limit seems like a bad idea because there's no navigation. If you have more than .REWARD_POINTS_CUSTOMER_LIMIT customers, you simply won't see them. You need to either provide some navigation (next 100 customers) or warn them that this limit is not high enough.
- The fact that Reward Points and Reward Points discount are mutually exclusive - and why you would want one or the other - is not explained.
- Version number at the top of the readme is not correct.
Thank you for the reply and suggestion. Yes this works for the attributes/discount problem that I was experiencing, but now gift certificates earn reward points because the points are calculated off the subtotal and not the product price (gift certificates set at 0.000 reward ratio under catalog/reward points/gift certificates). Any ideas on how/where I can make modifications to prevent gift certs from earning reward points with the settings you recommend?
Same solution - customize get_order_total() in includes/modules/order_total/ot_reward_points.php to your taste.