Baselinker Integration

StartPrev 1 2 NextEnd
25.01.2021 13:16
#21
polkost
Joomshopping forum user no avatar
Name: AAA
17.05.2013
Posts: 73
Quote
Aw: Baselinker Integration

когда можно расчитывать на исправление? до этого статусы менялись нормально.

 
26.01.2021 08:33
#22
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
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
#23
polkost
Joomshopping forum user no avatar
Name: AAA
17.05.2013
Posts: 73
Quote
Aw: Baselinker Integration

Вроде как заработал, но теперь в Бэйслинкере показывает неверный номер заказа из магазина (какой-то другой, вроде как порядковый номер транзакции в JS). Т.е. видимо трасляция статуса как-то связана с трансляцией номера заказа.

 
28.01.2021 12:56
#24
polkost
Joomshopping forum user no avatar
Name: AAA
17.05.2013
Posts: 73
Quote
Aw: Baselinker Integration

Скрин бэйслинкера
Aw: Baselinker Integration


Last change: 28.01.2021 12:58
 
28.01.2021 13:30
#25
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Baselinker Integration

Показывает id заказа

 
29.01.2021 15:13
#26
polkost
Joomshopping forum user no avatar
Name: AAA
17.05.2013
Posts: 73
Quote
Aw: Baselinker Integration

Ок id, но ведь раньше показывал Номер заказа (как на скрине ранее 00002728) как это показывается в JS. Теперь же трехцифровые номера мне ни очем не говорят т.к. например Номер заказа 00002736 со скрина в JS в Бэйслинкере показан как 755 (второй скрин)
Aw: Baselinker Integration

 
29.01.2021 15:15
#27
polkost
Joomshopping forum user no avatar
Name: AAA
17.05.2013
Posts: 73
Quote
Aw: Baselinker Integration

Этот же заказ(00002736) в бэйслинкере. Раньше в скобках было бы написано также как в JS -(00002736)
Aw: Baselinker Integration


Last change: 29.01.2021 15:16
 
30.01.2021 11:31
#28
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Baselinker Integration

В Joomshopping номер заказ 00002736 (может содержать и Текст NR00011)
Baselinker работает только если номер заказа integer (число)
Мы должны передавать информациию через id заказа

В новой весрии Baselinker Integration 1.0.3 в списке заказов добавден id
Aw: Baselinker Integration

 
17.02.2021 14:24
#29
Aminabytek
Joomshopping forum user no avatar
Name: Aminabytek
26.11.2020
Posts: 6
Quote
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?
Aw: Baselinker Integration


Last change: 17.02.2021 14:25
 
17.02.2021 15:50
#30
Aminabytek
Joomshopping forum user no avatar
Name: Aminabytek
26.11.2020
Posts: 6
Quote
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
#31
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
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?
Aw: Baselinker Integration


Install Baselinker Integration 1.0.4

 
18.02.2021 07:59
#32
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
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
#33
Aminabytek
Joomshopping forum user no avatar
Name: Aminabytek
26.11.2020
Posts: 6
Quote
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?
Aw: Baselinker Integration

 
19.02.2021 10:09
#34
Aminabytek
Joomshopping forum user no avatar
Name: Aminabytek
26.11.2020
Posts: 6
Quote
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
#35
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
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?
Aw: Baselinker Integration


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
#36
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
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
#37
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 691
Quote
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
#38
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Baselinker Integration

Read private message.

 
StartPrev 1 2 NextEnd


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.