|
16.12.2024 19:43
|
|
Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 944
|
What's new?
Hey
While I have seen the description in the version history, I have no idea what the new features really mean:
New configurations ordering_full_name, admin_ordering_extra_field_values_in_select
Fixed order edit.
Fixed router for addons.
Fixed show plus shipping.
Thanks
Rolf
|
| |
|
17.12.2024 09:08
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Сообщения: 28000
|
Aw: What's new?
1. in config file
$config->ordering_full_name = ['f_name', 'm_name', 'l_name'];
2.in config file
$config->admin_ordering_extra_field_values_in_select = 'ordering';
3. Fixed bug
Fixed order edit.
Fixed router for addons.
Fixed show plus shipping.
commit for version 5.5.3
https://github.com/joomshopping/joomshopping/commit/49ccc3b81d55fc090a81fc3f1ff45fab434bede8
|
| |
|
17.12.2024 09:51
|
|
Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 944
|
Aw: What's new?
Thanks
Unfortunately, I have no idea what the first two things mean and how I can use these features.
Cheers
Rolf
|
| |
|
17.12.2024 14:41
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Сообщения: 28000
|
Aw: What's new?
1. $config->ordering_full_name = ['f_name', 'm_name', 'l_name'];
Full name in order: Firstname Midlenamee Lastname
2. $config->admin_ordering_extra_field_values_in_select = 'ordering';
Product / Edit Tab: charactiristic dropdown sorting
Последнее изменение: 17.12.2024 14:43
|
| |
|
18.12.2024 16:56
|
|
Dingens
Name: Rolf Wagels
28.03.2012
Сообщения: 944
|
Aw: What's new?
Thanks a lot!
Very much appreciated
Rolf
|
| |