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

Reward Points Module for ZC v13x

Locked

Views: 470,659

Results 1,001 to 1,020 of 2,476
This thread is locked. New replies are disabled.
20 Jul 2009, 3:16 AM
#1001
kellan4459 avatar

kellan4459

New Zenner

Join Date:
Dec 2008
Posts:
79
Plugin Contributions:
0

Reward Points Module for ZC v13x

sorry if this has been posted before but is there a way to do the following without having to manually place people in a redemption group

Total Point = 500 - $15 off
750 - $25 off
1000 - $35 off
1500 - $50 off
2000 - $65 off
2500 - $80 off

20 Jul 2009, 10:09 AM
#1002
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

Flex37:

what do you mean by (Copy all the files in folders named 'custom' to your corresponding custom folders)?

I assume you are not using the default template in ZenCart. So therefore you are using a custom template. This template is stored in its own folder in includes/template/ so this is where you need to store the corresponding files to.

20 Jul 2009, 10:12 AM
#1003
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

ShoesBuyOnline:

Hi, Andrew

Sorry to trouble you again! :(

I have modified my order.php file and orders table back to use the original order id system! Now, another problem is inside the configurations area I have set 'Reward Point Mode' to 1 and 'Allow Redeem of Reward Points on Order Total or Subtotal' to 0, but the reward points are still calculated against 'Order Total'!
Sub-Total:$309.12
Value of Redeemed Reward Points:-$15.00
Total:$294.12
Reward Points earned:294

And, if I set 'Allow Redeem of Reward Points on Order Total or Subtotal' to '1', the Reward Points would minus another 15, would be 279!

Any idea or suggestion would be highly appreciated!

It sounds like you need to check out the sort order of your Order Total modules.

20 Jul 2009, 10:18 AM
#1004
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

cowgirlmodel:

Hi, I attempted to freshly install the 1.26a version on ZenCart 1.3.8.

My problem is that I renamed my Admin folder for security purposes.

So, when I copied the rewards files from the Rewards 'admin' folder to my Zencart (renamed) admin folder and ran the Rewards diagnostics, all admin files for the Rewards module were shown as missing.

I am also wondering what the sql patch file in the admin folder is for? I wasn't sure if I should unzip it or not; and if so, do you also load it in the SQL installation of your Admin panel?

Thanks!

That would be correct RPD only looks for the files within the \Admin\ folder.

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 (only affects an ancillary sql file which cleans duplicates from the Admin menus). The bug is reported here: http://www.zen-cart.com/forum/showthread.php?t=123631

20 Jul 2009, 10:25 AM
#1005
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

Flex37:

I'm way so having a problem, I just install the reward point, not sure if I did it right, because I 'm getting this message
Warning: call_user_func(UseRewardPointStateFunction) [function.call-user-func]: First argument is expected to be a valid callback in /home/intouch5/public_html/Lingeries/admin/includes/functions/general.php on line 1544

Warning: call_user_func(UseRewardPointNewAccountAwardFunction) [function.call-user-func]: First argument is expected to be a valid callback in /home/intouch5/public_html/Lingeries/admin/includes/functions/general.php on line 1544

what am I doing wrong?
any help please
Thank you

Info about this error is here: http://www.zen-cart.com/forum/showthread.php?t=44419&highlight=argument+expected+valid+callback. However I would suspect it's because you have not copied the custom folders correctly.

20 Jul 2009, 10:27 AM
#1006
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

kellan4459:

sorry if this has been posted before but is there a way to do the following without having to manually place people in a redemption group

Total Point = 500 - $15 off
750 - $25 off
1000 - $35 off
1500 - $50 off
2000 - $65 off
2500 - $80 off

The new version v1.26 does this but uses percentages rather than fixed values. Any use?

20 Jul 2009, 10:54 AM
#1007
flex37 avatar

flex37

New Zenner

Join Date:
Jul 2009
Posts:
21
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

I'm using the classic green template.
do I need to copy everything in include folder( like auto_loaders,classes,functions,language,modules,template,extra_datafiles and put them where?

or

do I need to go to custom and copy css,sideboxes,template and put them where?

Sorry. I'm a real noob at this.
thank you

20 Jul 2009, 12:24 PM
#1008
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

Flex37:

I'm using the classic green template.
do I need to copy everything in include folder( like auto_loaders,classes,functions,language,modules,template,extra_datafiles and put them where?

or

do I need to go to custom and copy css,sideboxes,template and put them where?

Sorry. I'm a real noob at this.
thank you

I think it would be a good idea if you created a custom template before making any further changes- Check https://www.zen-cart.com/tutorials/index.php?article=142 for a tutorial on how to do this.

21 Jul 2009, 4:05 AM
#1009
cowgirlmodel avatar

cowgirlmodel

New Zenner

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

Re: Reward Points Module for ZC v13x

hem:

That would be correct RPD only looks for the files within the \Admin\ folder.

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 (only affects an ancillary sql file which cleans duplicates from the Admin menus). The bug is reported here: http://www.zen-cart.com/forum/showthread.php?t=123631

Ok, so just to clarify, if you have renamed your admin folder, the reward points module will not work for your store?

21 Jul 2009, 6:15 AM
#1010
rick99 avatar

rick99

New Zenner

Join Date:
Jul 2009
Posts:
9
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Hi,

I have installed this mod and all seems fine except that I cant see the items in the layout box controller (cart with rewards and reward points). I have checked and the files are in my template directory, sidebox display is set to always, I am using a template that uses a better-categories mod, could this be the problem.

21 Jul 2009, 6:24 AM
#1011
rick99 avatar

rick99

New Zenner

Join Date:
Jul 2009
Posts:
9
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

:shocking: OUCH Please ignore my post. So typical spend an hour looking for an error, ask the question and then find the answer 5 minutes later....

BTW. I missed some files from the CUSTOM directory.

21 Jul 2009, 7:59 AM
#1012
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

cowgirlmodel:

Ok, so just to clarify, if you have renamed your admin folder, the reward points module will not work for your store?

No, it will work but you will need to copy over all the files in the /admin/ folder in the zip to your renamed admin folder.

RPD is just a testing tool to make sure all the files are copied correctly and the sql has been installed. I'll make a change to it today to test for the /admin/ folder and prompt for a different name if not found.

21 Jul 2009, 10:30 AM
#1013
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

hem:

No, it will work but you will need to copy over all the files in the /admin/ folder in the zip to your renamed admin folder.

RPD is just a testing tool to make sure all the files are copied correctly and the sql has been installed. I'll make a change to it today to test for the /admin/ folder and prompt for a different name if not found.

I've updated the RPD- If you download the new version (same URL) it will prompt you for an alternative admin folder name if /admin/ cannot be found.

21 Jul 2009, 11:57 AM
#1014
littlehawk avatar

littlehawk

New Zenner

Join Date:
Jan 2009
Posts:
85
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

When customers use discount coupon and reward points together, the reward points are based on the subtotal.
Is there a way to reward subtotal minus discount only, say 190?

$200.00Sub-Total:

$5.00Flat Rate (Best Way):

-$10.00Discount Coupon: A001002 :

$195.00Total:

200Reward Points earned:

22 Jul 2009, 1:00 AM
#1015
littlehawk avatar

littlehawk

New Zenner

Join Date:
Jan 2009
Posts:
85
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Besides the module can only act as a cashback to customers not a bonus point to reddem some of the itmes in store?

22 Jul 2009, 11:54 AM
#1016
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

littlehawk:

When customers use discount coupon and reward points together, the reward points are based on the subtotal.
Is there a way to reward subtotal minus discount only, say 190?

$200.00Sub-Total:

$5.00Flat Rate (Best Way):

-$10.00Discount Coupon: A001002 :

$195.00Total:

200Reward Points earned:

I am updating the Reward Point award to take in to account its sort order in the order totals- That will give you better control of removal of Reward Points due to items like coupons and gift vouchers.

littlehawk:

Besides the module can only act as a cashback to customers not a bonus point to reddem some of the itmes in store?

It's on the wish list.

22 Jul 2009, 4:21 PM
#1017
cowgirlmodel avatar

cowgirlmodel

New Zenner

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

Re: Reward Points Module for ZC v13x

hem:

No, it will work but you will need to copy over all the files in the /admin/ folder in the zip to your renamed admin folder.

RPD is just a testing tool to make sure all the files are copied correctly and the sql has been installed. I'll make a change to it today to test for the /admin/ folder and prompt for a different name if not found.

Cool, thanks. I did copy all the files over the first time, but it still didn't install correctly - there was nothing in the Admin/Modules panel to install, although the RPD stuff did show up in the other areas on my Admin panel.

However, I didn't install that SQL patch; maybe that was the problem? I assume that to install the SQL patch, you first copy-paste or upload the SQL install file in the Admin panel, then you do the same with the patch?

I will try your updated version. Thanks for all the time you spend improving this product.

23 Jul 2009, 12:15 AM
#1018
cowgirlmodel avatar

cowgirlmodel

New Zenner

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

Re: Reward Points Module for ZC v13x

I've reinstalled the rpm, and everything appeared to go smoothly. Except that, again, in my Admin/Modules/Order Total panel, there is no option to install rpm in there as per these instructions:

  1. Install the Reward Point Order Total module using Admin->Modules->Order Total

Is it okay to ignore this step since it's not appearing in my Admin panel?

All the files should have been copied over correctly.

23 Jul 2009, 1:45 AM
#1019
cowgirlmodel avatar

cowgirlmodel

New Zenner

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

Re: Reward Points Module for ZC v13x

Ok, sorry to post AGAIN, but I really want to get this mod working. (Normally I am better at installing these things.)

The earned points show up as they should in the customer's account, but there is no cash value of the points; and as a result they are not available for redemption at checkout.

I have the settings at the default value of Global Reward Point 1.0 and global points ratio .01. But no amount of changing the global points ratio (i.e. redeem ratio?) gives the customer's points any cash value.

I'm using 1-26a, downloaded from the Zencart downloads area. I did not unzip or install the admin/sql patch; don't know if that has anything to do with it.

Thanks!

23 Jul 2009, 2:05 AM
#1020
cowgirlmodel avatar

cowgirlmodel

New Zenner

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

Re: Reward Points Module for ZC v13x

Never mind - i had a problem w/ one of my files in my Order Total folder - not related to rpm. You can actually delete some of my other posts if you want. I will repost if I have another problem later on. Sorry to clutter up the forum.