Inactive
- Join Date:
- Aug 2010
- Posts:
- 324
- Plugin Contributions:
- 0
Reward Points Module for ZC v13x
I got it live now. Hopefully everything is right lol.
Views: 470,646
Inactive
I got it live now. Hopefully everything is right lol.
New Zenner
I am running 1.3.9h
I have gone into Catalog/Reward Points to change the ratio from .01 to .05
I have set the global ratio to .05 as well as edited each category to be .05. Problem is, it's still showing .01 in the Customers/Rewards Points and when I log into my test account, the points are worth the wrong dollar amount.
How do I fix this?
New Zenner
I had to make the change in the database, no matter what set up I tried in the admin, nothing works, the reedem ratio never changed.
New Zenner
where in the database do you change it? I haven't made a change in the database directly before.
I browsed the "reward master" and it says all the categories are .05 (just like I entered them via admin). I had a customer make an order while waiting and it gave him the wrong points:(
any ideas?
New Zenner
in the table
reward_master
field
redeem_ratio
I changed it to 0.1 as no matter what i did in the admin nothing changed and now, it is working....
New Zenner
Thanks...I'll try that!
New Zenner
Hi,
Thanks very much for the module!
Now I installed it and but have a serious problem. When customers make orders, no points are actually recorded. When I go to the "reward point" page under admin->customer, I cannot find any transaction history either.
Is there anyone who have an idea how to solve this? Actually I already installed it on my test website but everything is fine... I'm totally confused... Can it be conflicted with another module I installed earlier?
Thank you very much in advance.
Regards,
Ashely
New Zenner
Hi,
Is there anyone who may help with the above problem?
I feel so frustrated...:frusty:
Many thanks,
Ashely
New Zenner
Using this module I have come across a situation whereby group pricing is removed from customers under certain circumstances.
They all occur when using Customers > Reward Points. Pretty much any manual action in here such as adding or subtracting earned and pending points; transferring points from pending to earned or resetting removes the customer from group pricing.
Normal action by customers (ie redeeming points) does not seem to cause the issue.
Whilst this only came to light on a test account it could be pretty upsetting if it happened to a real customer.
Does anyone know of a way of solving this?
(Zen Cart 1.3.9h with Reward Point Full Suite v1.33a. No other mods installed.)
New Zenner
mod is working great EXCEPT that in the configuration / Reward Points, I have the
Adjust Reward Points for Sales/Specials set to "1" which is 1= Use price less Discounts and Specials.
Problem is, if a customer uses a coupon (we have some 10% off coupons), points are being calculated BEFORE the discount (ie: base price) which is the exact opposite of what I have it set up to do.
How do I fix that?
Zen Follower
I think (can not guarantee) that the following set up will solve your issue:
Go to Configuration > Reward Points > Advanced Reward Point Calculation Rules and click Edit. In the Module drop-down box select ot_coupon. In the Action drop-down box next to it select Subtract and click the green cross button to its right. Then click Update and do some test orders with or without using coupons.
Please post back whether this solves the problem or not for other readers to benefit. Good luck!
New Zenner
Thanks! I'll try that. I hadn't even gone into the advanced editing...thanks:)
Zen Follower
bumba000:
Okay, I've noticed that since the integration of this mod, it seems as though the sunrises period is not being respected.
The function mentioned above is the entire reason why. I had noticed that a customer would place an order on the 5th and they'd have points rewarded by the 9th even though our sunrises = 31.
The sunrise function also does not work for me. Does your modification in this message fix the sunrise function?
New Zenner
I have a question about limiting redemption to a category. I sell a jewelry line with one element, called jewelpops and the manufacturer allows us to use a promotion of "buy 10 get 1 free". Since I didn't find any modules to track sales that way, I decided to use the reward points system.
I need to only allow the customer to redeem their points toward jewelpops and not the other jewelry.
I have config to reward purchase points only for jewelpops but can't seem to find how to restrict the points redeeming to jewelpops only.
Thanks in advance! Sandra
Reward Points Version 1.32a
Zencart v1.3.9h
Inactive
Okay I am trying to uninstall this add on but I am having a bit of trouble doing that.
I think I have taken out everything that has to do with this module but I noticed that in my admin area I still have under config rewards points and I also noticed that when I check out I have these two warnings:
WARNING: Could not locate language file: includes/languages/english/modules/order_total/ot_reward_points.php
WARNING: Could not locate language file: includes/languages/english/modules/order_total/ot_reward_points_display.php
I deleted these. How do I get rid of the warnings since I deleted them?
Site is http://www.frompropertorocker.com
Thanks!
New Zenner
I have a mod that already edited the tpl_product_info_display. What is the change to this file in this mod, so that I can implement it using my already modified tpl_product_info_display file.
New Zenner
Also I am getting a paypal error on check out... 10413 Transaction refused because of an invalid argument. See additional
error messages for details. - The totals of the cart item amounts do not
match order amounts.
New Zenner
Just installed this plugin and like it a lot.
I want to add something to the product info page, Right now it just shows how many points can be earned.
I added this to the "tpl_product_info_display.php" page
I would like to center the text and also add something like " You can get" and the the bonus points.
How do I have to code this?
Thanks for any help
Michael
Zen Follower
Hi Michael,
Adding the red text in your code should do what you want:
<!--bof Product Reward Points block -->
<h2 id="productRewardPoints" class="productRewardPoints">[B]<center>You can get[/B]
<?php
/**
* display the product reward points
*/
include($template->get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_reward_points.php');
?>
[B]<center />[/B]
</h2>
<!--eof Product Reward Points block -->
I have also added the following to my stylesheet for the yellow box effect as in this test product:
http://www.athenscollectibles.info/index.php?main_page=product_info&cPath=2&products_id=1
.productRewardPoints {
margin-bottom:1em;
padding-top:3px;
padding-bottom:3px;
border:1px solid #00ff00;
background-color:#fdf5e6;
color: #ff0000;
}
You can of course play with css for different effects.
I hope this helps. You may want to post back if it was successful. This could benefit other users with similar needs. Have a nice evening. :smile:
New Zenner
Thank you so much for your help.
Works perfect.
I really like on your site the Q & A regarding the "reward points"
It is really neat and space saving being able to click on a question and the answer popups at the bottom.
What script are you using to accomplish this if you don't mind telling me
Thanks
Michael
Fields marked required must be completed.
Tell staff why this post should be reviewed.