Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
lina0962
How to delete empty configuration in the database? In my case, does configuration.php?gID=36 mean the configuration_id is 36?
But in the database, I found configuration_id36 is "street addresses"...
It's not in configuration...It's configuration group where you have duplicate
Re: Reward Points Module- Live Release now available.
Just run remove_multiple_config_items.sql- It's in the root of the zip file.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Just run remove_multiple_config_items.sql- It's in the root of the zip file.
Is there a way to upgrade in a way that this problem actually doesn't happen? Running the current updates.sql still created the same problem.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
BlessIsaacola
Is there a way to upgrade in a way that this problem actually doesn't happen? Running the current updates.sql still created the same problem.
Problem is because it has to be designed to run under SQL Patch in Zencart Admin I can't do any basic checking. The 2 options I have is to remove the CREATE TABLEs altogether or to add the code from remove_multiple_config_items.sql to the end of the script.
Re: Reward Points Module- Live Release now available.
I have a question about "reward points" configuration.
I want customers to redeem maximum 10% of the subtotal of a single order. So I set the maximum amount of earned points that can be redeemed against a single orderset to be 10%.
My question is can I set the minimum amount of earned points needed before they can be redeemed to be a absolute value (eg 500)? or is it has to be a percentage too?
Thanks!
Re: Validation error because of ID cartBoxEmpty
Quote:
Originally Posted by
hem
Strange- I did a search in the code and it only turns up once.
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?
Re: More than one tax class
Quote:
Originally Posted by
hem
There was a big discussion about how points should be awarded wit or without tax. It was decided that if you were awarding points by product then it was fair that the amount be the same regardless if the tax was different due to country/state rates. However if you wanted to award points on the total spend you can always set the mod to award on cart total.
We have two different taxes in our country... Never mind, I made my own workaround, but I am not alone when I need to choose whether display reward points by product WITH or WITHOUT taxes. So, if you will have some free time, I will be very grateful ;o)
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?
Do you have the shopping_cart_with_rewards and the reward_points sideboxes both switched on?
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
lina0962
I have a question about "reward points" configuration.
I want customers to redeem maximum 10% of the subtotal of a single order. So I set the maximum amount of earned points that can be redeemed against a single orderset to be 10%.
My question is can I set the minimum amount of earned points needed before they can be redeemed to be a absolute value (eg 500)? or is it has to be a percentage too?
Thanks!
They are only a percentage if you add % to the end of the figure. If you just put in say "500" then that's 500 points.
Re: More than one tax class
Quote:
Originally Posted by
imagino
We have two different taxes in our country... Never mind, I made my own workaround, but I am not alone when I need to choose whether display reward points by product WITH or WITHOUT taxes. So, if you will have some free time, I will be very grateful ;o)
It shouldn't be too hard- I can use all the expertise I gained from writing the Inc/Ex tax mod :cool: