Coupons extrafields

13.05.2019 19:46
#1
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Coupons extrafields

coupons with option -> Finished after used
coupon can not be used if the order has been canceled

coupon should be used only when the order has been completed

 
13.05.2019 21:25
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Coupons extrafields

Example error?

 
13.05.2019 21:47
#3
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: Coupons extrafields

error is that coupon is already used
but order is not finished
but it exists a not finished order with coupon

i think a fix must be in jshoppingorder/extracoupon/extrascoupon.php
function onAfterCreateOrder(&$order) {
$db = JFactory::getDBO();
if ($order->coupon_id) {

you must also Interrogate if order_created = 1


Last change: 13.05.2019 22:50
 
14.05.2019 21:11
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Coupons extrafields

Fixed in new version
Coupons extrafields 2.8.2

 
14.05.2019 21:58
#5
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: Coupons extrafields

thx 4 fast support
could you also support addon Product multiLabel in coupon extrafields if installed?

jshoppingcheckout/extracoupon/extracoupon.php
// if (count($coupon_except_labels) && (in_array($product->label_id, $coupon_except_labels))) continue;
$alllabels = explode(",",$product->label_multiselect);
if (count($coupon_except_labels) && (count(array_intersect($alllabels, $coupon_except_labels)))) continue;


thx

 
15.05.2019 21:46
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Coupons extrafields

Coupons extrafields 2.8.3

 
16.05.2019 07:47
#7
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: Coupons extrafields

thx 4 fast support

 


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.