How?
Rewards point for every 10 EUR from order
- customer create order etc. 300 EUR, I need add 30 points to his VM account.
- You can create a rule in AwoRewards that gives users points for orders in AwoRewards, the rule:Customer type: everyoneRule type: orderPercent of order total: 10Credit type: points
- Perfect.
So, now I have points in my aworewards account and what next?
I need create coupon for VirtueMart for next order
I tryied created rules for automatic payment and email, but I don't know if create coupon for next order.
I tryied created coupon in VM, but I don't see this coupon in email template
- If you want to reward the customer with a Virtuemart coupon automatically, then in the automatic payment section, select the option "Coupon - System". You should then be able to start typing the coupon in "Coupon to copy" section. After you enter the first 2 letters, you should see a dropdown where you can select the coupon.
- ok, I created but i don't know this - the template coupon from VM (etc. AWOPOINTS, pernament, value 300 total, exporatin in future), I will to see in email from Automatic Payment + generated new from template and saved into VM before use?
The email about Automatic payment will be send to me by cron or?
- Hello,Yes, you will receive the email automatically. The email is sent after a credit has been triggered and the customer qualifies (has reached the minimum amount) set. So AwoCoupon will copy the coupon and then change the value to the value the customer should receive.You can also manually trigger a payout by going to aworewards > users, find the user, mouse over him and click 'trigger payment'.
Unfortunately, it doesn't work automatically for me somehow.
I tried manually clicking on the link and nothing came up or changed either:
Unclaimed Points: 405.90
Claimed Points: 0.00
Total Points: 405.90
Payment Type Coupon - System
Coupon to Copy AWOPIONTS
Coupon Expiration ( Days ) 21
Block of points for exchange 10
Points to Amount Ratio 2
Minimum Payout Amount 310
- So your minimum amount to payout is 310. Since your points to amount ratio is 2, you need 310*2 = 620 points. And you currently have 405.9.
- Perfect...
SO client ask me:
- change condition from 10% form order to 100 CZK == every 100 CZK from order => 15 points - is possible?
I mean add new section to rules for every XXX amounts to XXX points
- in head section in shop I need add info about number of points - yep - modul aworewards points is exist - OK
- in head section in shop I need add info about "you still need to buy xxx to convert points into a discount" - yep - I can create new template for modul aworewards points - OK
- make a button in the basket - "convert points to discount" - but only from 300 points upwards. - this is question - can I call trigger https://devel.zelenazeme.cz/administrator/index.php?option=com_aworewards#/aworewards/user?task=payout&id=3602 on FE in cart with rules ID and after run show in cart or joomla message or popup JS message created Coupon Name? (condition "only from" I setup in rules for order)
Extra point
- setup amounts points if I buy selected product in rules - now I can select product in rules - OK, but I can't select ammount (only precent) - eg. 15 points
- setup 2x amounts points if I buy selected product in rules - eg. - I want to sale quickly all hemp oil, then for these products I setup in rules 30 points for every 100 CZK from order
- Hello,You cannot create 1 rule for 15 points for every 100 czk. You can give a 15% or order, which will amount to that. But if points only happen every 100 czk, you can do it but you would need to create multiples rules:Rule 1:Rule type: orderMinimum order total type: per orderMinimum order total: 100Credit type: pointsCredit: 15Rule 2:Same as above just min order total of 200 and credit of 30Rule 3:Min order total of 300, credit of 45.......Then you can create a rule, where you group the rules above and run just the first found match, order the rules from highest credit to least.For this:
- setup amounts points if I buy selected product in rules - now I can select product in rules - OK, but I can't select ammount (only precent) - eg. 15 points
If you leave the percent blank, then the points section will re-appear.
- Hello, thanks or info.
> you would need to create multiples rules:
I think thiis option it's not too complicated?, if every buying is eg. 3000 - 20 000 CZK => which count rules will be do? hmm 200 rules?
Maybe is time for developing some new features in app (not %, but really value)?
We had other app for J25 (daycounts stopped next version) and we need show numbers of point in cart, then I think I will have to waiting some seconds for calculating in cart = is not good for seling.
What do you mean?
Best Regards
Rudolf
- Hello, sorry
I think we don't need come custom developping in this time, I try a couple of rules :)