Page 1 of 1

Zásilkovna - výběr poboček (branche selection)

PostPosted: Thu Feb 28, 2019 9:25 pm
by info@.....cz
Dobrý den,
Chtěl bych se zeptat, zda plánujete v dohledné době integraci nového výběru poboček Zásilkovny? http://www.zasilkovna.cz/pristup-k-pobockam
Původní způsob výběru položek mají v plánu zrušit.
Děkuji za info.

Hello,
I would like to ask you if you plan to implement new api for Zasilkovna branche selection: http://www.zasilkovna.cz/pristup-k-pobockam
It seems old branche.xml will be not supprted anymore.
Thank you.

Re: Zásilkovna - výběr poboček (branche selection)

PostPosted: Mon Mar 04, 2019 12:55 pm
by admin
hello, right now we only support the official implementation of zasilkovna provided in their github repository:

https://github.com/Zasilkovna/virtuemart3

it is not possible to load remote javascript from within ajax context and thus the new implementation maybe quite complicated to do and would require from 10 to 20 hours of work.

furthermore loading javascripts from remote sites is a subject of privacy and security concerns since they can track your customers and orders even before your order is submitted.

we have a similar solution (coolrunner) which:
- displayes lists of branches from locally provided json file
- it shows google map with default GPS location of the customer viewing checkout
- it loads address from the GPS to address google data

and if zasilkovna can provide XML or JSON of their branches we could connect our existing plugin to this interface toghether with other branch-type shipping methods such as the ulozenka, postDK and else.

best regards, stan

Re: Zásilkovna - výběr poboček (branche selection)

PostPosted: Tue Mar 12, 2019 11:52 pm
by info@.....cz
Thank you for your reply. Based on info from Zásilkovna email, they plan to stop support of current XML feed with branches:
"Doporučujeme tak učinit co nejdříve, podpora stávajícího xml feedu pro zobrazení výdejních míst bude ukončena 31. 8. 2019. Do té doby je čas na vyzkoušení a implementaci vyhledávače do vašeho internetového obchodu."
So I am afraid that after 21.8.2019 the current official module will not work anymore...

Re: Zásilkovna - výběr poboček (branche selection)

PostPosted: Mon Aug 26, 2019 12:53 pm
by info@.....cz
Hello,
still no update regarding this change? :?

Re: Zásilkovna - výběr poboček (branche selection)

PostPosted: Tue Aug 27, 2019 11:00 pm
by admin
we are going to check zasilkovna compatiblity and it's issues next week, per our latest information the XML feed will still work, but the new plugin released by zasilkovna will not use it (thus using the old plugin that uses XML will work ok)

right now due to the way the new zasilkovna official plugin is written, it's not compatible with ajax-rendered shipping is which required by all opc systems (our opc or any 3rd party opc)

we'll be checking and addressing some of these, next week.

best regards, stan

Re: Zásilkovna - výběr poboček (branche selection)

PostPosted: Tue Sep 03, 2019 9:29 am
by info@.....cz
Thank you for good news..
Please update this thread with new info.
Thanks

Re: Zásilkovna - výběr poboček (branche selection)

PostPosted: Tue Mar 31, 2020 7:47 am
by info@.....cz
Hello, still no change?

Re: Zásilkovna - výběr poboček (branche selection)

PostPosted: Sat Apr 25, 2020 3:51 pm
by admin
hello, the latest OPC includes a super-optimized zasilkovna system as "opczasilkovna" plugin which is described here:

https://www.joomlaportal.cz/tipy/706-no ... virtuemart

what it does:
- it supports all countries provided by zasilkovna latest API
- it is super optimized against slow client PCs or slow mobiles

what it does not do:
- no management of labels or shipment subscription - you can use "official zasilkovna plugin for this purpose" or "balikobot" plugin

best regards, stan