Re: Reward Points Module- Live Release now available.
Is there any way I can exclude reward points from my COWOA customers?
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Unicorn
Is there any way I can exclude reward points from my COWOA customers?
As there is no account to attach the Reward Points to, does it make any difference?
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
leilanddale
Hi guys!
I'm having a bit of a problem and to be honest, I started reading this thread, about 25 pages all in all and yeah...not easy to find an answer, so forgive me if it's mentioned before.
When a customer checks out and uses a discount coupon or GV which ends up giving a zero balance, they are still being asked to select a payment method.
How do I get this fixed that they don't get asked for a payment method when having a zero Total Order balance?
Any update on this? I'm using the latest version downloaded from Zen Cart modules.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
As there is no account to attach the Reward Points to, does it make any difference?
One of the reasons I didn't install COWOA is because of this. The customer cannot use those points so they shouldn't appear as they will likely expect to be able to use them in the future.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
leilanddale
Any update on this? I'm using the latest version downloaded from Zen Cart modules.
I tested it here and it is working exactly as it should- No payment method is being asked for on purchases with a zero total. Are you using any other checkout mod that might be causing this?
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
jetx
One of the reasons I didn't install COWOA is because of this. The customer cannot use those points so they shouldn't appear as they will likely expect to be able to use them in the future.
Would a better idea be to display something like "If you had an account you would have earned X reward points on this purchase". That would encourage more people to create an account with you.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Would a better idea be to display something like "If you had an account you would have earned X reward points on this purchase". That would encourage more people to create an account with you.
Yeah, that seems to be the only option.
But I'm afraid it would have a negative impact, as there's that whole "hahaaaa!" feeling to it. "Look what you didn't get!!" is a bad thing in checkout where the customers need to feel good about their purchase, no?
Most of my customers are COWOA atm, and although I'd stress this in the login section where the customers choose an account or COWOA, it gets more complicated than it should have been.
Re: Reward Points Module- Live Release now available.
thank you hem
does this update fix pronlem with paypal??
Re: Reward Points Module- Live Release now available.
Hi
Is there a way to display the amount of points on the product page in this format;
Worth "x amount" Reward Points
at the moment it is displayed
"x amount" Reward Points
Thanks
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
DarrenQ
Hi
Is there a way to display the amount of points on the product page in this format;
Worth "x amount" Reward Points
at the moment it is displayed
"x amount" Reward Points
Thanks
So far i have tried changin the tpl_products_reward_points.php code to this;
Code:
echo PRODUCT_REWARD_POINT_TAG.' '.$reward_points' 'PRODUCT_REWARD_POINT_TAG_1.;
and added 'PRODUCT_REWARD_POINT_TAG_ into the reward_points.php in the extra definitions directory.
But this doesn't seem to work. I just blanks my page. If i remove the last 'PRODUCT_REWARD_POINT_TAG_1.; from the line in tpl it works again. What am i missing?