Page 154 of 248 FirstFirst ... 54104144152153154155156164204 ... LastLast
Results 1,531 to 1,540 of 2475
  1. #1531

    Default Re: Reward Points Module- Live Release now available.

    try
    Code:
    echo PRODUCT_REWARD_POINT_TAG . ' ' . $reward_points . ' ' . PRODUCT_REWARD_POINT_TAG_1;

  2. #1532
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    I recently updated my reward points module to the new version and it wiped all my reward points that I had in my store already. Hem mentioned that I can restor the sql tables and they will all come back, but I do not know where these are to restore them. I did back up my site before I did that so are the sql tables you are referring to in the back up files somewhere? If so, can someone tell me exactly where they are found in the system files so I can restore them?

    Also, the reward points are no longer being shown on the product description pages. Is this something that is new with the updated module? If so that is fine, I just was afraid that I had done something wrong.

    Thanks in advance to anyone that can help me. And thanks to hem for putting up with me up till now.

    Laurie

  3. #1533
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Can anybody help me with my problem? Does anybody know how I can restore my erased reward points through restoring the sql tables?

    Thank you in advance.

  4. #1534
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Laurie- you should have three SQL tables backed up: reward_customer_points.sql, reward_status_track.sql and reward_master.sql (they might have zen_ prepended to the names if you use that option in ZenCart). If you run these using Admin->Tools->SQL Patch, that will reload the tables with the backed up data.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  5. #1535
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by DarrenQ View Post
    Hi i was wondering if anybody had an answer to this problem.

    I am trying to change the message for reward points shown in the product page. at the moment it says "33 reward points"
    However i would like it to display as "Worth 33 Reward Points"

    How can i move the Number of points?

    So far i have tried changing the tpl_products_reward_points.php code to this;

    Code:
    echo PRODUCT_REWARD_POINT_TAG.' '.$reward_points' 'PRODUCT_REWARD_POINT_TAG_1.;
    and added 'PRODUCT_REWARD_POINT_TAG_1.; into the reward_points.php in the extra definitions directory.

    But this doesn't seem to work. I just blanks my page. If i remove the last 'PRODUCT_REWARD_POINT_TAG_1.; from the line in tpl it works again. What am i missing?
    Remove the full stop from after PRODUCT_REWARD_POINT_TAG
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  6. #1536
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by DigitalShadow View Post
    I updated my order status using super orders batch update and none of the orders have had their points moved from pending to earned.

    I'm using Advanced which state Pend: [Order Processing] Earn: [Order Completed]

    Why haven't the points updated.
    Is the other mod built on a version of Zencart earlier than v1.3.8? I have had issues in the past with Order based mods that rewrite the core orders.php file. Ones not based on v1.3.8 do not use the observer/notifier system so they never call the Reward Point functions.

    To check, download the RPD (ftp://ftp.omnicia.com/rpd.zip) and extract the two files to the root of your store. Run this under your browser by typing "www.MY_STORE_ADDRESS.com/rpd.php" and check the final section (Special Rules Check). You should see the following:

    Special Rules Check
    Found ->notify('NOTIFY_ORDER_DURING_CREATE_ADDED_ORDER_HEADER' in includes/classes/order.php
    Found ->notify('NOTIFY_MODULE_CREATE_ACCOUNT_ADDED_ in includes/modules/create_account.php
    Found ->notify('NOTIFY_LOGIN_SUCCESS'); in includes/modules/pages/login/header_php.php
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  7. #1537
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by hem View Post
    Laurie- you should have three SQL tables backed up: reward_customer_points.sql, reward_status_track.sql and reward_master.sql (they might have zen_ prepended to the names if you use that option in ZenCart). If you run these using Admin->Tools->SQL Patch, that will reload the tables with the backed up data.
    I tried looking for these files and I am not seeing them. Even did a file search for them. Where would they be located? Sorry to bother again. Thanks for your help.

  8. #1538
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by lauriesscraps View Post
    I tried looking for these files and I am not seeing them. Even did a file search for them. Where would they be located? Sorry to bother again. Thanks for your help.
    Most likely where your browser downloads files to and then possibly inside a zip file if that is what your backup program created.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  9. #1539
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    I used Core FTP to transfer the files from the server to my external hard drive so the files look the same as they do on the server. They didn't download to a temp folder like my other internet downloads do. I am sorry to be so difficult. I know this is simple, I guess I just need to get the same page as everyone else.

  10. #1540

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by damiantaylor View Post
    try
    Code:
    echo PRODUCT_REWARD_POINT_TAG . ' ' . $reward_points . ' ' . PRODUCT_REWARD_POINT_TAG_1;
    Great thank you that sorted it.

 

 

Similar Threads

  1. v139h Reward Points module display order totals including reward points
    By irsarahbean in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Jun 2013, 01:19 AM
  2. Reward points module : 0 points earned
    By jonnyboy22 in forum Addon Payment Modules
    Replies: 5
    Last Post: 5 Jun 2012, 09:52 AM
  3. Reward Points module- points not calculated correctly
    By cpoet in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Sep 2010, 05:02 PM
  4. Reward Points Module - Hide message when 0 points offered
    By expresso in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Dec 2008, 06:58 PM
  5. Experimental Reward Points Module
    By precursor999 in forum Addon Payment Modules
    Replies: 7
    Last Post: 2 Apr 2007, 09:32 AM

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