Goran87
Forum Replies Created
-
Forum: Plugins
In reply to: [GLS Shipping for WooCommerce] Pitanje vezano za GLS pluginPostovanje Pedja,
rece ekipa da ste se culi telefonski, pa cu zatvoriti ovaj ticket.
This has been fixed and will be deployed in the next update.
Forum: Plugins
In reply to: [GLS Shipping for WooCommerce] Products list on labelHey Steven,
we dont have that option at this moment, but ill add for future update.
Hey, just working on update that will automatically change status to completed after label generation.
Its good idea for tracking code, I will tell team about that to also approve it for next updates.
Hi, I am checking this with team and I will let you know. I think the issue is on API side not plugin itself, but we will see.
Forum: Plugins
In reply to: [GLS Shipping for WooCommerce] GermanyHey, at the moment, we only offer support for Eastern Europe, if anything changes, we will let you know.
Forum: Plugins
In reply to: [GLS Shipping for WooCommerce] Can I use this in Belgium?Hey, no, not at this moment.
We only support:
- Croatia
- Czech Republic
- Hungary
- Romania
- Slovenia
- Slovakia
- Serbia
Hey,
recently we added this action which you could use, example with completed status:
add_action('gls_bulk_labels_generated', 'auto_complete_after_gls_bulk', 10, 3);
function auto_complete_after_gls_bulk($order_ids, $successful_orders, $failed_orders) {
foreach ($successful_orders as $order_id) {
$order = wc_get_order($order_id);
if ($order) {
$order->update_status('completed', 'Auto completed after GLS label generation');
}
}
}Hi,
can you turn on plugin logs and see what does GLS response looks like?
Hey Barbora,
at this moment its not possible to combine in one single map, this was request from the beggining to have them separated. Usually when we receive multiple requests for same feature, we add it to backlog and work on that, currently this is one of a kind, so if we see more requests coming in, I will let you know here.
Hey there,
at this moment, our plugin does not support multi currency setup, we will see to add some kind of filter on the amount value so that it can be hooked with WPML, I dont have ETA for it at this moment,but will reply here once its done.
Pozdrav,
Sto se tice bulk print i bulk generate, bulk print radi generisanje pa printanje, tako da nema potrebe da se oba pozivaju jer bulk print prije printanja ujedno i generise tracking brojeve. Mada cemo dodati ovo kao ispravku da se ne dupliciraju ako se greskom ovako koristi.
- Ako vas GLS paket ima tu podrsku, da, SMS moze izgledati ovako:
Vaš paket #ParcelNr# od #From_Name# stiže #PickupDate#. Iznos otkupa: #COD# RSD. Ref: #ClientRef#
sto daje:
Vaš paket 20263XXXXXX od MojShop stiže 12.11.2025. Iznos otkupa: 4500 RSD. Ref: Order:1234
Mislim da je rijec o poruci dostave, ali provjerimo sa GLS ekipom. - Ovo je logiranje API poziva, samo za debuging.
- Da, posaljem upit ekipi pa postujem kada jave.
@kuler89 budem se pozabavio ovim pa da se upisuje u meta i da ako vec postoji, koristi postojeci, samo moram vidjeti kako bi isla podrska po pitanju API poziva ka GLS-u.
Forum: Plugins
In reply to: [GLS Shipping for WooCommerce] Par problema, ako može mala pomoć/pojašnjenjePozdrav Borise,
2. Probajte sa {{order_id}}, moguce da je {order_number} od nekada ranije ostalo, ali ovaj bi trebao biti ispravan.
3. Da, polje “Content” u GLS postavkama određuje šta će biti ispisano na naljepnici u sekciji za komentar/sadržaj pošiljke. Dobra vijest: Plugin podržava placeholdere koje možete koristiti! Dostupni placeholderi su:
- {{order_id}} – broj narudžbe
- {{customer_name}} – ime kupca
- {{customer_email}} – email kupca
- {{customer_phone}} – telefon kupca
- {{customer_comment}} – KOMENTAR KUPCA (ovo je ključno!)
- {{order_total}} – ukupan iznos narudžbe
- {{shipping_method}} – metoda dostave
Primjer upotrebe:
Narudžba: {{order_id}} | {{customer_comment}}
ako kupac ne ostavi nista, polje ce biti prazno.
4. Nazalost, ovo je kako trenutno GLS API funkcionira, nismo mogucnosti napraviti izmjenu.
Forum: Plugins
In reply to: [GLS Shipping for WooCommerce] Bulk print GLS labelsNe, vec je prosao QA prije nego sto sam ih ubacio pa je ekipa ostavila za naredni release.
Forum: Plugins
In reply to: [GLS Shipping for WooCommerce] Bulk print GLS labelsPozdrav,
nova verzija plugina donosi mogucnost trackinga kroz samo jedan button, to je vec releasano.
Sto se tice filtera, zbog velike kolicine izmjena, nismo ga mogli pustiti u ovoj verziji, zakazano je za slijedecu.
Sto se tice drugog pitanja, ako sam dobro shvatio, klikom na Bulk generate label bi trebalo da ispise naljepnice i prebaci status narudzbe ukoliko se bude koristio filter.