Re: Validation error because of ID cartBoxEmpty
Quote:
Originally Posted by
imagino
When a user in NOT logged in, he sees CUSTOMER_NOT_LOGGED_IN_TAG, right? When a user have nothing in cart, he sees NO_REWARD_POINTS_IN_CART_TAG, right? Both these mesages have the same id="cartBoxEmpty", all defined in tpl_reward_points.php file (also in v1.31 of this RP mod).
So, when a user in NOT logged in and have nothing in his cart, TWO DIVs with the same ID appear, am I right?
Okay- I see where the issue is now and I've changed it. Thanks for the heads-up.
1 Attachment(s)
Re: Validation error because of ID cartBoxEmpty
Quote:
Originally Posted by
hem
Okay- I see where the issue is now and I've changed it. Thanks for the heads-up.
Okay, I've changed this and it will be in the next release. I've attached it here for the time being.
Re: Validation error because of ID cartBoxEmpty
Quote:
Originally Posted by
hem
Okay, I've changed this and it will be in the next release. I've attached it here for the time being.
Totally perfect! You are fast and good, Hem ;o)
Thank you for your time&work, I owe you.
Re: More than one tax class
Quote:
Originally Posted by
hem
It shouldn't be too hard- I can use all the expertise I gained from writing the Inc/Ex tax mod :cool:
Use, please, use! ;o)
Re: Reward Points Module- Live Release now available.
When using the tiered discount (for example 5%), checkout will show the Total Reward Discount Amount: (500%). Had to edit the includes/modules/order_total/ot_reward_points_discount.php, line 67 ($redeem_discount*100, 2) to ($redeem_discount*1, 2).
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
jetx
When using the tiered discount (for example 5%), checkout will show the Total Reward Discount Amount: (500%). Had to edit the includes/modules/order_total/ot_reward_points_discount.php, line 67 ($redeem_discount*100, 2) to ($redeem_discount*1, 2).
That's because 5% should be entered as 0.05
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
That's because 5% should be entered as 0.05
Ahh.. thanks!
Re: Reward Points Module- Live Release now available.
I'm hoping to get some feedback from the Pros here :)
I'd like to offer my customers a "Buy x Get 1 Free" sort of deal. But, I'd like to work it like punch card system. Punch out all the holes in your card and get a free one.
So, I was wondering if there is a module like that available? Apart from the Rewards Points one? And if not, is there some way to make the Rewards Points module work like this?
I don't know where to find any detailed instructions on the Rewards Points module since someone else installed it for me. Any ideas, advice or steering in the right direction would be greatly appreciated.
Thanks!!
Re: Reward Points Module- Live Release now available.
Not sure if this has already been answered, apologies if thats the case... but I've just installed the latest version of Reward Suite to my zen cart 1.38a. I'm having a few issues which are as follows;
1- I can't seem to change the value of each point, I want each point earned to be worth £0.05
2- As a customer I can't manually input the amount of points i want to use, it just has a tick box - even though I have changed the the reward module from automatic to manual, this makes no difference
3- I've just noticed that if I go to checkout and have 1100 reward points and the items value is £3.99 plus postage of £2.99 the order has taking £3.99 twice and makes the total -£1.00 meaning that i would have to pay the customer for there purchase...
Do I have to edit specific files to make these changes?
Many thanks
Mark
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
mark1984
Not sure if this has already been answered, apologies if thats the case... but I've just installed the latest version of Reward Suite to my zen cart 1.38a. I'm having a few issues which are as follows;
1- I can't seem to change the value of each point, I want each point earned to be worth £0.05
2- As a customer I can't manually input the amount of points i want to use, it just has a tick box - even though I have changed the the reward module from automatic to manual, this makes no difference
3- I've just noticed that if I go to checkout and have 1100 reward points and the items value is £3.99 plus postage of £2.99 the order has taking £3.99 twice and makes the total -£1.00 meaning that i would have to pay the customer for there purchase...
Do I have to edit specific files to make these changes?
Many thanks
Mark
Ok, I've worked out how to change the value of each point... as well as to cap the amount of points allowed to be used to 100% of the product value, excluding the shipping.
However the other issue i'm experiencing must be a bug as it appears that when I go to redeem points , it only allows me to tick a box, then when i click continue it seems to process this twice as it shows the redeem points twice in the final check out page... however if i click to go back to the previous page the box is already ticked and then if i continue it calculates the discount correctly...
What could be causing this and why can I not input how many points to redeem?
Many thanks
Mark