Re: Reward Points Module- Live Release now available.
Hi,
I have this module up and running and I love it!!! Thank you thank you thank you!
I have one more question. On the product page the red text really stands out on my page, does anyone know where to modify the color of this text? The size is too large also, compared to the text of the price. I want to make it a bit smaller as well....
Thanks in advance for your help.
Re: Reward Points Module- Live Release now available.
Hi, I installed via the upload from my computer and chose the new.sql
it seemed to install most of it.. I can see the following
Admin>Configuration>Reward Point Configuratioin
Admin>Catalog>Reward Points
Admin>Customers>Group Reward Redeem
Admin>Customers>Reward Points
What I dont see is the Admin>Tools>Layout Boxes Controller (Shopping Cart with Rewards' sidebox ) or the ("Reward Points" sidebox)
nor do they seem to work when I make a sale.. there is no indication in the shopping cart that reward points are being earned.
then after the sale I checked the customers/reward points and there are no pending points.
not sure what to do
any help would be appreciated
Re: Reward Points Module- Live Release now available.
oh ok I found where I have to install the module and the reward points are showing up now... sorry for the post....
but The Layout boxes are still not there .....
Re: Reward Points Module- Live Release now available.
Hello I have installed it on 1.3.9 zencart shop but now doesn't work the new sql patch
i get a vaule message what can i do now ?
i get this message
1062 Duplicate entry '0-0' for key 'unique_id'
in:
[INSERT INTO reward_master (rewards_products_id ,scope ,scope_id ,point_ratio ,bonus_points, redeem_ratio, redeem_points) VALUES (NULL , '0', '0', '1.0000', NULL, 0.01, NULL);]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Re: Reward Points Module- Live Release now available.
hey,
i installed the Reward Points Module for zen-cart 1.5.0.
The test costumer buy something and it will be count right.
Now I have 3 questions:
How can i offer my costumers the discount?
I can see nothing in "Step 1 of 2 - Payment Information"
If the points are used, they stay or disappear?
Can not test it now.
Can I add a small refID system?
And one Problem:
When I open "Customer Reward Points Admin"
i see index: ...
WARNING: An Error occurred, please refresh the page and try again.
ID Last Name ...
but no costumers only the error.
i hope somebody can help.
Re: Reward Points Module- Live Release now available.
Check your debug logs in /logs and see what is showing when you get that error, they are date stamped ...
Re: Reward Points Module- Live Release now available.
In my logs i can see:
[29-Apr-2013 10:17:34] PHP Fatal error: 1064:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'REWARD_POINTS_CUSTOMER_LIMIT' at line 1 :: select c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_group_pricing, r.pending_points, r.reward_points, gp.group_name, rm.redeem_ratio from customers as c LEFT JOIN (reward_customer_points as r) ON (r.customers_id=c.customers_id) LEFT JOIN(group_pricing as gp) ON (gp.group_id=c.customers_group_pricing) LEFT JOIN(reward_master as rm) ON ((c.customers_group_pricing!=0 AND rm.scope=3 AND rm.scope_id=c.customers_group_pricing) OR (c.customers_group_pricing=0 AND rm.scope=0 AND rm.scope_id=0)) WHERE c.customers_lastname LIKE 'A%' ORDER BY c.customers_id, c.customers_lastname LIMIT REWARD_POINTS_CUSTOMER_LIMIT; in /home/..../db/mysql/query_factory.php on line 101
Re: Reward Points Module- Live Release now available.
Does anyone knows how to fix this annoying error for my 1.3.9h zen cart
Warning: Invalid argument supplied for foreach() in /home/cdsfds/public_html/includes/functions/extra_functions/reward_points_functions.php on line 314
I keep seeing after i installed reward points - everything seems to work properly but i keep seeing it during checkout procedure and in the error logs
I know others also have this problem but i have not found somewhere a solution for it
Please anyone help :shocking:
Re: Reward Points Module- Live Release now available.
Hi
I have moved the login links to the head wrapper section in tpl_header.php. I'm trying to include the reward points in there too. I have been examining the code in tpl_header.php as examples to accomplish this without any luck. I tried adding the sidebox code in there which didn't work either. Is it possible to get the reward points to display in the head wrapper? Any help much appreciated.
thanks
zen cart 1.3.9b
Reward Points Full Suite
Re: Reward Points Module- Live Release now available.
Hello,
I'm sorry if this is posted in the wrong place.
I installed reward_point_full_suite_2.1b and it works fine with single prices, but if you have qty discounts it does not give the correct points, it still calculates the points at the single purchase price. so for example:
1-3 8.99
4-10 7.99
if i purchase 10 it will give me the points for the 8.99 price instead of the 7.99 price.