Check includes\languages\english\extra_definitions\YOUR CUSTOM FOLDER\reward_points.php
Printable View
can you look here??
\http://happypandatoys.com/index.php?...roducts_id=185
i have downloaded that file but there are no instructions in the zip....
can you tell me in the code where i can just hide the points tag next to the product... i dont want it to show how many points you get next to the product.... is this possible?
Hello-
I think this mod is great, kudos. Just having a bit of a problem installing it. SQL Databases...what else is new? Ha okay so this is on my "test" site...
I dropped all of the files correctly, and when I go to import new.sql through mysql i recieve an error:
I use the prefix zen_ for all of my databases so I renamed the 3 tables accordingly. I have:Quote:
Error
SQL query:
REPLACE INTO `configuration_group` (
`configuration_group_id` ,
`configuration_group_title` ,
`configuration_group_description` ,
`sort_order` ,
`visible`
)
VALUES (
NULL , 'Reward Points', 'Reward Point Module Configuration', '50', '1'
);
MySQL said: Documentation
#1146 - Table 'falkore1_zc1.configuration_group' doesn't exist
zen_reward_customer_points
zen_reward_master
zen_reward_status_track
For the configuration_group table I think we are looking for is called:
zen_configuration_group
THEN...
I think this error is from the above problem, but this may be different. This is what I get when I go to the admin panel and click Customer Reward Points Admin
Any help would be greatly appreciated!Quote:
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
in:
[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 zen_customers as c LEFT JOIN (zen_reward_customer_points as r) ON (r.customers_id=c.customers_id) LEFT JOIN(zen_group_pricing as gp) ON (gp.group_id=c.customers_group_pricing) LEFT JOIN(zen_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 'G%' ORDER BY c.customers_lastname LIMIT REWARD_POINTS_CUSTOMER_LIMIT;]
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.
Cheers
Ryan
falkoreclothing.com
falkoreclothing.com/shop -- test site trying to install addon on.