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

Reward Points Module for ZC v13x

Locked

Views: 470,648

Results 901 to 920 of 2,476
This thread is locked. New replies are disabled.
15 May 2009, 9:20 PM
#901
hem avatar

hem

Totally Zenned

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

Reward Points Module for ZC v13x

jmelwak:

also where it should say reward points on the site it says PRODUCT_REWARD_POINT_TAG
any ideas why its not pulling the tag?

Check includes\languages\english\extra_definitions\YOUR CUSTOM FOLDER\reward_points.php

15 May 2009, 9:41 PM
#902
jmelwak avatar

jmelwak

New Zenner

Join Date:
Jul 2007
Posts:
64
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

Check includes\languages\english\extra_definitions\YOUR CUSTOM FOLDER\reward_points.php

i did, it shows correctly in that file but not on my site,?!?!?!?!?

15 May 2009, 9:42 PM
#903
jmelwak avatar

jmelwak

New Zenner

Join Date:
Jul 2007
Posts:
64
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

Check includes\languages\english\extra_definitions\YOUR CUSTOM FOLDER\reward_points.php

can you look here??

<http://happypandatoys.com/index.php?main_page=product_info&cPath=65_68&products_id=185>

16 May 2009, 6:21 PM
#904
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

jmelwak:

can you look here??

<http://happypandatoys.com/index.php?main_page=product_info&cPath=65_68&products_id=185>

My guess is that you have more than one theme/skin loaded on your site. Have run tried running RPD? Instructions are in the readme.

18 May 2009, 7:26 PM
#905
jmelwak avatar

jmelwak

New Zenner

Join Date:
Jul 2007
Posts:
64
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

i have downloaded that file but there are no instructions in the zip....

18 May 2009, 11:40 PM
#906
jmelwak avatar

jmelwak

New Zenner

Join Date:
Jul 2007
Posts:
64
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

can you tell me in the code where i can just hide the points tag next to the product... i dont want it to show how many points you get next to the product.... is this possible?

19 May 2009, 11:45 AM
#907
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

jmelwak:

i have downloaded that file but there are no instructions in the zip....

The instructions are in the original readme.

19 May 2009, 11:45 AM
#908
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

jmelwak:

can you tell me in the code where i can just hide the points tag next to the product... i dont want it to show how many points you get next to the product.... is this possible?

If you delete the custom product display page from your custom templates directory then it will return to normal.

20 May 2009, 8:02 AM
#909
falkore avatar

falkore

New Zenner

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

Re: Reward Points Module for ZC v13x

Hello-

I think this mod is great, kudos. Just having a bit of a problem installing it. SQL Databases...what else is new? Ha okay so this is on my "test" site...

I dropped all of the files correctly, and when I go to import new.sql through mysql i recieve an error:

Error

SQL query:

REPLACE INTO configuration_group (
configuration_group_id ,
configuration_group_title ,
configuration_group_description ,
sort_order ,
visible
)
VALUES (
NULL , 'Reward Points', 'Reward Point Module Configuration', '50', '1'
);

MySQL said: Documentation
#1146 - Table 'falkore1_zc1.configuration_group' doesn't exist

I use the prefix zen_ for all of my databases so I renamed the 3 tables accordingly. I have:

zen_reward_customer_points
zen_reward_master
zen_reward_status_track

For the configuration_group table I think we are looking for is called:

zen_configuration_group

THEN...

I think this error is from the above problem, but this may be different. This is what I get when I go to the admin panel and click Customer Reward Points Admin

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)) WHERE c.customers_lastname LIKE 'G%' ORDER BY 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.

Any help would be greatly appreciated!

Cheers

Ryan
falkoreclothing.com
falkoreclothing.com/shop -- test site trying to install addon on.

22 May 2009, 1:12 PM
#910
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

falkore:

Hello-

I think this mod is great, kudos. Just having a bit of a problem installing it. SQL Databases...what else is new? Ha okay so this is on my "test" site...

I dropped all of the files correctly, and when I go to import new.sql through mysql i recieve an error:

I use the prefix zen_ for all of my databases so I renamed the 3 tables accordingly. I have:

zen_reward_customer_points
zen_reward_master
zen_reward_status_track

For the configuration_group table I think we are looking for is called:

zen_configuration_group

THEN...

I think this error is from the above problem, but this may be different. This is what I get when I go to the admin panel and click Customer Reward Points Admin

Any help would be greatly appreciated!

Cheers

Ryan
falkoreclothing.com
falkoreclothing.com/shop -- test site trying to install addon on.

Install it under Admin -> Tools -> SQL Patch. ZenCart will auto-add the prefixes.

26 May 2009, 10:04 PM
#911
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

Just to let you all know what I'm working on with this mod:

Currently adding:

Redeem Points as percentage discount rather than straight cash.

On the wishlist

Reward Point Vouchers.
Reward Points for referrals.
Better navigation around the Customer Reward Point admin.
Reward Points for PayPal IPN.

Any other ideas?

27 May 2009, 4:31 PM
#912
neteasy avatar

neteasy

Zen Follower

Join Date:
Mar 2004
Location:
Ontario, Canada
Posts:
128
Plugin Contributions:
2

Re: Reward Points Module for ZC v13x

super !
Reward Points for PayPal IPN is what I want :D

1 Jun 2009, 10:38 PM
#913
maud avatar

maud

New Zenner

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

Re: Reward Points Module for ZC v13x

I have latest version of Reward Points installed on latest version of Zen Cart at http://www.heritagescrap.com/shop/.
It recently developed at major problem. Since there is a problem with PayPal, points are manually updated after each purchase. No mater how many points a customer has earned, when they go to check out it only shows 1 point.

I installed and ran the diagnostics and this is the results:

Reward Point Module Diagnostic

Site Settings
Zencart version: Zen Cart v1.3.8a
PHP version: 4.4.6
MySQL version: 4.1.21-standard

Zencart Settings
Zencart Custom Folder: includes/templates/rustic/
Zencart Custom Template: rustic
Zencart MySQL Prefix:

How do I fix this???

Thanks in advance
Maud

2 Jun 2009, 6:34 AM
#914
ams30gts avatar

ams30gts

Zen Follower

Join Date:
Apr 2009
Location:
Los Angeles, California
Posts:
118
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

add-on works perfectly so far.

just need a few how-to's

how do i change the point value from $0.01 to lets say $0.05?

i use coupon codes on my site and want the customer to only earn pts on the actual price they paid. (i have it set to subtotal right now)

thanks
david

5 Jun 2009, 8:49 AM
#915
shoesbuyonline avatar

shoesbuyonline

New Zenner

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

Re: Reward Points Module for ZC v13x

CobraPlant:

I'm in the process of upgrading my site from 1.3.7 to 1.3.8a. So far everything is working beautifully! I did notice a glitch, but that was from another module. I installed the Edit Orders module, but that module messed up the distribution of points when I did a test purchase. Essentially it erased the points display on the order when I attempted to edit the order, such as adding products. However, it maintained the points in the pending category. But because the points display on the order was reset to zero, and it didn't change the points from pending to earned when I changed the status of the order. The Reward Point module started working fine again when I disabled the Edit Orders module.

In short, Edit Orders Module is not compatible with Reward Points Module. FYI

I have the same problem while using "Reward Point Full Suite" with 'edit orders'. When I use edit orders to update the status of an order, the reward points' status would not change accordingly!

Who could tell me how to deal with this problem?:(

9 Jun 2009, 1:14 PM
#916
fusionsp avatar

fusionsp

Zen Follower

Join Date:
Jun 2008
Posts:
204
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

Just to let you all know what I'm working on with this mod:

Currently adding:

Redeem Points as percentage discount rather than straight cash.

On the wishlist

Reward Point Vouchers.
Reward Points for referrals.
Better navigation around the Customer Reward Point admin.
Reward Points for PayPal IPN.

Any other ideas?

Ok, that is what I am waiting for is a percentage discount. I dont want customers being able to use points only to purchase. Any idea on when this will be completed? I would love to install this to my site but Im waiting for that to be done first.

9 Jun 2009, 1:39 PM
#917
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

fusionsp:

Ok, that is what I am waiting for is a percentage discount. I dont want customers being able to use points only to purchase. Any idea on when this will be completed? I would love to install this to my site but Im waiting for that to be done first.

The alpha is available now.

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

This is an alpha release/proof of concept. It works, though I have to add the mechanism for the user setting the RP to Discount % levels- right now it is hard wired (5000rp for 5%, 10000rp for 10% etc). To use it Install Reward Point Discounts under Modules -> Order Totals. Important- make sure you uninstall the Reward Point Order Total module as the two will not work together. The final version will switch off the other module when the additional module is installed.

9 Jun 2009, 1:48 PM
#918
snowy2007 avatar

snowy2007

Zen Follower

Join Date:
Mar 2008
Posts:
100
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Is there any way, on the product info page, to make the number of reward points (ratio is set to 1 point per £1) to be equal to the product price INCLUDING tax rather than excluding?

For example :

I have a product priced at £39.99 INCLUDING Uk tax (vat) at 15% - It is showing as carrying 33 Reward Points.

EDIT: I know I can set the ratio to 1.15 but it doesn't seem like the ideal way of doing it as the calculation is then incorrect if I set the module to calculate final points via subtotal rather than via per product values.

9 Jun 2009, 1:59 PM
#919
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

snowy2007:

Is there any way, on the product info page, to make the number of reward points (ratio is set to 1 point per £1) to be equal to the product price INCLUDING tax rather than excluding?

For example :

I have a product priced at £39.99 INCLUDING Uk tax (vat) at 15% - It is showing as carrying 33 Reward Points.

Just set your ratio to 1.15.

9 Jun 2009, 2:24 PM
#920
snowy2007 avatar

snowy2007

Zen Follower

Join Date:
Mar 2008
Posts:
100
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Cheers Andrew - I have another problem if anyone can shed any light :

In the Admin/Customers/Reward Points screen I have the following two problems :

  1. When I click on a letter (sorted by Last Name) it shows me 1 screen full of names but not all the names IE: If I select the letter P then the last name on the list is "Penfold" but I have lots more customers whose last name starts with P such as Pickton etc... They are not on there. SCRAP THIS ONE - I have just realised I can change the number displayed in Admin from the default of 50

  2. I have set up a test customer and earned some points. When I try to click on the edit function for that customer whose surname is "Phenton" (to manually add points etc...) and I find them by entering "Phenton" in the search box I get the following error :

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 '%phenton%' OR c.customers_firstname LIKE '%phenton%' OR c.customers_id LIKE '%' at line 1