25.01.2021 13:16
|
|
polkost
Name: AAA
17.05.2013
Posts: 86
|
Aw: Baselinker Integration
когда можно расчитывать на исправление? до этого статусы менялись нормально.
|
|
26.01.2021 08:33
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
Aw: Baselinker Integration
Занимались другими розширениями с более важными изменениями.
Сейчас нет акаунта для теста
можите помочь найти проблему
изменить
components\com_jshopping\models\addon_baselinker.php
строка 354
$response[$orderData->order_number] = $o;
поменять на (было раньше)
$response[$orderData->order_id] = $o;
|
|
28.01.2021 12:48
|
|
polkost
Name: AAA
17.05.2013
Posts: 86
|
Aw: Baselinker Integration
Вроде как заработал, но теперь в Бэйслинкере показывает неверный номер заказа из магазина (какой-то другой, вроде как порядковый номер транзакции в JS). Т.е. видимо трасляция статуса как-то связана с трансляцией номера заказа.
|
|
28.01.2021 12:56
|
|
polkost
Name: AAA
17.05.2013
Posts: 86
|
Aw: Baselinker Integration
Скрин бэйслинкера
Last change: 28.01.2021 12:58
|
|
28.01.2021 13:30
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
Aw: Baselinker Integration
Показывает id заказа
|
|
29.01.2021 15:13
|
|
polkost
Name: AAA
17.05.2013
Posts: 86
|
Aw: Baselinker Integration
Ок id, но ведь раньше показывал Номер заказа (как на скрине ранее 00002728) как это показывается в JS. Теперь же трехцифровые номера мне ни очем не говорят т.к. например Номер заказа 00002736 со скрина в JS в Бэйслинкере показан как 755 (второй скрин)
|
|
29.01.2021 15:15
|
|
polkost
Name: AAA
17.05.2013
Posts: 86
|
Aw: Baselinker Integration
Этот же заказ(00002736) в бэйслинкере. Раньше в скобках было бы написано также как в JS -(00002736)
Last change: 29.01.2021 15:16
|
|
30.01.2021 11:31
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
Aw: Baselinker Integration
В Joomshopping номер заказ 00002736 (может содержать и Текст NR00011)
Baselinker работает только если номер заказа integer (число)
Мы должны передавать информациию через id заказа
В новой весрии Baselinker Integration 1.0.3 в списке заказов добавден id
|
|
17.02.2021 14:24
|
|
Aminabytek
Name: Aminabytek
26.11.2020
Posts: 6
|
Aw: Baselinker Integration
Hello,
I have a problem with transport costs. Normally add all the transport costs, those that are in the last phase in the cart, meanwhile, they incur transport costs for the item, and our store has costs that include payment on delivery. At the very end, they are added to the transport costs, but BaseLinker does not show them. Can we do something about it?
Last change: 17.02.2021 14:25
|
|
17.02.2021 15:50
|
|
Aminabytek
Name: Aminabytek
26.11.2020
Posts: 6
|
Aw: Baselinker Integration
And two more things:
1. Is it possible to introduce such a change that would allow the visibility of delivery times?
2. Can we add additional comments to products (visible only to the seller) that we set in Joomla! And will be visible in BaseLinker? My point is to set our internal product name.
|
|
18.02.2021 07:48
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
Aw: Baselinker Integration
Aminabytek - 17.02.2021 14:24
Hello,
I have a problem with transport costs. Normally add all the transport costs, those that are in the last phase in the cart, meanwhile, they incur transport costs for the item, and our store has costs that include payment on delivery. At the very end, they are added to the transport costs, but BaseLinker does not show them. Can we do something about it?
Install Baselinker Integration 1.0.4
|
|
18.02.2021 07:59
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
Aw: Baselinker Integration
Aminabytek - 17.02.2021 15:50
And two more things:
1. Is it possible to introduce such a change that would allow the visibility of delivery times?
2. Can we add additional comments to products (visible only to the seller) that we set in Joomla! And will be visible in BaseLinker? My point is to set our internal product name.
1. No field delivery time in API
2. Only 1 product name in API
|
|
19.02.2021 10:03
|
|
Aminabytek
Name: Aminabytek
26.11.2020
Posts: 6
|
Aw: Baselinker Integration
Hello!!
Guys, we have a problem with order numbers from shop. You recently changed the download of the order number from the store. Currently, it does not download the order number, but ID's. As a result, we have a big problem with order processing. After the order ID, we cannot find anything in the store or in the e-mail. Can we go back to the way was before with orders number from shop?
|
|
19.02.2021 10:09
|
|
Aminabytek
Name: Aminabytek
26.11.2020
Posts: 6
|
Aw: Baselinker Integration
" 2. Only 1 product name in API"
We can use the SKU field, but I tested it and it doesn't pass this field, despite enabling it in BaseLinker settings.
Can you enable forwarding of this field? In Joomla, the field is in the product card -> details tab -> SKU
|
|
19.02.2021 21:04
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
Aw: Baselinker Integration
Aminabytek - 19.02.2021 10:03
Hello!!
Guys, we have a problem with order numbers from shop. You recently changed the download of the order number from the store. Currently, it does not download the order number, but ID's. As a result, we have a big problem with order processing. After the order ID, we cannot find anything in the store or in the e-mail. Can we go back to the way was before with orders number from shop?
Read forum (baselink works only with id)
https://www.joomshopping.com/forum/posts/24/14449.html?lang=ru&start=20#22
|
|
20.02.2021 09:13
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
Aw: Baselinker Integration
Aminabytek - 19.02.2021 10:09
" 2. Only 1 product name in API"
We can use the SKU field, but I tested it and it doesn't pass this field, despite enabling it in BaseLinker settings.
Can you enable forwarding of this field? In Joomla, the field is in the product card -> details tab -> SKU
Field send.
1. Try set SKU for product
2. create order
|
|
13.04.2023 09:51
|
|
Dingens
Name: Rolf Wagels
28.03.2012
Posts: 791
|
Aw: Baselinker Integration
Hey
Is there a way to test the whole Baselinker integration? I am on a trial period with baselinker, but without the Joomshopping integration I can't really try. I am happy to buy if it works, but I am not sure if the whole thing is good for my needs.
Thanks
Rolf
|
|
13.04.2023 09:58
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
Aw: Baselinker Integration
Read private message.
|
|