|
29.04.2025 19:33
|
|
kreativ quadrat
Name: garry
25.11.2010
Posts: 399
|
addon Reward (user points)
installed version 2.4.4
The following notes:
show points with thousands separation 1.000 instead of 1000
The current reward points balance that can be redeemed as voucher should also be displayed in the shopping cart not only at inputfield.
If points are redeemed via a voucher, a voucher is created and the points are deducted from the customer.
But I can't find the voucher among the vouchers? Link from progress goest to a new not created voucherid. Isn't it created automatically? there is no error message. We have installed the Coupons extrafields add-on.
|
| |
|
29.04.2025 19:36
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28007
|
Aw: addon Reward (user points)
configuration / Currency
?
|
| |
|
29.04.2025 19:42
|
|
kreativ quadrat
Name: garry
25.11.2010
Posts: 399
|
Aw: addon Reward (user points)
currency €
update:
config error...works now
Still open:
The following notes:
show points with thousands separation 1.000 instead of 1000
The current reward points balance that can be redeemed as voucher should also be displayed in the shopping cart not only at inputfield.
Is there a way to set how many points you need to redeem the points you receive?
Letzte Änderung: 29.04.2025 20:26
|
| |
|
29.04.2025 20:39
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28007
|
Aw: addon Reward (user points)
Addon / Reward
Configuration / Coupon buy
Template: Form ?
|
| |
|
29.04.2025 21:28
|
|
kreativ quadrat
Name: garry
25.11.2010
Posts: 399
|
Aw: addon Reward (user points)
Are the points also displayed in the order confirmation or PDF?
sorting by userid do not work. User and Points works
Letzte Änderung: 29.04.2025 21:55
|
| |
|
01.05.2025 12:59
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28007
|
Aw: addon Reward (user points)
New version:
2.5.0
Added display Reward for purchase in order mail.
Fixed sorting user by id (backend)
Number Bonus format as price.
Fixed load css / js for plugin checkout
|
| |
|
01.05.2025 13:03
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28007
|
Aw: addon Reward (user points)
-The current reward points balance that can be redeemed as voucher should also be displayed in the shopping cart not only at inputfield.
Screenshot?
|
| |
|
01.05.2025 13:16
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28007
|
Aw: addon Reward (user points)
Reward 2.5.1
Fixed save coupon
------------------------------------------------
-But I can't find the voucher among the vouchers? Link from progress goest to a new not created voucherid. Isn't it created automatically? there is no error message. We have installed the Coupons extrafields add-on.
I don't understand you completely.
Reward 2.5.1- fixed?
or need show list coupon for client.
(works for Template gray)
or install
My Account
https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/my-account.html
Letzte Änderung: 01.05.2025 13:21
|
| |
|
09.05.2025 23:21
|
|
kreativ quadrat
Name: garry
25.11.2010
Posts: 399
|
Aw: addon Reward (user points)
I think that only registered customers get the points, so only they should be shown this
function onBeforeCreateTemplateOrderMail(&$view){
$usershop = AddonRewardHelper::getUserShop();
if (AddonRewardHelper::config('reward_in_order') && $usershop->user_id) {
$bonus = AddonRewardHelper::getOrderRewardInfo($view->order->order_id);
if ($bonus != 0) {
$addon = new AddonCore('addon_reward');
$aview = $addon->getView('reward_for_buy_mail');
$aview->bonus = $bonus;
$view->_tmp_html_after_total .= $aview->loadTemplate();
}
}
}
|
| |
|
10.05.2025 09:43
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28007
|
Aw: addon Reward (user points)
Fixed in 2.5.3
(your code is not quite correct)
|
| |
|
14.05.2025 22:15
|
|
kreativ quadrat
Name: garry
25.11.2010
Posts: 399
|
Aw: addon Reward (user points)
Where can I download v 2.5.3?
its not in our download list?
Letzte Änderung: 14.05.2025 22:18
|
| |
|
15.05.2025 07:09
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28007
|
Aw: addon Reward (user points)
Fixed
|
| |
|
31.05.2025 17:13
|
|
kreativ quadrat
Name: garry
25.11.2010
Posts: 399
|
Aw: addon Reward (user points)
could you add the points also to invoice pdf ?
|
| |
|
06.09.2025 10:09
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28007
|
Aw: addon Reward (user points)
New version:
Reward 2.5.5 (Joomshopping 5.3.0+)
new option: Reward in PDF
|
| |