Thank's Crt!
Sorry for the "newby" questions. Do you mean on the Admin>Layout Boxes Contoller?
Or are you referring to the Admin folder in the zen cart root?
A
Printable View
Thank's Crt!
Sorry for the "newby" questions. Do you mean on the Admin>Layout Boxes Contoller?
Or are you referring to the Admin folder in the zen cart root?
A
Hey all,
I am getting this message when I go to Admin>Catalog>Reward Points:
"Fatal error: Call to undefined function: getrewardpointrecord() in /home/content/w/i/t/filefolder/html/mystore/admin/reward_points.php on line 125"
That is all that is there!
How do I fix this?:unsure:
I meant the Admin>Layout Boxes Contoller :smile:
For the other problem you're experiencing, I do not have an exact answer, but the first thing I would check is if the functions are in their place, there must be one file in the admin/includes/functions/extra_functions and one in the includes/functions/extra_functions... as this happens in the admin section it is most possible that the admin functions are missing.
Bye, Crt
Thank's CRT,
I will take a look as I would love to use this mod.
A
Muchas Gracias!!!
I looked into the two folders and found that for some reason the functions files were swapped which of course would result in the wrong file being called.
I am sure that I screwed it up, just not sure how. ;-)
Thank you for your willingness to help. May your tribe increase!
######################################################################_
I didn't do it, nobody saw me do it, can't prove anything (Bart Simpson)
Download the Reward Point Diagnostic- It's here: http://www.omnicia.com/rpd.zip
Upload the two files to the root of the store and then stick "www.your_store_address.com/rpd.php" into the address bar of your browser.
No... the points are not showing up in pending. I can assign them manualy. They show up in cart and in the order total, they also show up in product info.
I'm using 1.21 ... I will also try my luck with 1.22.
Bye, Crt
Hello All,
I have the mod installed now and it shows up in the Layout Box Controller. When I switch the sidebox to "ON" and log in on the site this is what shows up in the box. Could it be a file loaded into the wrong folder so that it becomes an error when called???
BOX_REWARD_POINTS
NO_REWARD_POINTS_IN_CART_TAG
0 CUSTOMER_EARNED_POINT_TAG
0 CUSTOMER_PENDING_POINT_TAG
I have not seen the mod in action but this doesn't look correct.:huh:
######################################################################____
I didn't do it, nobody saw me do it, can't prove anything!
(B Simpson)
If you mixed up the function files, maybe you also mixed up the language files. Because this happens when a language file (or at least text variable in it) is missing. In that case, zencart prints the name of the variable that is missing.
Bye, Crt
Yes indeed!
That was the cause of the issue. I reloaded the language files and all is right in the universe.
Now I have to work on set up. If I have not said it yet thank you!!! It is folks like you that make all of this work.
I hope to be in a position at some point to know this stuff well enough to in turn help someone else.
A
OK, since I had some time (holidays and all) I upgraded my store to 1.3.8. and the module is now working.
But I have another problem now. When a customer chooses to redeem the points, he doesn't get any (or very little) points on that order, why? I installed 1.22.
Thanks in advance, Crt
To Correct Myself: the script works fine, it gives the apropriate amount of points, and the reward points sidebox shows the correct amount, but the order total shows up wrong.
OK, so we have a minor cosmetical glitch :D
Bye, Crt
OK, I fixed it (I think)
In file ot_reward_points_display.php (order total modules)
There was a code:
I commented the line that didn't seem right and voila:Code:if(isset($_SESSION['redeem_value']))
{
$redeem_ratio=GetRedeemRatio($_SESSION['customer_id']);
$reward_points=$reward_points/$redeem_ratio;
$reward_points=$reward_points-$_SESSION['redeem_value'];
$reward_points=$reward_points*$redeem_ratio;
}
Code:if(isset($_SESSION['redeem_value']))
{
$redeem_ratio=GetRedeemRatio($_SESSION['customer_id']);
$reward_points=$reward_points/$redeem_ratio;
//$reward_points=$reward_points-$_SESSION['redeem_value'];
$reward_points=$reward_points*$redeem_ratio;
}
OK, then it's a thing of an opinion.
In my opinion it's fair, if they earned them, they can use them freely and not be "punished" for using them.
Now I have a question, why do we have rounding of points if only full points can be awarded?
Thanks, Crt
Oh yea... another thing to add to functionality requests :D
Points Expiry Period - the period of time after wich the awarded points are deleted.
To explain more in detail. Reward Points are usualy used as an reward for regular customers and regular customers only. So it would be nice if you could set the number of days after wich the reward points "go bad". I know it's hard to keep records of how many and when the points were rewarded and the delete them and everything, but for begining there could be function like this:
Sorry to be a bother, CrtCode:if date(now) > date_of_last_valid_order+expiry_time then delete_points;
OK, I don't know if this is right, but this happened to me.
I had rounding set to 1 and ratio set to 0.2.
When a customer had 10 - 12.5€ in cart, he would only get 1 point.
Is this OK?
Bye, Crt
Hi, I hate to be a bother.
I installed this mod, and am not having any luck in getting to work right.
The first thing I've noticed is that the only place in my admin that I can even find anything referring to this mod is configuration/reward points
When I go to it this error shows up when I click around on the options:
Fatal error: Call to undefined function SetRewardPointStateFunction() in /home/diviocom/public_html/elocin/configuration.php(192) : eval()'d code on line 1
Warning: call_user_func(UseRewardPointStateFunction) [function.call-user-func]: First argument is expected to be a valid callback in /home/diviocom/public_html/elocin/includes/functions/general.php on line 1538
I have noticed that on orders placed since installing the mod that customers are receiving reward points on their orders.
I'm really confused!
Did you try the Reward Point Diagnostic? www.omnicia.com/rpd.zip
Ok, I ran this an fixed the few missing files.
However on the Diagnostic page I received this error:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/diviocom/public_html/rpd.php:5) in /home/diviocom/public_html/includes/functions/sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/diviocom/public_html/rpd.php:5) in /home/diviocom/public_html/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /home/diviocom/public_html/rpd.php:5) in /home/diviocom/public_html/includes/init_includes/init_templates.php on line 78
And I'm still receiving this error in confg/reward points:
Fatal error: Call to undefined function SetRewardPointStateFunction() in /home/diviocom/public_html/elocin/configuration.php(192) : eval()'d code on line 1
Warning: call_user_func(UseRewardPointStateFunction) [function.call-user-func]: First argument is expected to be a valid callback in /home/diviocom/public_html/elocin/includes/functions/general.php on line 1538
You have an empty first line somewhere in one of your ZenCart files. Check this article for info on how to fix this: https://www.zen-cart.com/tutorials/index.php?article=87
HI Andrew,
I wish you an Happy New Year and want let you know how we appreciate your dedication to this module. May you have a Great Year.
Everything is working fine but i cannot have the points working within clients - rewards points in the backstore. The points are showing everywhere (even in the email to the customer) but I'm unable to see them appearing there, I'm able to give or take off points but the they don't automatically appear. :frusty:
I'm using credit cards and Invoice modules only. (No Paypal, No Google modules)
Any idea of what I'm missing ?
TIA
Jean Bergeron
Just wonder that is that we can change reward point to cash reward or not? Anybody done this b4?
Hi Andrew,
I am new and quite rookie regarding SQL. I have a new -- and working -- installation of zen cart. What is the exact script that I need to type into the "Install SQL Patches" window in order to run the 'new.sql' file?
Thank you much
Jay
Hi Andrew
In Customers/Reward Points
I only can see my first 40 customers to edit it and give them manually their points.
If I make a search, for example, looking the customer 41, I can edit it, I obtain this 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 'AND status=0 ORDER BY date DESC LIMIT 12' at line 1
in:
[SELECT rewards_id, orders_id, date, reward_points, status FROM zen_reward_status_track WHERE customers_id= AND status=0 ORDER BY date DESC LIMIT 12;]
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.
can you please help me?
thanks
That issue was sorted out in v1.22- http://www.omnicia.com/Zencart%20Rew...s%20Module.zip
I need execute the update.sql
and update all the files?
Hi Hem.
I am new to zencart and i really like this module of yours. However i seems to be unable to install this module into my zencart. So i was wondering is there any specific steps to install this module successfully? Help would be greatly appreciated. Thank you
Hi,
I have checked every where - the php files have the correct wording, I have copied all the files over again and I still get this.
Reward Points You may click to redeem any collected Reward Points. Your redeemed points will be applied to the total and reflected in your cart after to click continue.
Current Reward Points:
90 CUSTOMER_EARNED_POINT_TAG
Minimum required to redeem:
1000 MINIMUM_POINT_LEVEL_TAG
Value of Redeemed Reward Points:
AU$0.90
Redeem Reward Points:
Not enough points to redeem.
This is from the reward_points.php file:
<?php
define('BOX_REWARD_POINTS', 'Reward Points');
define('PRODUCT_REWARD_POINT_TAG', 'reward points');
define('REWARD_POINTS_IN_CART_TAG', 'reward points in cart');
define('CUSTOMER_EARNED_POINT_TAG', 'points earned');
define('CUSTOMER_PENDING_POINT_TAG', 'points pending');
define('MINIMUM_POINT_LEVEL_TAG', 'points minimum');
define('MAXIMUM_POINT_LEVEL_TAG', 'points maximum');
define('CUSTOMER_TOTAL_POINT_TAG', 'points total');
define('NO_REWARD_POINTS_IN_CART_TAG','No points earned yet on current order.');
define('CUSTOMER_NOT_LOGGED_IN_TAG','Log in to see how many reward points you have already earned');
define('REWARD_POINT_TITLE','Reward Points');
define('REWARD_POINT_PROMPT','Total Reward Points: ');
?>
Anyone ever have any problems with zen-cart 1.3.8 and having this mod installed with Fast and Easy Checkout ?
Hem are you saying it is not compatible with fast and easy checkout yet?
Is it possible to prevent customers from using their rewards points to purchase gift certificates? I'd like to keep the rewards points non-transferable. However, it seems like a loophole if customers can use their points to purchase a gift certificate to give to someone else. That would essentially make the reward points transferable. Is there a way to close this loophole? I've researched this thread, but I couldn't find an answer.
Thanks for the response. It'll be a nice feature since one of your current features is to allow redeem points on the order total or on the order subtotal. If customers can purchase gift certificates with their reward points, then they can use their gift certificates to pay for shipping fees, even if the setting is set to allow redeem points on order subtotal. So it seems like a loophole around that feature. For now, I'm letting customers know that they may risk losing their points if they attempt to purchase gift certificates with their points.
So now I have problem that I've discovered. I'm in the testing phase of this module, and I noticed that after several test purchases (not using PayPal), I can't get the points in my shopping cart to go into pending status. After each purchase I don't see any points in my test account.
I ran a diagnostic, and these errors came up:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/cobrapla/public_html/rpd.php:4) in /home/cobrapla/public_html/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /home/cobrapla/public_html/rpd.php:4) in /home/cobrapla/public_html/includes/init_includes/init_templates.php on line 78
Fatal error: Call to undefined function: simplexml_load_file() in /home/cobrapla/public_html/rpd.php on line 41
From posting #726, you indicated this:
From what the article indicated, the problem is with the output file (rpd.php, line 4). In any case, I checked all related files, and I don't see any spaces at the beginning or at the end.
I'm currently using ZC 1.3.7 and version 1.22 of your mod. Is there something I'm missing? I don't mind having to add the points manually if it has something to do with 1.3.7, but I'd prefer to do what I can to automate the process as much as possible. I plan to upgrade my cart, but I'm waiting for either 1.3.9 or 2.0.
By the way, thank you for creating this module. Even if I have to apply points manually, it'll still save me a lot of time at the end of the year when I used to send out gift certificates to my biggest customers. Now I can just add extra points to their accounts.
CobraPlant and others, for security purpose you should avoid posting your hosting user account name as part of any post.
For example you posted:
/home/cobrapla/public_html/rpd.php
You could have simply post:
/public_html/rpd.php
or
/*/*/public_html/rpd.php
or
/root_directory/rpd.php
It's not like anything is going to happen to your account, it's just a nice practice to not give wandering eyes too much info.
Thanks Andrew for the info. I have some extra time next week, so I'll likely use it to upgrade to 1.3.8 rather than waiting for 1.3.9.
Thanks Isaacola for the reminder. It's been awhile since I needed assistance, so I simply forgot about that tidbit. Is it possible for a moderator to edit my post and delete that information?
Hem,
I have decided to go back to the regular checkout instead of the FEC, but i have Quantity Discounts mod, is there a way to set that they have the option to use either order? or if they decide to apply reward points that they can't use the Quantity Discounts?
Hi, just installed this and was getting all excited only to find it doesn't work with PayPal IPN :-( I will keep it installed though because you did mention you were looking at it, so one can hope.
The reason I was searching the forum posts though...I get an error with the Install SQL Patch...
------------------------------------------
1062 Duplicate entry '0-0' for key 2
in:
[INSERT INTO zen_reward_master (rewards_products_id ,scope ,scope_id ,point_ratio ,bonus_points, redeem_ratio, redeem_points) VALUES (NULL , '0', '0', '1.0000', NULL, 0.01, NULL);]
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.
-----------------------------------------
I looked a fair few pages back, and didn't find it but I apologise if it's buried deep in this thread.
Am no techie but managed to install a few mods so far...just not seen this error before.
Any input appreciated and can't wait till PayPal IPN is sorted.
Thanks in advance
WebWahm
However it does work with regular PayPal and others have got it working with IPN, I'm just not sure what kind of voodoo they had to pull with Paypal to do it.
What version are you installing? This was a problem quite a few versions back but was knocked on the head quite awhile ago.
anyone help me out?
Does anyone know how to change the font on this text from:
No points earned yet on current order.
Log In to see how many reward points you have already earned
No points earned yet on current order.
Log In to see how many reward points you have already earned
No Bold Font?
Thanks.
On my product details page under the product amount its displaying this:
25 PRODUCT_REWARD_POINT_TAG
How can I correct this?
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
Something else is over riding the style sheet because I deleted the style sheet and the text in the main box and under the products are still bold.
The only thing that happened when I deleted the style sheet was that I lost the colors of the text and everything was black.
Thank You Hem
When I read you solutions I knew how to fix it. Thanks Again.
I have 1.22 installed with ZC1.3.8a. I noticed that I can't apply reward points to one of my products, a digital download. All of my other products are tangible goods, and I can successfully apply reward points to them. It's just the one product, which happens to be a digital download, that I can't apply reward points to.
I've attempted to adjust every setting I can imagine, but no success. Is there another setting I'm not aware of? Do I need to change the status of any of the attributes associated with digital downloads?
Hey Andrew, just as an FYI, apart from a few virtual products my entire store is digital downloads and Reward Points works successfully on all of them
@CobraPlant, how exactly do you have your download product set up?
What's interesting is that I did a test purchase with the download last night, and points showed up in my cart and all the way through the checkout process. The only place that seems to be the problem is on the product page where it doesn't show the reward points. I have my settings set to not show the reward points if the points are zero, but the download is set for a ratio of 1, I naturally assumed that the reward points malfunctioned when the product page wasn't showing any. I suppose there's a simple work around by adding the reward points to my product description, but it makes it difficult to find glitches when I have other products set to zero points and need to remain at zero.
So the main issue now is that on the product page it's not indicating that there are reward points associated with it, but the points show up when you add the download to your shopping cart. And it seems to be with only this product. I have other products (non-downloads) with reward points, and the points are showing up normally on the product page.
Here's the link to the page:
http://cobraplant.com/index.php?main...roducts_id=121
Product Settings:
Product is Virtual NO
Always Free Shipping NO
Product Quantity Box NO
Attribute Settings:
Display Only NO
Attribute/Product Free YES
Default Attribute YES
Apply Discounts YES
Include Base Price YES
Text NO
Thanks for looking into this!
Hi Andrew
I'm still not able to work with the mod...
Sorry, english is not my main language... and I really don't know what to do...
in your last reply, you refer me to a zip, but I install the mod with that zip... and is not work...
after all, I notice that I can asign my customers the points manually... ok... no problem... but... when I go to:
Customers/Reward Points
I only can see my first 40 customers... I can't go to the next page, and if I make a search I get an 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 'AND status=0 ORDER BY date DESC LIMIT 12' at line 1
in:
[SELECT rewards_id, orders_id, date, reward_points, status FROM zen_reward_status_track WHERE customers_id= AND status=0 ORDER BY date DESC LIMIT 12;]
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.
----
ok, you said run the update.sql
I try... and get this message:
http://scrappingwhispers.com/store/a...ns/success.gif 23 statements processed.
ERROR: Cannot create table reward_master because it already exists
ERROR: Cannot create table reward_master because it already exists
ERROR: Cannot create table reward_customer_points because it already exists
ERROR: Cannot create table reward_status_track because it already exists
ERROR: Cannot create table reward_status_track because it already exists
ERROR: Cannot create table reward_status_track because it already exists
ERROR: Cannot create table reward_status_track because it already exists
Note: 3 statements ignored. See "upgrade_exceptions" table for additional details.
and the problem with the search and try to edit it... continue...
can you please help me?
I really want this mod working properly...
thanks in advance...
I've installed this mod and it seems to work okay when I test it. If I make a dummy purchase the points appear as pending and then change to earned when I mark the product as delivered.
When a real customer makes a purchase however, no points are credited to them and I have to do this manually.
Very puzzling, any idea why this is happening please?
The way my reward program works is that the points are pending until I actually make a change in the status of the order. ie. Shipped etc. Then the program deposits the points into the cutomer earned status.
Also, there is a setting in the Admin>Reward Points>
Reward Point Sunrise Period - Set to 1
If you set this to 1, all pending points are automatically deposited into customer account after 1 day. I find this helpful especially if I do not ship for 2 or 3 days.
Hope this helps.
The problem is that the reward points don't even appear as 'pending' when a customer makes a purchase. Eveything else seems okay - the points are noted on the order confirmation but they just don't appear in admin.
I've realised that the problem occurs with the Nochex and Paypal modules. If I make a test purchase using a cheque/check option, the points do appear, but not with the other two options.
Hi,
I posted this question earlier in a new thread of my own but I got no replies because I think I was supposed to put it in the support thread, so I'm posting it in this support thread now.
Please help.
I added the reward points full suite module and I'm getting an error message when I go to the reward points configuration.
This is the message:
Warning: call_user_func(UseRewardPointStateFunction) [function.call-user-func]: First argument is expected to be a valid callback in /home/content/t/h/3/th3who/html/shop/myadmin/includes/functions/general.php on line 1544
Can somebody please help me figure out a solution to this error. I'm sure it's something simple but I am new to this stuff and have no idea what to do.
Thanks in advance for your help,
Jordn
HI,
I installed the latest reward points module but i seem to get this problem on the customers/ reward points section:
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 customers as c LEFT JOIN (reward_customer_points as r) ON (r.customers_id=c.customers_id) LEFT JOIN(group_pricing as gp) ON (gp.group_id=c.customers_group_pricing) LEFT JOIN(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 'A%' 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.
no customers appear in this section.
my site is running Database: MySQL 5.0.67-community-log
PHP Version: 5.2.6 (Zend: 2.2.0)
I run the update.sql but no luck.
any suggestions?
thanks
Hi,
I installed the Reward Points module, and when I turn it on in the Order Total configuration, I get the following error:
1062 Duplicate entry 'SEO_URLS_VERSION' for key 2
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Seo Url\'s Installed Version', 'SEO_URLS_VERSION', '3.0.0-beta1', '', '60', '0', now())]
I do have the SEO URLS installed, so I'm guessing it's a conflict with that. I've gotten a similar error with another module, which I just decided not to use, but I cannot recall what that was.
Also, when I turn on my Sideboxes (right side), they don't display, AND nothing below them displays either...
Anyone know how to cure these errors, so that I can use this module?
Thanks.
Thanks, I'm aware that "SEO_URLS..." is not a RP field, but looking to see if anyone has solved this, or knows what's causing it.
I have many add-ons installed with SEO URLs, but this is one of the few that does not work with it. I was hoping to find someone who knew how to fix it.
Since my post, I have installed the "Store Credit and Rewards" module, which seems to work fine with the Ultimate SEO URL's.
Hi Andrew:
I just installed your Reward Point add-on today in the most recent version of ZenCart. The database was updated and the modules installed for the Reward Points fine.
For some reason the Shopping Cart with Points has disappeared in the Layout Boxes Controller (no sideboxes entry anymore). I am certain I saw it before I installed the two modules. The original shopiing cart is still there though. I have checked the custom folder and the actual php file is still there. ( Shopping_Cart_With_Rewards.php if I remember file name correctly )
I am still configuring a new Zen Cat and the site is not ully operational yet but I would like to resolve this issue before I am ready to go live since what I have seen of youradd-on looks like it is perfect for what I would like to do.
http://shopgreen.han-d-solutons.com
Any ideas?
Thanks
Bob
A follow up to my last message.
I added the shopping_cart_with-rewards.php and reward_points.php to the sideboxes folder instead of the custom sub folder of sideboxes and I can see them now. When I turn on the rewards_points.php, my websites main form template shrinks and only the header area is showing. If I turn on shopping_cart_with_points.php, everything looks fine but I do not see anything to indicate it is working. I cannot even see any indications when I login in as a user and go into my account settings.
What's my problem?
Thanks
Bob
http://shopgreen.han-d-solutions.com
I check out your site and there looks like there maybe layout and/or CSS problems which could affect RP. Also if you install the Reward Point diagnostic (instructions in the readme.txt) that will indicate what the custom folder you should be copying the files to.
Thanks.
I will give that a try.
I was not sure what the diagnostic was for since very little information was mrntioned.
Bob
The diagnostic I just ran idicates that sime of the files must go into the currently active template folder. This makes more sense then stating in the readme file to put files (which files?) in my custom folder.
Thanks for the suggestion.
Hopefully this will resolve my problem once I move the necessary files to my current template folder.
Thanks
Bob
Unfortunately I am still missing one file which does not exist in the original zip file.
tpl_create_account_success_default.php
Any ideas on where I would get his file which is not included in the original add-on zip file.
Thanks
Bob
Hi Andrew:
Can you send me the missing file tpl_create_account_success_default.php?
So far, I have been able to rename the custom folder to my template name or copy files to the folder after creating the new folder in the requested folders. The above file is the only one still pending and is not included in the reward_point_full_suite_1-21a.zip for some reason.
http://www.shopgreen.han-d-solutions.com/rpd.php
Thanks for your help thus far. It has been really helpful.
Bob
Bod- you can get the latest from here:
www.omnicia.com/Zencart%20Reward%20Points%20Module.zip
Hi Andrew:
Everything seems to be working fine now after updating the last missing file.
I would like to know if rewards points can be added to non product areas like for writing reviews, referring a friend or to affiliates etc. through some level of configuration without a lot of code modifications?
Thanks for a great add-on
I have installed this mod, but have no clue how to set it all up, so I would like to DISABLE it for the time being.
HOW?
I have turned off the sideboxes but it is still active on the product pages, and still adding points.
How do I disable it?
Catalog and customers have there own rewards sub menu which allows customization.
Modules has Other Totals which keeps track of the rewards numbers.
The Tools/layout boxes controller has reward_points.php and shopping_cart_with_reward_points.php. Just turn them both off.
This should solve your problem for now.
Bob
I am OK with providing added points to the original user for having a new user signup like a referral bonus for getting others to sign up but would find it more beneficial if I could provide points to the original referrer when the new user actually buys their first product.
The most important one for now is allowing award points for reviews they post only on products they have purchased from me.
Thanks.
Bob
Hello,
i have latest version of RPM - downloaded from ZC addons section.
Is there any chance how can i give my customers chance to choose how many points they want to spend ?
Now there in only chance to take all or nothing :(
This would be a good feature to have included in the mod.
What I have found is that my RP Mod is not rounding up the points in the order total. It will show 59.67 points earned instead of just 59 or 60. Any way to fix this?
Thanks for the good mod, everything seems working fine, though i have one question.
I just want to enter actual point directly instead of radio
For example
Product A
Price: $1000.00
Reward Points: 23
I can't just type in 23. Instead, I have to take 23 divided by 1000 to get a ratio of 0.023.
Anybody know how to achieve this?
thanks in advance