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

Reward Points Module for ZC v13x

Locked

Views: 470,586

Results 281 to 300 of 2,476
This thread is locked. New replies are disabled.
27 Jun 2008, 8:58 AM
#281
knighs2 avatar

knighs2

New Zenner

Join Date:
May 2007
Posts:
42
Plugin Contributions:
0

Reward Points Module for ZC v13x

Hi Andrew,

Fantastic mod by the way !

I was wonering if you could add an extra function.
In the configuration under Reward Point Status Track where you can specify under advanced which status's trigger a pending or earned status, can you add in an extra column for remove points. so if an order is cancelled and not deleted the reward points are removed automatically when status is set to cancelled.

Thanks
Shane

28 Jun 2008, 11:37 PM
#282
crzipilot avatar

crzipilot

New Zenner

Join Date:
Oct 2006
Posts:
39
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Ok, Just installed this module, had previous version installed and working. Now getting this error. Anyone have a clue?

Fatal error: Cannot redeclare class RewardPoints in includes/classes/observers/class.reward_points.php on line 58

30 Jun 2008, 2:32 AM
#283
zafer avatar

zafer

New Zenner

Join Date:
Jan 2008
Posts:
50
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

I installed reward points, but I notices at google checkout cart , the reward points are mistakenly added to the cart total, how do i fix this. ? Please advise

thank you

30 Jun 2008, 6:06 PM
#284
kenwahl avatar

kenwahl

New Zenner

Join Date:
Feb 2008
Posts:
32
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

zafer:

I installed reward points, but I notices at google checkout cart , the reward points are mistakenly added to the cart total, how do i fix this. ? Please advise

thank you

Checkout comment 262 a couple pages back. It will remove all reference of reward points in Google Checkout. Be advised that points are not automatically awarded via Google checkout. You will need to do that manually. Their invoice will show what they are awarded but you have to do it manually.

Ken

30 Jun 2008, 6:18 PM
#285
kenwahl avatar

kenwahl

New Zenner

Join Date:
Feb 2008
Posts:
32
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Crzipilot:

Ok, Just installed this module, had previous version installed and working. Now getting this error. Anyone have a clue?

Fatal error: Cannot redeclare class RewardPoints in includes/classes/observers/class.reward_points.php on line 58

Check in includes/classes/observers/ you probably have 2 files for reward_points. delete the class.reward_points.php and leave the other one. They are declaring the same things and only one of them is needed. It will work with either but not with both.

Ken

30 Jun 2008, 10:11 PM
#286
kenwahl avatar

kenwahl

New Zenner

Join Date:
Feb 2008
Posts:
32
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

kenwahl:

Check in includes/classes/observers/ you probably have 2 files for reward_points. delete the class.reward_points.php and leave the other one. They are declaring the same things and only one of them is needed. It will work with either but not with both.

Ken

Sorry I read the problem wrong. Look at comment/post 240 and it should fix your problem.

1 Jul 2008, 11:08 PM
#287
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

kenwahl:

Check in includes/classes/observers/ you probably have 2 files for reward_points. delete the class.reward_points.php and leave the other one. They are declaring the same things and only one of them is needed. It will work with either but not with both.

Ken

yep Ken nailed that one. One of the recent changes renamed class.reward_points.php to class.core_reward_points.php to be more compatible with the ZenCart naming process. You will probably find both these files in includes/classes/observers. In this case delete class.reward_points.php and you should be okay.

1 Jul 2008, 11:14 PM
#288
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

Anyway, I'm back again after another RL session which wiped out all my free time. I have a sabbatical coming up shortly so I would like to know from all the people who are using the mod what are the most important upgrades required for the next release. Be aware that I'm already looking at alternative ways to handle the Reward Point pend to handle mods that don't follow the order_process route so that Google Checkout and Paypal IPN should work without having to manually handle the reward points.

2 Jul 2008, 4:10 AM
#289
crzipilot avatar

crzipilot

New Zenner

Join Date:
Oct 2006
Posts:
39
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Thanks for the response, I knew of that change, found out it was two hands not knowing what the other was doing. Had to go back and pull out all the files for whatever version we started with, and put in the new files for the latest version and then everything worked.

thanks

2 Jul 2008, 4:37 AM
#290
crzipilot avatar

crzipilot

New Zenner

Join Date:
Oct 2006
Posts:
39
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Another quick question. Release 1.11 says it Added Configuration item to set minimum order value to redeem points against.
Added Configuration item to allow redeem of RP against Subtotal or Total (inc. shipping)

After I got everything working I'm not really sure if I have this under the config menu.

If I read it correctly, the option of putting a mininum order amount before they can use reward points should be in there? Such as they can order stuff and gain reward points. But they can not redeem them on any orders under 100.00. If this is already in there, I guess I need to go back and change some things.

2 Jul 2008, 4:48 AM
#291
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Reward Points Module for ZC v13x

Thanks for all your work on this mod. I don't know if it will make any difference or not but Google Checkout can be configured to return to checkout_success which is actually the default since 1.4.1beta and up.

The setting is in Module - Payments - GoogleCheckout towards the bottom.

2 Jul 2008, 1:04 PM
#293
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

BlessIsaacola:

Will someone with knowlege of both please explain the difference between this mod and http://www.zen-cart.com/forum/showthread.php?t=90574&highlight=store+credits+reward+points+module

Thanks!

Well I know that version did use some of my core code to start with but has diverged a lot from then.

2 Jul 2008, 4:53 PM
#294
zafer avatar

zafer

New Zenner

Join Date:
Jan 2008
Posts:
50
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

I installed latest reward points , with updated update.sql file

still error after loading sql:

Fatal error: Call to a member function add() on a non-object in /home/pillownp/public_html/admin/sqlpatch.php on line 211

Please help

2 Jul 2008, 5:00 PM
#295
kenwahl avatar

kenwahl

New Zenner

Join Date:
Feb 2008
Posts:
32
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

BlessIsaacola:

Thanks for all your work on this mod. I don't know if it will make any difference or not but Google Checkout can be configured to return to checkout_success which is actually the default since 1.4.1beta and up.

The setting is in Module - Payments - GoogleCheckout towards the bottom.

To the best of my knowledge that setting just tells Google Checkout where to return if and only if once the customer finishes checking out they click on a link on Google checkout page to return to the site. They would then return to the page you spcified there. From my experience most of my customers don't do that they just finish the checkout and don't return to the site.

Ken

2 Jul 2008, 5:11 PM
#296
zafer avatar

zafer

New Zenner

Join Date:
Jan 2008
Posts:
50
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Also my checkout is now blank screen. When I debug the error is:

PHP Fatal error: Cannot redeclare class ot_reward_points in /home/pillownp/public_html/includes/modules/order_total/ot_reward_points.php on line 23

Thank you for your help

2 Jul 2008, 5:57 PM
#297
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Reward Points Module for ZC v13x

kenwahl:

To the best of my knowledge that setting just tells Google Checkout where to return if and only if once the customer finishes checking out they click on a link on Google checkout page to return to the site. They would then return to the page you spcified there. From my experience most of my customers don't do that they just finish the checkout and don't return to the site.

Ken

Thanks for pointing that out. I completely forgot that requires a customer action.

2 Jul 2008, 5:59 PM
#298
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Reward Points Module for ZC v13x

hem:

Well I know that version did use some of my core code to start with but has diverged a lot from then.

It still would be helpful for those of you that know the difference between the two mods to please post. I am looking for information to make an informed decision. I like the feature of store credit versus reward points as an added feature.

Thanks!

2 Jul 2008, 6:37 PM
#299
kenwahl avatar

kenwahl

New Zenner

Join Date:
Feb 2008
Posts:
32
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Crzipilot:

Another quick question. Release 1.11 says it Added Configuration item to set minimum order value to redeem points against.
Added Configuration item to allow redeem of RP against Subtotal or Total (inc. shipping)

After I got everything working I'm not really sure if I have this under the config menu.

If I read it correctly, the option of putting a mininum order amount before they can use reward points should be in there? Such as they can order stuff and gain reward points. But they can not redeem them on any orders under 100.00. If this is already in there, I guess I need to go back and change some things.

Those items should be the last 2 items listed under Configuration - Reward Points.

Allow Redeem of Reward Points on Order Total or Subtotal
Set Minimum Order Value to Redeem Points Against

Ken

2 Jul 2008, 6:46 PM
#300
kenwahl avatar

kenwahl

New Zenner

Join Date:
Feb 2008
Posts:
32
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

BlessIsaacola:

It still would be helpful for those of you that know the difference between the two mods to please post. I am looking for information to make an informed decision. I like the feature of store credit versus reward points as an added feature.

Thanks!

I looked at that one and from what I remember.... It didn't play well with Google Checkout or items with attributes. It also was set up to only work with a global point structure by a percentage of the sale( All items get same points). It also displays in Dollars not points so if a product gets 10 points with this mod that one may display $.05 for that one depending what they are worth. I personally like it to show points rather that what they are worth on the product page. That mod has a lot less options as to how points are awarded and how they are used.

Hope this helps a little

Ken