Zen Cart Logo
Forums / All Other Contributions/Addons / Reward Points Module for ZC v13x

Reward Points Module for ZC v13x

Locked

Views: 470,663

Results 1,101 to 1,120 of 2,476
This thread is locked. New replies are disabled.
30 Sep 2009, 7:44 PM
#1101
pablo1719 avatar

pablo1719

New Zenner

Join Date:
Nov 2008
Posts:
33
Plugin Contributions:
0

Reward Points Module for ZC v13x

Thank you. I am sorry I changed where it was calculating by subtotal but missed the part where it calculated individually or by order total/subtotal.

2 Oct 2009, 1:20 AM
#1102
eris avatar

eris

New Zenner

Join Date:
Jan 2007
Posts:
11
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Error on the Customer Reward Points Admin page:

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)) ORDER BY c.customers_id, 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.

I have reward_point_full_suite_1-26a

I want to uninstall the entire thing and reinstall. Will that fix my problem? When I uninstall it doesn't get rid of everything on my db.

3 Oct 2009, 11:21 AM
#1103
jordin avatar

jordin

New Zenner

Join Date:
Jan 2009
Location:
Sask, Canada.
Posts:
44
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Hello,

I am using the most current version of this module and the most current version of Zen Cart.

I need to put the reward points earned, reward points pending, and current order reward points on a section in my header.

I am new to php, can someone help me find the exact pieces of code I would have to isolate in order to achieve this?

Thanks,

Jordin

5 Oct 2009, 10:50 AM
#1104
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

Jordin:

Hello,

I am using the most current version of this module and the most current version of Zen Cart.

I need to put the reward points earned, reward points pending, and current order reward points on a section in my header.

I am new to php, can someone help me find the exact pieces of code I would have to isolate in order to achieve this?

Thanks,

Jordin

Whereabouts in your header- In the top "banner" of your page or one of the bars beneath it?

14 Oct 2009, 12:24 AM
#1105
2004g35 avatar

2004g35

Zen Follower

Join Date:
Jan 2005
Location:
Winter Haven, FL
Posts:
156
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

The install of this mod on 1.3.8a is easy to follow. When I do the sql patch thru the admin section - I get a sql error and no admin. I have installed many mods without problems. The error seems to indicate there is an error in the sql patch. I have redone several times - same error. I have a zen_ prefix in my database - don' know why I did that ages ago. Anyway, help please. Thanks

14 Oct 2009, 8:04 AM
#1106
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

2004g35:

The install of this mod on 1.3.8a is easy to follow. When I do the sql patch thru the admin section - I get a sql error and no admin. I have installed many mods without problems. The error seems to indicate there is an error in the sql patch. I have redone several times - same error. I have a zen_ prefix in my database - don' know why I did that ages ago. Anyway, help please. Thanks

You need to extract the sqlpatch.zip file that comes with the mod. The sqlpatch.zip fixes a bug in the sqlpatch.php file. It is added as a zip because I don't like overwriting core files and the bug is minimal. The bug is reported here: http://www.zen-cart.com/forum/showthread.php?t=123631

14 Oct 2009, 3:06 PM
#1107
tvsupport avatar

tvsupport

New Zenner

Join Date:
Oct 2008
Posts:
16
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

I'm interested in offering reward points and would like to offer the customer more points (say 2p in the pound rather than 1p in the pound) when the sub-total is over a certain amount (say £25.00).

Is this possible/or advisable? Has anyone tried this? :unsure:

If so, could anyone point me in the right direction for the relevant sub-total functions that would need an amend.

Any help appreciated, and thanks in advance. :hug:

14 Oct 2009, 3:35 PM
#1108
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

tvsupport:

I'm interested in offering reward points and would like to offer the customer more points (say 2p in the pound rather than 1p in the pound) when the sub-total is over a certain amount (say £25.00).

Is this possible/or advisable? Has anyone tried this? :unsure:

If so, could anyone point me in the right direction for the relevant sub-total functions that would need an amend.

Any help appreciated, and thanks in advance. :hug:

Under Config->Reward Points set "Set Minimum Order Value to Redeem Points Against" to 25. Then under Customers->Group Rewards Redeem set "global points ratio" to 0.02

14 Oct 2009, 3:50 PM
#1109
tvsupport avatar

tvsupport

New Zenner

Join Date:
Oct 2008
Posts:
16
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

Under Config->Reward Points set "Set Minimum Order Value to Redeem Points Against" to 25. Then under Customers->Group Rewards Redeem set "global points ratio" to 0.02
Thanks for the quick reply. I would still like to reward points under 25 pounds but less points eg 1 point per pound up to 25 pounds and 2 points thereafter. Sorry for any confusion.
Posted via Mobile Device

14 Oct 2009, 4:43 PM
#1110
tvsupport avatar

tvsupport

New Zenner

Join Date:
Oct 2008
Posts:
16
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Just in case I caused confusion, ideally I would like to credit:

10 points for every pound if sub-total less than £25
20 points for every pound if sub-total is £25 or more

All points redeemed worth 0.01 pound.

(Idea being customers enticed to spend above £25 to gain double points per pound.)

:lookaroun

14 Oct 2009, 11:45 PM
#1111
2004g35 avatar

2004g35

Zen Follower

Join Date:
Jan 2005
Location:
Winter Haven, FL
Posts:
156
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

I did as you instructed - replaced the sqlpatch.php and re-loaded all again. Still getting an error and then can not get back into my admin section - the store still works though.
This is the error that I am getting --

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 'SELECT orders_id FROM zen_orders) LIMIT 1' at line 1
in:
[SELECT * FROM zen_reward_status_track rs WHERE rs.orders_id NOT IN (SELECT orders_id FROM zen_orders) LIMIT 1;]
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

Thanks in advance for your help

15 Oct 2009, 9:36 AM
#1112
weber avatar

weber

Zen Follower

Join Date:
Nov 2005
Posts:
157
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

i have the module installed but...

where is the rewards point order total which i can set each point = 1 cent ?

i have 3 module in order total, but non of them has this setting.

15 Oct 2009, 1:38 PM
#1113
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

tvsupport:

Just in case I caused confusion, ideally I would like to credit:

10 points for every pound if sub-total less than £25
20 points for every pound if sub-total is £25 or more

All points redeemed worth 0.01 pound.

(Idea being customers enticed to spend above £25 to gain double points per pound.)

:lookaroun

You would need to change the process function in includes/modules/order_total/ot_reward_points.php

15 Oct 2009, 1:38 PM
#1114
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

2004g35:

I did as you instructed - replaced the sqlpatch.php and re-loaded all again. Still getting an error and then can not get back into my admin section - the store still works though.
This is the error that I am getting --

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 'SELECT orders_id FROM zen_orders) LIMIT 1' at line 1
in:
[SELECT * FROM zen_reward_status_track rs WHERE rs.orders_id NOT IN (SELECT orders_id FROM zen_orders) LIMIT 1;]
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

Thanks in advance for your help

What version of MySQL are you running?

15 Oct 2009, 1:39 PM
#1115
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

weber:

i have the module installed but...

where is the rewards point order total which i can set each point = 1 cent ?

i have 3 module in order total, but non of them has this setting.

Under Customer->Group Reward Points. Just enter 0.03 for the Global Redeem.

15 Oct 2009, 9:30 PM
#1116
2004g35 avatar

2004g35

Zen Follower

Join Date:
Jan 2005
Location:
Winter Haven, FL
Posts:
156
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

my php is version 5.2.11 and mysql is ver 4.0.27
Thanks for looking at this for me

16 Oct 2009, 12:55 AM
#1117
adamm avatar

adamm

New Zenner

Join Date:
Oct 2009
Location:
Melbourne, Australia
Posts:
2
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Hi everyone,

I was wondering if it was possible to make a purchase with Reward Points only and not by credit card/paypal?

I have installed ZC v1.3.8 and the Rewards Points FS v1.2.6
and everything seems fine so far in terms of configruation.

Im testing at the moment and I made the reward points worth one dollar and gave 200 points to one of the test users to purchase an item worth 70 points.

I have input !00% as the maximum points allowed to redeem, too.

On checkout it asked me for credit card details to proceed, is there something I have missed?

Cheers
Adam

16 Oct 2009, 8:52 AM
#1118
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

2004g35:

my php is version 5.2.11 and mysql is ver 4.0.27
Thanks for looking at this for me

Your problem is that this mod requires v4.2 of MySQL minimum. You will need to get your host to upgrade it.

19 Oct 2009, 2:06 AM
#1119
marmi01 avatar

marmi01

New Zenner

Join Date:
Apr 2009
Posts:
30
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

kellan4459:

I have upgraded to version 1.26 but when I install and try to modify the Discount Table I can't add or delete the entries. I am searching the thread and I don't see anything on this yet so again I apologize if this has been discussed before.

I'm also having this issue where I can't delete/add the various percentages in the Discount Table.

Any assistance appreciated.

I'm running Zen Cart 1.3.8a.

Mick

20 Oct 2009, 11:41 AM
#1120
angelstubes avatar

angelstubes

New Zenner

Join Date:
May 2009
Posts:
53
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Hi I installed this but when i went to Admin->Tools->Layout Box Controller nothing shows up for it any help would be awesome
Thanks