Re: Reward Points Module- Live Release now available.
Are we able to show "potential reward points" on product pages, right under the prices etc?
This may be useful for marketing/promotion purpose. i.e. encouraging sales of certain categories, by upping the reward points for that category/categories, customers will be able to view the potential reward points for that item right away.
Re: Reward Points Module- Live Release now available.
Another question, anyone using "edit orders 2"? I use this mod, and it has been very useful, especially that I offer customized services, and at times, I do need to edit the order/prices etc.
The problem is that after installing Reward Points mod, when I try to edit the order, the points are no longer in the order, and I am unable to input directly because it will be converted to money value and add on to the order total.
Re: Reward Points Module- Live Release now available.
I have installed the Reward Points 1.32a and I am running ZenCart 1.3.9d.
When I run rpd.php I get the following errors:
zen_reward_customer_points- table found.
customers_id- field missing in zen_reward_customer_points!!!
reward_points- field missing in zen_reward_customer_points!!!
pending_points- field missing in zen_reward_customer_points!!!
zen_reward_status_track- table found.
rewards_id- field missing in zen_reward_status_track!!!
customers_id- field missing in zen_reward_status_track!!!
orders_id- field missing in zen_reward_status_track!!!
date- field missing in zen_reward_status_track!!!
reward_points- field missing in zen_reward_status_track!!!
status- field missing in zen_reward_status_track!!!
zen_configuration_group- table found.
Allow Redeem of Reward Points on Order Total or Subtotal- record missing in zen_configuration!!!
When I check my db tables they show that the fields are there. Any suggestions as to what may be wrong?
Re: Reward Points Module- Live Release now available.
I ran rpd.php and I uploaded some of the missing files and now I can't log in to my admin, its just a blank white page. what can be causing that?
Re: Reward Points Module- Live Release now available.
In includes/modules/order_total/ot_reward_points.php the section to draw a text box so the customer can input the numer of points they wish to redeem has been commented out.
Has this been commented out during testing and left commented by mistake or is there a problem with it?
I'm tempted to try uncommenting it to see if it works but I'm worried about writing junk to the database as I only have a live site at the moment!
If anyone has a test site and fancies giving it a try, please post the results back on here.
Just scan the ot_reward_points.php file for 'Automatic' and you'll find the section of code that has been commented out with double slashes.
Re: Reward Points Module- Live Release now available.
Version 1.33a now available for download at http://www.omnicia.com/Zencart%20Rew...s%20Module.zip. The two fixes are the reinstatement of manual reward points entry and the removal of the "Better Together" test code. If you have already installed a recent version, the only two files that have changed are:
includes/modules/order_total/ot_reward_points.php
and
includes/templates/custom/templates/tpl_document_product_info_display.php
Re: Reward Points Module- Live Release now available.
Fantastic :clap:
Thanks Andrew!
Re: Reward Points Module- Live Release now available.
Hi Andrew,
I've tested the new includes/modules/order_total/ot_reward_points.php but there are still some bugs.
Firstly, in the ot_rewards_points.php file itself at line 113 you have
Code:
$prompt=zen_input_field('redeem_flag',true,isset($_SESSION['redeem_value'])).' '.zen_draw_hidden_field('redeem_checkout_flag',true);
My Zen Cart couldn't find the function zen_input_field, so I think this should be
Code:
$prompt=zen_draw_input_field('redeem_flag',true,isset($_SESSION['redeem_value'])).' '.zen_draw_hidden_field('redeem_checkout_flag',true);
That allows the page to render correclty, but it doesn't matter what value I type in to the box, on the checkout_confirmation page it still takes all the points I have available from the order total, ignoring what I type in the redeem points box
Re: Reward Points Module- Live Release now available.
Okay, I have "Freshened" the zip file, so could you give it another try- thanks.
Re: Reward Points Module- Live Release now available.
Hi
Where does the link in the "Admin>Configuation>Reward Points" come from?
I have a spare link in my config menu, and I was wondering how to get rid of it. The url is configuration.php?gID=31 if that means anything.
That link goes to a basically blank page (I gues it is from a previous version). It isn't a problem as such, I just wanted to tidy things up a bit and remove the link/code/file/database entry or whatever it is.
Thanks
Paul