mockuss Posted October 28, 2015 Posted October 28, 2015 Sveiki kolegos, atnaujino Leituvos pašto saitas ir pasikeite pašto sekimo url adresas, dabar neveikia per presta, ankšciau url adresas buvo toks http://www.post.lt/en/help/parcel-search/[email protected] dabar yra toks url http://www.post.lt/en/help/parcel-search, ir neisivaizduoju kaip tą url irašyt kad rodytų, nes dabar naujam url adrese neliko išvis sekimo numerio, jo nerodo. Kaip Jus išsprendėte šią problemą??? Share this post Link to post Share on other sites More sharing options...
metacreo Posted January 21, 2016 Posted January 21, 2016 (edited) https://www.lpexpress.lt/en/[email protected] ir bus gerai Edited January 21, 2016 by metacreo (see edit history) Share this post Link to post Share on other sites More sharing options...
mockuss Posted February 7, 2016 Posted February 7, 2016 Aciu Share this post Link to post Share on other sites More sharing options...
metacreo Posted May 31, 2018 Posted May 31, 2018 (edited) Jeigu kam idomu dar... Lietuvos paštas, siuntų sekimas. post.lt shipment tracking I sajto "root" failiuka: post.lt-track.php (tik pakoreguokit jūsų LANG) <!doctype html> <html> <head> <meta charset="utf-8"> <title>www.post.lt - Tracking</title> </head> <body onLoad="Forma1.submit()"> <?php // @metacreo // tracking url: https://your_prestashop_domain/[email protected] // $num = $_GET['num']; $lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); switch ($lang){ case "en": $action = 'https://post.lt/en/help/parcel-search'; break; case "lt": $action = 'https://post.lt/lt/pagalba/siuntu-paieska'; break; case "ru": $action = 'https://post.lt/en/help/parcel-search'; break; } echo $lang; ?> <form name="Forma1" action="<?php echo $action ?>" method="post"> <input name="parcel_numbers" value="<?php echo $num ?>" type="hidden"> <input name="form_id" value="shipment_tracking_search_form" type="hidden"> </form> </body> </html> BO: Shipping > Carriers > post.lt tracking url: https://your_prestashop_domain/[email protected] failiuką pridėdu, nepamirškit pakoreguoti lang post.lt-track.php Edited July 5, 2018 by metacreo add attach (see edit history) Share this post Link to post Share on other sites More sharing options...
01K Posted July 2, 2018 Posted July 2, 2018 Sveiki, ar yra sukurtas modulis versijai 1.7.x siuntų siekimui? 1 Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now