Checkout finish

16.09.2016 21:35
#1
thomasbaumi
User thomasbaumi
Name: Thomas Baumgartner
24.06.2011
Posts: 139
Quote
Checkout finish

Hello Webdesigner

The plugin Checkout finish is generally great, but it would be very good if it would also be a button with which the order could be downloaded as PDF . See image.
Can you install in a further update?

Thank you very much
Checkout finish

 
16.09.2016 21:44
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Checkout finish

Will be in new version.

 
17.09.2016 20:05
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Checkout finish

Checkout finish 1.0.2

 
20.09.2016 06:47
#4
thomasbaumi
User thomasbaumi
Name: Thomas Baumgartner
24.06.2011
Posts: 139
Quote
Aw: Checkout finish

Hello Webdesigner

It works perfectly. Thanks for your good work.

An other Question:

How can i display the Couponcode in this Plugin? Witch php code i have to use?

I have tested with $order->coupon_code, but it dont works.

Can you Help me too?

Thanks

 
20.09.2016 07:45
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Checkout finish

if ($order->coupon_id){
$coupon = JSFactory::getTable('coupon', 'jshop');
$coupon->load($order->coupon_id);
$coupon_code = $coupon->coupon_code;
}

print $coupon_code

 
20.09.2016 09:31
#6
midiplus
Joomshopping forum user no avatar
Name: Anton
03.07.2013
Posts: 1927
Quote
Checkout finish




Letzte Änderung: 20.10.2016 13:01
 
20.10.2016 13:02
#7
midiplus
Joomshopping forum user no avatar
Name: Anton
03.07.2013
Posts: 1927
Quote
Aw: Checkout finish

На странице "Спасибо за заказ" не отображается кнопка для загрузки PDF.

Aw: Checkout finish Aw: Checkout finish


Letzte Änderung: 20.10.2016 13:03
 
20.10.2016 13:05
#8
midiplus
Joomshopping forum user no avatar
Name: Anton
03.07.2013
Posts: 1927
Quote
Aw: Checkout finish

webdesigner - 20.09.2016 07:45
if ($order->coupon_id){
$coupon = JSFactory::getTable('coupon', 'jshop');
$coupon->load($order->coupon_id);
$coupon_code = $coupon->coupon_code;
}

print $coupon_code

Можете добавить опции в настройках плагина, чтобы на странице "Заказ завершен" отображался код купона и уровень скидки?


Letzte Änderung: 30.10.2016 12:35
 
30.10.2016 12:37
#9
midiplus
Joomshopping forum user no avatar
Name: Anton
03.07.2013
Posts: 1927
Quote
Aw: Checkout finish

Переименуйте, пожалуйста, в русском тексте фразу "Загрузить счет-фактура" на текст "Скачать счет-фактуру" - на русском языке это более правильный вариант.

Aw: Checkout finish Aw: Checkout finish


Letzte Änderung: 30.10.2016 12:39
 
24.02.2018 20:22
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Checkout finish

Checkout finish 1.1.3
Added coupon code

 
25.02.2018 07:40
#11
midiplus
Joomshopping forum user no avatar
Name: Anton
03.07.2013
Posts: 1927
Quote
Aw: Checkout finish

webdesigner - 24.02.2018 20:22
Checkout finish 1.1.3
Added coupon code

Thank you very much, everything works correctly!

 


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.