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

Reward Points Module for ZC v13x

Locked

Views: 470,664

Results 1,141 to 1,160 of 2,476
This thread is locked. New replies are disabled.
5 Nov 2009, 8:02 PM
#1141
chrisr avatar

chrisr

New Zenner

Join Date:
Nov 2006
Posts:
34
Plugin Contributions:
0

Reward Points Module for ZC v13x

HI All
I have installed a test for the latest point system. Its seems to be a great add on feature and I really want to get it live on my site. While I was testing I have come across an issue. i have ver 1.38 and I am using a discount table for when people buy quantities. If you purchse more than 2 items the price is cheaper, but the points do not reflect this they remain on the base price. I have switched on the include specials and discounts but it seems not to use the tabel rates. Can anyone help.
Thanks

5 Nov 2009, 8:23 PM
#1142
chrisr avatar

chrisr

New Zenner

Join Date:
Nov 2006
Posts:
34
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Also forgot to add in last post I also have the tax issue. It does not reduce the tax after taking off the dicount
Thanks

9 Nov 2009, 3:46 PM
#1143
thepollywog avatar

thepollywog

New Zenner

Join Date:
Oct 2009
Posts:
10
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

It would appear that your custom folder is not called "custom". Have you tried running the RPD (details in the readme). It will show you what your custom folder is called and let you know if you have copied the files to the right location.

Centec2b:

Please can I ask for guidance on a problem that I do not understand

I am running a test system on Ubuntu Linux with Lamp. I a running the latest edition of Zen and have installed this contribution without known problems

When I go to TOOLS / LAYOUT BOXES CONTROLLER and look for the relevant files (ie includes/modules/sideboxes/custom/ reward_points.php and shopping_cart_with_rewards.php) they dont show.

If I move the files up one directory ie includes/modules/sideboxes/ they show

However after invoking them reward_points.php does not show in the sideboxes and shopping_cart_with_rewards.php causes the sidebox column to blank it and the ensuing items (if that makes sense)

What is also missing is the changes to the products where I believe you will see the points value. To my knowledge the relevant areas of the admin are turned on

The administration area shows up the relevant parts of the contribution fine and a test purchase also grants and saves the "points"

Phew - sorry a bit long winded but I would be grateful for any suggestions as to where to start looking. After 48 hours I dont have much hair left!

Thank you Centec2b

Hello,

I'm having an identical problem, I've run the RPD, it tells me that my custom folder is: DIR_WS_TEMPLATE (which I cannot find while using Filezilla to surf my domain)

But, /includes/modules/sideboxes/custom has both reward_points.php and shopping_cart_with_rewards.php.

Any advice?

Dennis

9 Nov 2009, 11:48 PM
#1144
cliffvt avatar

cliffvt

Zen Follower

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

Re: Reward Points Module for ZC v13x

Hi There

This module works great for me but I have a bit of a situation I am struggling to solve. I currently use reward points per product and it works great!! We sell tickets for musical shows, so now my client wants to give "complimentary" tickets, so I created a discount code of 100%. The reward module still gives full reward points if the product is discounted.

So I thought I'd try the TOTAL/SUBTOTAL reward ear/redeem feature, but now it calculates reward points on shipping and handling...

Any ideas how to get past this issue?

The idea is that even if the product is complimentary, they should still pay handling and postage, but not earn reward points

10 Nov 2009, 2:39 PM
#1145
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

cliffvt:

Hi There

This module works great for me but I have a bit of a situation I am struggling to solve. I currently use reward points per product and it works great!! We sell tickets for musical shows, so now my client wants to give "complimentary" tickets, so I created a discount code of 100%. The reward module still gives full reward points if the product is discounted.

So I thought I'd try the TOTAL/SUBTOTAL reward ear/redeem feature, but now it calculates reward points on shipping and handling...

Any ideas how to get past this issue?

The idea is that even if the product is complimentary, they should still pay handling and postage, but not earn reward points

I'm currently working on this- Right now the RP mod either gives points calculated off of the products purchased or the subtotal of the sale or the total of the sale. If does not take into account any discounts, coupons or other promotional items.

10 Nov 2009, 2:41 PM
#1146
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

thepollywog:

Hello,

I'm having an identical problem, I've run the RPD, it tells me that my custom folder is: DIR_WS_TEMPLATE (which I cannot find while using Filezilla to surf my domain)

But, /includes/modules/sideboxes/custom has both reward_points.php and shopping_cart_with_rewards.php.

Any advice?

Dennis

DIR_WS_TEMPLATE is defined in includes/configure.php

10 Nov 2009, 3:23 PM
#1147
thepollywog avatar

thepollywog

New Zenner

Join Date:
Oct 2009
Posts:
10
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

DIR_WS_TEMPLATE is defined in includes/configure.php

Found it: define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

What should I change it to? templates/custom/ ?

Does it matter that RPD says my custom folder is in:

DIR_WS_TEMPLATE

Whereas in configure.php it is written in the plural form (with an S at the very end)?

Appreciate the help!

Dennis

10 Nov 2009, 3:36 PM
#1148
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

thepollywog:

Found it: define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

What should I change it to? templates/custom/ ?

Does it matter that RPD says my custom folder is in:

DIR_WS_TEMPLATE

Whereas in configure.php it is written in the plural form (with an S at the very end)?

Appreciate the help!

Dennis

Apologies- it should be includes/init_includes/init_templates.php (line 40)

10 Nov 2009, 4:17 PM
#1149
thepollywog avatar

thepollywog

New Zenner

Join Date:
Oct 2009
Posts:
10
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

Apologies- it should be includes/init_includes/init_templates.php (line 40)

Thanks again, I trust you mean this line:

define('DIR_WS_TEMPLATE', DIR_WS_TEMPLATES . $template_dir . '/');

?

What should I change it to? This:

define('DIR_WS_TEMPLATE', DIR_WS_TEMPLATES . $template_dir . 'includes/templates/custom');

?

Dennis

15 Nov 2009, 4:08 PM
#1150
cla74 avatar

cla74

New Zenner

Join Date:
May 2008
Location:
Italy
Posts:
83
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Hi all
can someone tell me how to set the earned points to pending and not automatically to earned ?
Thank you in advance

16 Nov 2009, 10:06 AM
#1151
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

cla74:

Hi all
can someone tell me how to set the earned points to pending and not automatically to earned ?
Thank you in advance

It's in the Admin->Configuration->Reward Points. What you are looking to set is Reward Point Status Track

16 Nov 2009, 2:12 PM
#1152
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.27a now available for beta testing.

New features include:

  1. The ability to "fine tune" the order total to handle discounts, coupons, low order fees etc
  2. Cash Discount added to Reward Point Discount order module.
  3. Percentages are now handled in the Reward Point Configuration (Max Redeem in particular)

Download from here:

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

16 Nov 2009, 5:15 PM
#1153
thepollywog avatar

thepollywog

New Zenner

Join Date:
Oct 2009
Posts:
10
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

thepollywog:

Thanks again, I trust you mean this line:

define('DIR_WS_TEMPLATE', DIR_WS_TEMPLATES . $template_dir . '/');

?

What should I change it to? This:

define('DIR_WS_TEMPLATE', DIR_WS_TEMPLATES . $template_dir . 'includes/templates/custom');

?

Dennis

Hi,

I made the change suggested above and it has had no effect. Is it possible that I need to restart the store for these changes to take effect, or that I need to try something else?

Dennis

16 Nov 2009, 6:50 PM
#1154
cla74 avatar

cla74

New Zenner

Join Date:
May 2008
Location:
Italy
Posts:
83
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

It's in the Admin->Configuration->Reward Points. What you are looking to set is Reward Point Status Track
My Reward Point Status Track is set to simple mode,but earned points going to earned status

16 Nov 2009, 6:52 PM
#1155
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

thepollywog:

Hi,

I made the change suggested above and it has had no effect. Is it possible that I need to restart the store for these changes to take effect, or that I need to try something else?

Dennis

It's more fundamental than that. One of the core files of ZenCart is not being called. Is there any chance you are running with a heavy modded template???

16 Nov 2009, 6:53 PM
#1156
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

cla74:

My Reward Point Status Track is set to simple mode,but earned points going to earned status

Could it be that you've set your store to automatically mark new orders as "Processed" rather than "Pending"

16 Nov 2009, 6:58 PM
#1157
cla74 avatar

cla74

New Zenner

Join Date:
May 2008
Location:
Italy
Posts:
83
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

Could it be that you've set your store to automatically mark new orders as "Processed" rather than "Pending"

Yes,it's sets to processed!!
isnt there a way to make it works anyway?

16 Nov 2009, 7:09 PM
#1158
cla74 avatar

cla74

New Zenner

Join Date:
May 2008
Location:
Italy
Posts:
83
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

cla74:

Yes,it's sets to processed!!
isnt there a way to make it works anyway?
Sorry,
i've made a mistake.
The order status is sets to pending after a customer place an order

16 Nov 2009, 11:48 PM
#1159
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

cla74:

Sorry,
i've made a mistake.
The order status is sets to pending after a customer place an order

If it's set to Pending then the reward points should go to Pending rather than Earned.

17 Nov 2009, 2:41 PM
#1160
chrisr avatar

chrisr

New Zenner

Join Date:
Nov 2006
Posts:
34
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

I have installed the new version. I was hopeing that the Tax would be working now but it si not. If someone has $10 worth of points and the buy something for $10 and the shipping is $5 then they should only pay the $5. At the moment they have to pay the $5 and the Base Tax applicable to the product they bought. I have tried all day to fix it but do not have a clue really. Is there a quick way to get the tax working as well.

I also see that when you select "allow redeem on total " in the admin section my order value somehow changes and it sayd that you cannot redeem your points below $50 as I have this as a setting.

Everything is great for the rest it seems I just really need the tax sorted. Am I missing a setting somehere. Thanks

hem:

v1.27a now available for beta testing.

New features include:1. >

  1. The ability to "fine tune" the order total to handle discounts, coupons, low order fees etc
  1. Cash Discount added to Reward Point Discount order module.
  1. Percentages are now handled in the Reward Point Configuration (Max Redeem in particular)

Download from here:

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