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

Reward Points Module for ZC v13x

Locked

Views: 470,672

Results 1,341 to 1,360 of 2,476
This thread is locked. New replies are disabled.
19 May 2010, 1:32 PM
#1341
gg01 avatar

gg01

New Zenner

Join Date:
Jul 2008
Location:
Ontario, Canada
Posts:
85
Plugin Contributions:
0

Reward Points Module for ZC v13x

Still having the problem described in my post above... ran the diagnostic tool, in the Special Rules Check this came up:

Could not find $zco_notifier->notify('NOTIFY_ORDER_DURING_CREATE_ADDED_ORDER_HEADER'  in includes/classes/order.php

Any ideas?? :frusty:

19 May 2010, 1:54 PM
#1342
gg01 avatar

gg01

New Zenner

Join Date:
Jul 2008
Location:
Ontario, Canada
Posts:
85
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

ardhill:

Hi

I'm not sure if this has been covered but...

I noticed there is an issue with assigning Reward Points to an order that has already been discounted with previously earned reward points.

If I choose in the configuration to assign reward point to the sub total. Then a customer will earn points on the value of the order in the shopping cart 'before' it has been discounted using previously earned reward points.

To get around this, and only allocate points for actual cash spent on the goods, I need to configure the mod to assign points of the final total (including shipping).

Is there a way of getting a 3rd option - allocate reward points based on the sub total (not including shipping) but also taking into account discounts from previously earned reward points? e.g.

Goods Sub Total 100.00
Redeemed Reward Points 20.00

Order Sub Total 80.00
Add Shipping 10.00

Grand Total 90.00

I don't really want to be giving customers reward points on shipping fees, or discounts they have already received through previously earned reward points.

Thanks

Paul

Hi Paul,

What are your settings in Config, Reward Points, Advanced Reward Point Calculation Rules?

19 May 2010, 2:09 PM
#1343
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

GG01:

Still having the problem described in my post above... ran the diagnostic tool, in the Special Rules Check this came up:

Could not find $zco_notifier->notify('NOTIFY_ORDER_DURING_CREATE_ADDED_ORDER_HEADER' in includes/classes/order.php

> 
> Any ideas??  :frusty:

What version of ZenCart are you running?
19 May 2010, 2:11 PM
#1344
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

ardhill:

Hi

I'm not sure if this has been covered but...

I noticed there is an issue with assigning Reward Points to an order that has already been discounted with previously earned reward points.

If I choose in the configuration to assign reward point to the sub total. Then a customer will earn points on the value of the order in the shopping cart 'before' it has been discounted using previously earned reward points.

To get around this, and only allocate points for actual cash spent on the goods, I need to configure the mod to assign points of the final total (including shipping).

Is there a way of getting a 3rd option - allocate reward points based on the sub total (not including shipping) but also taking into account discounts from previously earned reward points? e.g.

Goods Sub Total 100.00
Redeemed Reward Points 20.00

Order Sub Total 80.00
Add Shipping 10.00

Grand Total 90.00

I don't really want to be giving customers reward points on shipping fees, or discounts they have already received through previously earned reward points.

Thanks

Paul

Presuming you are using the latest version you can tell the Mod what other line items to ignore (last item in Admin->Reward Points)

19 May 2010, 2:12 PM
#1345
gg01 avatar

gg01

New Zenner

Join Date:
Jul 2008
Location:
Ontario, Canada
Posts:
85
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

What version of ZenCart are you running?

Zen cart version 1.3.9b

19 May 2010, 2:26 PM
#1346
ardhill avatar

ardhill

New Zenner

Join Date:
Dec 2007
Location:
Belfast, N.Ireland
Posts:
99
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

GG01:

Hi Paul,

What are your settings in Config, Reward Points, Advanced Reward Point Calculation Rules?

Is this what you wanted to know?

hem:

Presuming you are using the latest version
I am using "reward_point_full_suite_1-28A"

you can tell the Mod what other line items to ignore (last item in Admin->Reward Points)
I don't understant what you are saying - sorry.

19 May 2010, 2:32 PM
#1347
gg01 avatar

gg01

New Zenner

Join Date:
Jul 2008
Location:
Ontario, Canada
Posts:
85
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Paul,

If you upgrade to the latest and greatest you will see extra options at the bottom and those should help you out.

19 May 2010, 2:33 PM
#1348
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

GG01:

Zen cart version 1.3.9b

ah- there's a change in how the notifiers are called in v1.3.9- It has been changed in the latest version of the RPD (available at https://www.omnicia.com/rpd.zip)

19 May 2010, 2:43 PM
#1349
gg01 avatar

gg01

New Zenner

Join Date:
Jul 2008
Location:
Ontario, Canada
Posts:
85
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Okay great, I'll get the new version.

Will that solve the issue with the points (actually rewarded) not deducting group discounts? As per my previous post, it does deduct and do the math correctly everywhere just not actually rewarding them properly in the admin... thanks for your assistance!!

19 May 2010, 2:51 PM
#1350
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

GG01:

Okay great, I'll get the new version.

Will that solve the issue with the points (actually rewarded) not deducting group discounts? As per my previous post, it does deduct and do the math correctly everywhere just not actually rewarding them properly in the admin... thanks for your assistance!!

The strange thing here is that once the order is made it is never recalculated- let me double checl.

19 May 2010, 2:54 PM
#1351
gg01 avatar

gg01

New Zenner

Join Date:
Jul 2008
Location:
Ontario, Canada
Posts:
85
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

GG01:

Okay great, I'll get the new version.

Will that solve the issue with the points (actually rewarded) not deducting group discounts? As per my previous post, it does deduct and do the math correctly everywhere just not actually rewarding them properly in the admin... thanks for your assistance!!

Sorry, just realized it's the diagnostic tool that has the revision.... not a new version of the mod....

19 May 2010, 5:20 PM
#1352
ardhill avatar

ardhill

New Zenner

Join Date:
Dec 2007
Location:
Belfast, N.Ireland
Posts:
99
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

GG01:

Paul,

If you upgrade to the latest and greatest you will see extra options at the bottom and those should help you out.

OK, I have downloadd the laest off Zen Cart's site, and upgraded the mod, but still can't get things to work right. For instance I just put through an order:

The points on the bottom of the order (1511) are correct, though the points in the side box (1711) are wrong (they are including the shipping price). Then when I go to admin > customers > Reward Points
It say the customer has earned 986 points? I haven't a clue what that relates to, it means 49.30 in money spent to earn that number of points.

Hmm, it has all gone a bit wierd since the upgrade. I am still using ZenCart v1.3.8.a

Currently, I have disabled the "Advanced Reward Point Calculation Rules" as I had been playing about with them and not getting anywhere fast.

I think something else has gone wrong :(

20 May 2010, 3:25 PM
#1353
ardhill avatar

ardhill

New Zenner

Join Date:
Dec 2007
Location:
Belfast, N.Ireland
Posts:
99
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

OK, so simple question ... i hope.

Can I just delete all the Reward Points Files, and run the uninstall.sql patch to remove all this mod cleanly?

If it will do that without throwing something else out, then I could do that and try a fresh install.

Thanks

21 May 2010, 3:13 AM
#1354
gg01 avatar

gg01

New Zenner

Join Date:
Jul 2008
Location:
Ontario, Canada
Posts:
85
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

The strange thing here is that once the order is made it is never recalculated- let me double checl.

Any luck Hem?

I had a peek in my db:
orders_table (class ot_reward_points_display) was showing correct amount (discounted by group pricing)

reward_customer_points the Pending_points is incorrect (not discounted by group pricing)

reward_status_track the Reward_points is wrong (not discounted by group pricing)

Any suggestions where I may have gone wrong??
:frusty:

21 May 2010, 1:40 PM
#1355
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

GG01:

Any luck Hem?

I had a peek in my db:
orders_table (class ot_reward_points_display) was showing correct amount (discounted by group pricing)

reward_customer_points the Pending_points is incorrect (not discounted by group pricing)

reward_status_track the Reward_points is wrong (not discounted by group pricing)

Any suggestions where I may have gone wrong??
:frusty:

I am checking it out right now- also I'm trying to get an overview of the issues that you, Ardhill and Blessed are having (don't want any wild goose chases).

21 May 2010, 2:29 PM
#1356
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

Okay- I have tested the following under v1.3.9b:

  1. Checked points earned from a purchase. No doubling of points.

  2. Checked points moving from pending to earned. Points move correctly.

  3. Checked points being discounted by Group Pricing- After adding ot_group_pricing:Subtract to Advanced Reward Point Calculation Rules. Points are subtracted correctly and are displayed in the order. However the group_pricing is not being subtracted from the customer under Admin- I am working on this now.

I think that those are the only outstanding issues. Please let me know if I have missed any.

21 May 2010, 3:33 PM
#1357
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

v1.30a now available.

Fixes:

  • Resolved issue with Advanced Table items not being factored into the stored Reward Points record
  • Reward Points now passed to observer class via $_SESSION['REWARD_POINTS_EARNED'] variable set in ot_reward_point_display.php
  • Possible fix to make RP Mod finally work with PayPal IPN.

Downloadable from http://www.omnicia.com/Zencart%20Reward%20Points%20Module.zip

22 May 2010, 7:18 AM
#1358
crystalight avatar

crystalight

New Zenner

Join Date:
May 2010
Posts:
1
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Hi! I've just downloaded your module, but encounter some problems when installing...

Currently, I'm using the latest version of Zen Cart. And since I'm installing this for the 1st time, I've updated it using new.sql

I'm stuck at step 4. I seem can't to find the sidebox with says 'Shopping Cart with Rewards', I only see the "sideboxes/shopping_cart.php" and it's already switch on.

Please advise.

Thanks.

22 May 2010, 10:45 AM
#1359
xbox_memberships avatar

xbox_memberships

Zen Follower

Join Date:
Jan 2010
Posts:
157
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Hi Hem i've installed this module and unfortunatly i am getting a weird error on the product pages. best way to describ it is by taking a screenshot really ive attached it to this post. its strange as i think it is also messing up the description as there should be tick box bullet points in there which don't show up im running 1.3.8a

23 May 2010, 11:10 AM
#1360
kezza avatar

kezza

New Zenner

Join Date:
Mar 2010
Location:
The other side where the grass IS greener
Posts:
30
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

shop - 1.3.8a with mods added
rewards version - 1.30a

still get the "value of redeemed reward points" twice, on every login for the first purchase.

but for some reason if you refresh the screen ie push F5 or go back to your shopping cart and start the checkout again its normal!

Kezza