Joomshopping Addons: Order status front

24.10.2023 10:34
#1
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Сообщения: 706
Quote
Joomshopping Addons: Order status front

Does the Status ,,Order delivered" automatically in conjunction with a tracking number? Or do we have to enter everything manually?

 
25.10.2023 07:58
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25942
Quote
Aw: Joomshopping Addons: Order status front

Addon only for dispaly progress.

 
01.11.2023 16:02
#3
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 694
Quote
Aw: Joomshopping Addons: Order status front

hey
Just ordered the add on.
Aw: Joomshopping Addons: Order status front

This is what it looks like in my backend.
Questions:
Is there a way to link to the order status page in the order confirmation?
{order_detail_url} only works in the individual text for status, but not in the order confirmation. How does the user get the info where to check?

As a registered user I can't see my orders in the my account page, is this normal?
How to display this in two languages?
How to change the color of the icons?
And finally, how to adjust the distance between Rechnung and Bestellnummer in the top row?
Thanks
Rolf



Thanks
Rolf


Последнее изменение: 02.11.2023 09:32
 
06.11.2023 09:26
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25942
Quote
Aw: Joomshopping Addons: Order status front

1. url:
https://www.bodhran-info.de/de/shop/user/order?order_id={id}

2. As a registered user I can't see my orders in the my account page, is this normal?
--
Need create item menu MyAccount OR item meny My Orders
Aw: Joomshopping Addons: Order status front

https://www.bodhran-info.de/de/shop/user/orders
(BUG in Your website - old version template)

3. Color:

change css components\com_jshopping\css\addons\order_status_front.css
#999 - change to your color
#2BB9E2 - change to your color

4. Translate:
install
Order status front 2.0.1 (JoomShopping 5.0.0+)

in config. set only variable
Aw: Joomshopping Addons: Order status front

Use Joomla / Languages: Overrides for set text (En/de/...).
Aw: Joomshopping Addons: Order status front


Последнее изменение: 06.11.2023 09:45
 
07.11.2023 11:16
#5
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 694
Quote
Aw: Joomshopping Addons: Order status front

admin - 06.11.2023 09:26
1. url:
https://www.bodhran-info.de/de/shop/user/order?order_id={id}


I added that URL to the email that is sent to customers, but no luck. The order ID isn't added to the URL.
I would like to inform the buyer where to check about his order status

admin - 06.11.2023 09:26
--
Need create item menu MyAccount OR item meny My Orders
Aw: Joomshopping Addons: Order status front

https://www.bodhran-info.de/de/shop/user/orders
(BUG in Your website - old version template)


old version template of what? It's the latest Joomshooping and Joomla.

admin - 06.11.2023 09:26
3. Color:

change css components\com_jshopping\css\addons\order_status_front.css
#999 - change to your color
#2BB9E2 - change to your color

4. Translate:
install
Order status front 2.0.1 (JoomShopping 5.0.0+)

in config. set only variable
Aw: Joomshopping Addons: Order status front

Use Joomla / Languages: Overrides for set text (En/de/...).
Aw: Joomshopping Addons: Order status front



Perfect! colors and language are sorted!
Thanks
Rolf

 
07.11.2023 12:09
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25942
Quote
Aw: Joomshopping Addons: Order status front

1. Try
https://www.bodhran-info.de/de/shop/user/order?order_id=<?php print $order->order_id?>

2. Test your website
after login
https://www.bodhran-info.de/de/shop/user/orders

Bug (old version this template file: yootheme - not default)

Call to undefined function formatdate()
components/com_jshopping/templates/yootheme/order/listorder.php:35


Последнее изменение: 07.11.2023 12:12
 
07.11.2023 16:16
#7
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 694
Quote
Aw: Joomshopping Addons: Order status front

admin - 07.11.2023 12:09
1. Try
https://www.bodhran-info.de/de/shop/user/order?order_id=<?php print $order->order_id?>


Result:
https://www.bodhran-info.de/de/shop/user/order?order_id=%3C?php%20print%20$order-%3Eorder_id?%3E

Aw: Joomshopping Addons: Order status front

admin - 07.11.2023 12:09
2. Test your website
after login
https://www.bodhran-info.de/de/shop/user/orders

Bug (old version this template file: yootheme - not default)

Call to undefined function formatdate()
components/com_jshopping/templates/yootheme/order/listorder.php:35



Thanks, will check.
Cheers
Rolf

 
07.11.2023 17:02
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25942
Quote
Aw: Joomshopping Addons: Order status front

https://www.bodhran-info.de/de/shop/user/order?order_id=<?php print $order->order_id?>
Code Need add to your template email.

 
07.11.2023 18:33
#9
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 694
Quote
Aw: Joomshopping Addons: Order status front

Hey
I have added it to static texts -- Beschreibung des Auftrags für den Kunden (in E-Mail)
Aw: Joomshopping Addons: Order status front

Aw: Joomshopping Addons: Order status front

Not the right place?
Thanks
Rolf

 
07.11.2023 19:23
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25942
Quote
Aw: Joomshopping Addons: Order status front

https://www.bodhran-info.de/de/shop/user/order?order_id=<?php print $order->order_id?>
Code for template file
components\com_jshopping\templates\default\checkout\orderemail.php

For static text:

https://www.bodhran-info.de/de/shop/user/order?order_id={order_id}

+ need change code:
components\com_jshopping\Table\OrderTable.php

Row 816
function getStaticText($alias){

after code
$text = str_replace("{title}", $this->title, $text);
add
$text = str_replace("{order_id}", $this->order_id, $text);


Последнее изменение: 07.11.2023 19:28
 
07.11.2023 19:50
#11
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 694
Quote
Aw: Joomshopping Addons: Order status front

Thanks
Will check tomorrow.
Didn't even know, there are two different texts that the user can get after order.
When is the template file used and when the static text?
Thanks
Rolf

 
08.11.2023 08:17
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25942
Quote
Aw: Joomshopping Addons: Order status front

Static text is loaded in the template file

components\com_jshopping\templates\default\checkout\orderemail.php

<?php if ($this->client){?>
<tr>
<td colspan = "2" style="padding-bottom:10px;">
<?php print $this->order_email_descr;?>
</td>
</tr>
<?php }?>


Последнее изменение: 08.11.2023 08:17
 
08.11.2023 10:23
#13
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 694
Quote
Aw: Joomshopping Addons: Order status front

Hey
Ah! Thanks! I learn something new everyday. Will go and experiment with this!
Cheers
Rolf

 
09.11.2023 15:07
#14
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 694
Quote
Aw: Joomshopping Addons: Order status front

hey
I got the second option working, perfect, now customers with an account can see the status of the order.
Great!
This question:
And finally, how to adjust the distance between Rechnung and Bestellnummer in the top row?

is still open?
Thanks a lot!
Rolf

 
09.11.2023 15:32
#15
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25942
Quote
Aw: Joomshopping Addons: Order status front

Not works for me (Your website).

https://www.bodhran-info.de/de/shop/user/orders
Error.

 
13.11.2023 07:59
#16
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 694
Quote
Aw: Joomshopping Addons: Order status front

hey
it works when I use the link in the email. Still need to fix the template, it's with my programmer.
Thanks
Rolf

 
14.11.2023 08:41
#17
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 694
Quote
Aw: Joomshopping Addons: Order status front

Hey
All fixed now, thanks to kreativquadrat, who is also a user here.
Also fixed this one:
Aw: Joomshopping Addons: Order status front

which seems to a problem of the addon Finished Order Number (Invoice number). Maybe you want to fix this in general.
Thanks
Rolf

 
02.12.2023 11:03
#18
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25942
Quote
Aw: Joomshopping Addons: Order status front

update addon
Invoice number 2.1.1

 


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.