About reward (user point)

09.06.2013 10:42
#1
sabrierley1
Joomshopping forum user no avatar
Name: Steve
03.06.2013
Posts: 3
Quote
About reward (user point)

I bought reward plugin and it seem very good plugin. But can you add function add or subtract point for specify user (custom point).
I want to add more point than normal to some special orders

 
09.06.2013 21:42
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: About reward (user point)

do not fully understand you
example?

 
10.06.2013 07:04
#3
sabrierley1
Joomshopping forum user no avatar
Name: Steve
03.06.2013
Posts: 3
Quote
Aw: About reward (user point)

Ex: i set default reward by order is 2%
Buy 100$, receive 2 point
But in some case, customer order 1000$ and i want to add more point than 20. What should i do?
Can you give me option to add point manually?

 
10.06.2013 14:47
#4
sabrierley1
Joomshopping forum user no avatar
Name: Steve
03.06.2013
Posts: 3
Quote
Aw: About reward (user point)

Hello, anyone there

 
10.06.2013 15:26
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: About reward (user point)

Not possible (configuration).

Try change file
administrator\components\com_jshopping\addons\addon_reward\classes\helper.php

public static function getOrderReward($order_total){
return self::config('order_reward') + ($order_total*self::config('order_reward_percent'))/(100 * self::config('reward_in'));
}

cahange to (example)

public static function getOrderReward($order_total){
$val = self::config('order_reward') + ($order_total*self::config('order_reward_percent'))/(100 * self::config('reward_in'));

if ($order_total>1000) $val = 35;

return $val;
}

 
11.06.2013 11:29
#6
ASec
Joomshopping forum user no avatar
Name: Zsámboki Roland
03.01.2013
Posts: 1
Quote
Q: About reward (user point)

Is this addon Joomla 3.0 compatible? Will it work with Joomshopping 4.0.0+ on Joomla 3.0?

 
11.06.2013 12:26
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: About reward (user point)

No. Will be latter version for joomla 3.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.