Jump to content

Loyalty Points and attributes


Recommended Posts

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

  • 1 month later...

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

  • 3 months later...

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

  • 1 month later...
  • 11 months later...

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

  • 8 months later...

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 by kadapawn (see edit history)
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

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

  • 1 year later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...