
Originally Posted by
gransazer
Hi,
I just install this modules and found this error :
a. customer > reward points and the error shown
" 1054 Unknown column 'cp.pending_points' in 'field list'
in:
[UPDATE riz_reward_customer_points cp, riz_reward_point_history rp SET cp.pending_points=cp.pending_points-IFNULL((SELECT SUM(rp.reward_points) FROM riz_reward_point_history rp WHERE cp.customers_id=rp.customers_id AND rp.status=0 AND rp.dateIf you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields."
b. and when i click continue checkout button the error show
"1054 Unknown column 'redeem_ratio' in 'field list'
in:
[SELECT redeem_ratio FROM riz_reward_master prp, riz_customers as c, riz_group_pricing as gp WHERE c.customers_id=1 AND gp.group_id=c.customers_group_pricing AND ((prp.scope_id=1 AND prp.scope=4) OR (gp.group_id=c.customers_group_pricing AND prp.scope_id=gp.group_id AND scope=3) OR (prp.scope=0)) ORDER BY prp.scope DESC LIMIT 1;] "
so... anyone can help.
tq