SteveW1805 Posted June 25, 2011 Share Posted June 25, 2011 When I enabled the loyalty voucher system and view some products, I found that the number of points awarded was based on the highest value attribute combination even if the customer selected a lower value option.Is there a fix for this?Many thanks in advance,S Link to comment Share on other sites More sharing options...
gamersmarket Posted August 12, 2011 Share Posted August 12, 2011 When I enabled the loyalty voucher system and view some products, I found that the number of points awarded was based on the highest value attribute combination even if the customer selected a lower value option. Is there a fix for this? Many thanks in advance, S I have the same problem. Thank you in advance. Link to comment Share on other sites More sharing options...
kant74 Posted December 4, 2011 Share Posted December 4, 2011 I have the same problem (PS 1.3.7) : If, for example i choose a ratio of 10 € = 1 point, the program gives 1 point sarting from 5 € and if ichoose 5 € = 1 point the program gives 1 point starting from 2,5 €. Another problem : when I choose the option " NOT give points on discounted products", all products lose points. So, i can't use this module and it's a problem for the evolution of my shop... Thanks for your help. Link to comment Share on other sites More sharing options...
a_smith Posted January 16, 2012 Share Posted January 16, 2012 same problem here...! ps 1.4.6.2 why this software is so buggy? Link to comment Share on other sites More sharing options...
Abalam Posted December 23, 2012 Share Posted December 23, 2012 Maybe this solution can help you in product.tpl : Change this line : if (!none_award && productPriceWithoutReduction != productPrice) { Into this : if (!none_award && ps_round(productPriceWithoutReduction, 2) != productPrice) { Merry Xmas ! Link to comment Share on other sites More sharing options...
kadapawn Posted September 16, 2013 Share Posted September 16, 2013 (edited) Maybe this solution can help you in product.tpl : Change this line : if (!none_award && productPriceWithoutReduction != productPrice) { Into this : if (!none_award && ps_round(productPriceWithoutReduction, 2) != productPrice) { Merry Xmas ! You are the man! thank you so much! Edited September 16, 2013 by kadapawn (see edit history) Link to comment Share on other sites More sharing options...
MyValeria Posted October 22, 2013 Share Posted October 22, 2013 Hi, someone knows the solution for PS 1.5.4.0? Thanks! Link to comment Share on other sites More sharing options...
Agence Webinti Posted December 6, 2013 Share Posted December 6, 2013 Hi, someone knows the solution for PS 1.5.4.0? Thanks! and for 1.5.6.0 ?? i have the same problem, i did this Change this line : if (!none_award && productPriceWithoutReduction != productPrice) { Into this : if (!none_award && ps_round(productPriceWithoutReduction, 2) != productPrice) { but nothing happens Link to comment Share on other sites More sharing options...
tekcenter Posted May 18, 2015 Share Posted May 18, 2015 anyone? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now