Still can't get it to work
I turned on my error log and I have this error
[09-Aug-2010 14:38:22] StoreRewardPoints called but SESSION['REWARD_POINTS_EARNED'] not found
This seems to happen when i place the order
Still can't get it to work
I turned on my error log and I have this error
[09-Aug-2010 14:38:22] StoreRewardPoints called but SESSION['REWARD_POINTS_EARNED'] not found
This seems to happen when i place the order
If you mean change the folder names to my template then yes as can be seen here
http://nigel.geek.nz/sbo_shop/rpd.php
and as for the bits that show up in red, those bits all exist in the database, i checked
I found the file, sorry, looking in the wrong place. I found this text:
The text in red was changed as to not give out sensitive information. But there is nothing next to DB_PREFIX but there is the zc01 that I saw once I was in the CPanel under databases. So I am assuming that is it. Thanks again. I will give this a try in the morning.// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', '');
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'UNHere_zc01');
define('DB_SERVER_PASSWORD', 'Password here');
define('DB_DATABASE', 'UNHere_zc01');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'db');
Last edited by lauriesscraps; 9 Aug 2010 at 04:33 AM.
Ok. So you get those error messages you posted in your last message and then this one about SESSION[] not being stored...
Are you absolutely sure that you edited the files in the right manner?
In addition, when you created the tables and the modifications to the table, did you make sure that the datatypes of the table match those that rewards points are looking for?
according to the readme i have, there are no files to be edited.
There are 3 folders to be renamed which i have done
There is an sql script to be actioned, in my case it was new.sql
all of which i have done,
The sql script created the tables, so the datatypes should be correct, just no information is being put in them and the rpd file is showing those fields as being missing.
the datatypes appear correct to me looking at them through phpmyadmin
and yes my database uses a prefix zen_, but as you can see the rpd picks that up
-------------edit----------------------------
I'll state this now
It is working to a point, when i add products to my cart reward points are displayed in the left hand column, however when i check out, the reward points vanish they are not listed as pending nor are they applied, they are goneburger
Last edited by nigelt74; 9 Aug 2010 at 05:38 AM.
you beat me to it
I just ticked the "reward points earned" and that fixed it, not sure how I missed that
I am still getting this in red though
Allow Redeem of Reward Points on Order Total or Subtotal- record missing in zen_configuration!!!
and I know it is set to zero(against subtotal) in admin