Page 7 of 18 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 171
  1. #61
    Join Date
    Jun 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    I'm using store_credit_V3.02

  2. #62
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    69

    Default Re: Store credit and reward point module

    Quote Originally Posted by melena View Post
    Hello there
    I'm really trying to install the rewards add-on (as this one one of the main reasons i chose this cart)
    1) I have installed all the files in the appropriate folders (btw there is one folder admin/includes/classes that is empty..?.) following the instructions for the manual installation as per numinx site. I see the store credit in the order total module -which i set to appear on the cart- but i don't see the credits displayed in the cart.

    2) when i try to edit the code to display potential rewards on the product info page it makes everything disappear on the page -or whatever comes after it.
    ...Already grateful for advise!

    PS i'm having the same problem with fedex add-on but paymentech, stock/attribute i managed to install OK (very proud of it )
    The empty folder was just not deleted. Do not delete this folder on your server as it will contain other important files for other modules. If a customer has store credits, the will appear in a sidebox, which you need to activate.

    V3.03 is the latest version: http://www.numinix.com/index.php?mai...roducts_id=768

  3. #63
    Join Date
    Jun 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    No I didn't delete the classes folder on my site -I saw there were other files in it-. if i want to install the new version do i have to uninstall all the files from the other version? I just downloaded the v3.02 from this site ...
    But the main problem is why the credits do not appear in my cart if v3.02 is installed?
    Thanks!

  4. #64
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    69

    Default Re: Store credit and reward point module

    Do you have credits in your account? They will not display if there are none.

  5. #65
    Join Date
    Jun 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    I re-installed everything including the new version 3.03. Now I can see the rewards box but I placed an order and at no point during the check out the store credit potential has appeared. (and I also i added the code to the tpl_product_info_display.php file in my includes/templates/MYTEMPLATE/template)
    When I changed status to processing, it didn't give any credit points to my account. the ratio i put is 1:10 ($ 1 for every $10 spent right?)
    All the settings in the order total section are OK.
    Thanks,

  6. #66
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    69

    Default Re: Store credit and reward point module

    You'll need to run the included file store_credit_cron.php to reward eligible points. Once you've seen that it is working, setup a daily cron-job to execute this file.

  7. #67
    Join Date
    Jun 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    OK! I finally got it working. So for all of you who are not fluent in php and are using a cpanel interface to schedule your cron job you have to put this path in:
    php -q /home/yourstore/public_html/store_credit_cron.php
    (pls note the spaces at the beginning...) taadaaa!

  8. #68
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    Hi There

    Thank you numinix and Yellow for this fantastic module. I finally got it working using the 3.0.3 version.

    I do have a question though. When I apply a store credit using admin>customers>store credit to my test account, the sidebox heading still shows up as "reward points" and not "store credit" I am assuming that it would change to "store credit" as per script below:

    PHP Code:
    if (MODULE_ORDER_TOTAL_SC_ORDER_REWARD_POINTS == 'true') {
        
    define('BOX_HEADING_STORE_CREDIT','Reward Points');
        
    define('MODULE_ORDER_TOTAL_STORE_CREDIT_TEXT_INSTRUCTIONS''Do you want to apply your rewards points?');
        
    define('TEXT_SC_NAMES''Reward Points');
        
    define('TEXT_SC_NAME''Reward Points');
    } else {
        
    define('BOX_HEADING_STORE_CREDIT','Store Credit');
        
    define('MODULE_ORDER_TOTAL_STORE_CREDIT_TEXT_INSTRUCTIONS''Do you want to apply your store credit?');
        
    define('TEXT_SC_NAMES''Store Credits');
        
    define('TEXT_SC_NAME''Store Credit');

    Also are the store credits/reward points suppose to show up in the customers account page, similar to the "gift certificate amount" section? is please let me know what I might be doing wrong, if not, then this would be a handy addition.

    TIA

  9. #69
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    sorry for double posting, but I only just come across this problem as I am still testing this mod. Discovered that the points system isn't taking into account any discounts and shipping that the customer receives, what the system is doing is it is adding the discounts and the shipping therefore rewarding them points for these where it should subtracting these then rewarding points on the balance.

    I am guessing that this is something to do with the sort order I have set. Any ideas anyone

    TIA

  10. #70
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Store credit and reward point module

    Quote Originally Posted by heavenlynights View Post
    sorry for double posting, but i only just come across this problem as i am still testing this mod. Discovered that the points system isn't taking into account any discounts and shipping that the customer receives, what the system is doing is it is adding the discounts and the shipping therefore rewarding them points for these where it should subtracting these then rewarding points on the balance.

    I am guessing that this is something to do with the sort order i have set. Any ideas anyone

    tia
    ok figured it out, after some tweaking with the sort orders, i finally got it. Ty kindly disregard above post!!!

 

 
Page 7 of 18 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. v150 Adding a reward point module/add-on
    By dawneprochilo in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Nov 2013, 05:16 PM
  2. Point Reward Setup - Redeem and Account
    By bhizzy in forum Managing Customers and Orders
    Replies: 0
    Last Post: 1 Apr 2010, 10:35 PM
  3. Replies: 0
    Last Post: 11 Mar 2010, 04:39 AM
  4. bug reported in reward point module
    By smart_pro in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Mar 2009, 10:57 AM
  5. Error after installing reward point module
    By trisha33 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 15 Feb 2009, 11:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR