try
Code:echo PRODUCT_REWARD_POINT_TAG . ' ' . $reward_points . ' ' . PRODUCT_REWARD_POINT_TAG_1;
try
Code:echo PRODUCT_REWARD_POINT_TAG . ' ' . $reward_points . ' ' . PRODUCT_REWARD_POINT_TAG_1;
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
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.
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.
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
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.
Bookmarks