aftership 52 Posted May 26, 2015 This is one of the best and an essential module for prestashop. Thank you aftership! But one thing I would like to be able to do is to allow customers to track their package on the same website itself without having to redirect. It would be much much more user-friendly. Hi thanks for the support. You can add a track button on your store. Please follow the instructions below: https://aftership.uservoice.com/knowledgebase/articles/268687-how-can-i-add-track-button-to-prestashop-store Quote Share this post Link to post Share on other sites
aftership 52 Posted May 26, 2015 i want tracking for bluedart in india ! any idea? Hi AfterShip currently supports 259 couriers. Bluedart is in our list. For the full list of supported courier, please refer to: https://www.aftership.com/courier Quote Share this post Link to post Share on other sites
aftership 52 Posted May 26, 2015 Hi, Beautiful app, what I was looking for. It would be great if I could link my account to your iPhone app. So I could track the delivery over the phone. Thank again. Hi thanks for your message. Currently we dont have login at mobile - i.e. web and mobile do not sync. We plan to build this but need more developers and time. Please vote to follow the integration: https://aftership.uservoice.com/forums/173766-feedback/suggestions/5904533 Quote Share this post Link to post Share on other sites
aftership 52 Posted May 26, 2015 the website and relative app are very usefull for improve the quality of the online business, because the customer have more information... MERKURY.IT use this service thank a lot AFTERSHIP..... www.merkury.it this is a very good tool Hi Thanks all for your support. Please reach us at support@aftership.com if you have any questions. Quote Share this post Link to post Share on other sites
aftership 52 Posted June 1, 2015 Hi AfterShip currently supports 264 couriers. For the full list of supported courier, please refer to: https://www.aftership.com/courier You can reach us at support@aftership.com if you have any questions : ) Quote Share this post Link to post Share on other sites
GeorgeVE 2 Posted June 2, 2015 Hi, after seeing your module,it's very nice. Is there a way to put also http://www.speedex.gr Thank you. Keep up the good work Quote Share this post Link to post Share on other sites
spepin 1 Posted June 3, 2015 Works great! Fantastic customer support and quick response! I just wish the iOS app would show the imported tracks from the website API. Keep up the good work guys! Creative Access Solutions Quote Share this post Link to post Share on other sites
admin@nm-pro.in 0 Posted June 7, 2015 Awesome Module ! Jus Love It ! Quote Share this post Link to post Share on other sites
aftership 52 Posted June 8, 2015 Awesome Module ! Jus Love It ! Hi Thanks for your support. Please reach us at support@aftership.com if you have any questions. 1 Quote Share this post Link to post Share on other sites
aftership 52 Posted June 8, 2015 Works great! Fantastic customer support and quick response! I just wish the iOS app would show the imported tracks from the website API. Keep up the good work guys! Creative Access Solutions Hi Thanks for your support. Currently we don't have login at mobile - i.e. web and mobile do not sync. We plan to build this but need more developers and time. Thank you for your patience and understanding. Quote Share this post Link to post Share on other sites
aftership 52 Posted June 8, 2015 Hi, after seeing your module,it's very nice. Is there a way to put also http://www.speedex.gr Thank you. Keep up the good work Hi Thanks for your support. Currently we add carrier based on user vote. Please submit a new idea here: https://aftership.uservoice.com/forums/173766-feedback Quote Share this post Link to post Share on other sites
indra hadi 0 Posted June 8, 2015 cool, easy installed...i've used this module Quote Share this post Link to post Share on other sites
bsm 3 Posted June 10, 2015 anyone get error after upgrade from presta 1.5 to 1.6? Could not connect to the Prestashop, Error: Status 200, but there is no response.: . Please check the entered Host and API Key. If this does not work still, contact support@aftership.com and we love to help. Quote Share this post Link to post Share on other sites
TuniSportNutrition 0 Posted June 10, 2015 nice , easy and working fine Quote Share this post Link to post Share on other sites
aftership 52 Posted June 15, 2015 anyone get error after upgrade from presta 1.5 to 1.6? Could not connect to the Prestashop, Error: Status 200, but there is no response.: . Please check the entered Host and API Key. If this does not work still, contact support@aftership.com and we love to help. Hi Our development team suggests that MySQLi drivers are required by our Prestashop store connector. Please install it before you establish a connection between your Prestashop store and AfterShip. This article may be helpful for you: http://php.net/manual/en/mysqli.installation.php Hope this helps. Best, AfterShip team Quote Share this post Link to post Share on other sites
aftership 52 Posted June 15, 2015 cool, easy installed...i've used this module nice , easy and working fine Hi Thanks all for your support. If you have any questions, feel free to reach us at support@aftership.com Quote Share this post Link to post Share on other sites
bsm 3 Posted June 15, 2015 Hi Our development team suggests that MySQLi drivers are required by our Prestashop store connector. Please install it before you establish a connection between your Prestashop store and AfterShip. This article may be helpful for you: http://php.net/manual/en/mysqli.installation.php Hope this helps. Best, AfterShip team MySQLi driver is already installed but still the same error Quote Share this post Link to post Share on other sites
sibrodo 7 Posted June 19, 2015 This is by far the best module for order tracking. Almost every process can be automated. All you need to do is to make sure that you update your Order Status (from backoffice) i.e. input the order tracking number, and set the order status to shipped. It can only get better if the order tracking for each customer can be accessed from "My Account" > "Order History" (once the customer login). Bottom line is, this module is a must, if you want to keep shipment information transparent with you customer. Quote Share this post Link to post Share on other sites
Drelou9 0 Posted June 19, 2015 (edited) Just a nice topic. coque sony xperia z4 tablet etui silicone xperia m4 Aqua Edited June 26, 2015 by Drelou9 (see edit history) Quote Share this post Link to post Share on other sites
sibrodo 7 Posted June 19, 2015 FOR THOSE WHO ARE HAVING PROBLEM WITH PRESTASHOP 1.5.4.x API KEY If you are running Prestashop 1.5.4 or having problem accessing http://yourstore.com/api/ you may want to try this temporary solution Problem: Accessing http://yourstore.com/api/ will ask you to enter a username + password. In some cases it will keep asking you to enter username + password even though you have done it many times. If you are having this kind of problem, most likely you will not be able to integrate any kind of 3rd party services (such as AfterShip) with your Prestashop. Solution: 1. Using your FTP browser download dispatcher.php from webservice folder, the folder is located on the root directory of your shop. 2. Open dispatcher.php 3. Go to line #53, there is an if then else block there... 4. You need to make the following changes if (isset($_SERVER['PHP_AUTH_USER'])) $key = $_SERVER['PHP_AUTH_USER']; elseif (isset($_GET['ws_key'])) $key = $_GET['ws_key']; else { // header($_SERVER['SERVER_PROTOCOL'].' 401 Unauthorized'); // header('WWW-Authenticate: Basic realm="Welcome to PrestaShop Webservice, please enter the authentication key as the login. No password required."'); // die; $key='ENTER_YOUR_API_KEY_HERE_FROM_AFTERSHIP'; // TEMPORARY SOLUTION } In the code above, i comment out some of the line in the else clause and create a variable that holds aftership API key. Disclaimer This solution will not work if you have multiple services. In this scenario, you will need to use $array variable to holds all information and make further adjustment. I hope this can help anyone who are having trouble with this. Quote Share this post Link to post Share on other sites
Miss_Strangelove 0 Posted June 19, 2015 Great module, just installed it and it is already saving us a lot of time and money! Quote Share this post Link to post Share on other sites
aftership 52 Posted June 22, 2015 MySQLi driver is already installed but still the same error Hi Can you send your question to support@aftership.com? Best, AfterShip team Quote Share this post Link to post Share on other sites
aftership 52 Posted June 22, 2015 Great module, just installed it and it is already saving us a lot of time and money! Thank you for your support. This is by far the best module for order tracking. Almost every process can be automated. All you need to do is to make sure that you update your Order Status (from backoffice) i.e. input the order tracking number, and set the order status to shipped. It can only get better if the order tracking for each customer can be accessed from "My Account" > "Order History" (once the customer login). Bottom line is, this module is a must, if you want to keep shipment information transparent with you customer. Thank you for your support. Quote Share this post Link to post Share on other sites
meccabooks 3 Posted June 24, 2015 AfterShip is great, not only it provide customized way for customers to track the packages, I can set triggers so I get emails if something is wrong with the shipment so I can act before shipment is returned to me. Quote Share this post Link to post Share on other sites
aftership 52 Posted June 29, 2015 AfterShip is great, not only it provide customized way for customers to track the packages, I can set triggers so I get emails if something is wrong with the shipment so I can act before shipment is returned to me. Thanks for the support! Quote Share this post Link to post Share on other sites
lilvickyus 0 Posted June 29, 2015 Great module ! But what I would have loved would be an option where customer do not need to login for tracking order, an option where customer can just input the order number and if shipped then it gives the tracking status else it declare awaiting shipment. A simple column like newsletter signup ,, that would say track your order here ,,, Is this in plan??? Quote Share this post Link to post Share on other sites
SIVAKUMARBALU 0 Posted July 1, 2015 Excellent product and trcacks all the carriers which I am interested. Integration was smooth and excellent support. Quote Share this post Link to post Share on other sites
tom52 6 Posted July 3, 2015 Hello, Great mod, this module is a must have. Thank you for the great mod Tom Quote Share this post Link to post Share on other sites
aftership 52 Posted July 6, 2015 Great module ! But what I would have loved would be an option where customer do not need to login for tracking order, an option where customer can just input the order number and if shipped then it gives the tracking status else it declare awaiting shipment. A simple column like newsletter signup ,, that would say track your order here ,,, Is this in plan??? Hi, you might want to embed our track button on your site. More details can be found here: https://aftership.uservoice.com/knowledgebase/articles/268687 Quote Share this post Link to post Share on other sites
aftership 52 Posted July 14, 2015 Hello, Great mod, this module is a must have. Thank you for the great mod Tom Awesome! thanks for the feedback. Quote Share this post Link to post Share on other sites
TuniSportNutrition 0 Posted July 14, 2015 Hello , the addon is amazing and very helpful ... but i have 1 question .why don't we have an option to login in our smartphones app so the orders will be updated automatically in our app like in the website . cuz now in the app , we need to add the tracking number manually and it's not really convenient.thank you Quote Share this post Link to post Share on other sites
pucilpet 3 Posted July 14, 2015 Hi, Great module, easy to use. However it would be great if we could easily setup a custom notification for "waiting for pickup".I would like to automatically send a notification after a week has passed since the order state is changed to "out for delivery / ready for pickup" and the order has not been picked up yet. Is this possible?Or if this is not possible it would be great if we could send notifications from the "Track dashboard" (for example I first choose a day and then "Out for delivery" and then send a notification to all that match these conditions).Thank you! Best regards, Petteri Quote Share this post Link to post Share on other sites
aftership 52 Posted July 20, 2015 Hello , the addon is amazing and very helpful ... but i have 1 question . why don't we have an option to login in our smartphones app so the orders will be updated automatically in our app like in the website . cuz now in the app , we need to add the tracking number manually and it's not really convenient. thank you Thanks for the feedback, we hope to implement this requested feature in our mobile apps in the future. Quote Share this post Link to post Share on other sites
tom52 6 Posted July 20, 2015 Hello, I just added it to my second store. I can see that this will save me a lot of time. Thank you again for this great module. 1 Quote Share this post Link to post Share on other sites
codemayday 3 Posted July 20, 2015 This works really great, thank you to the Aftership team! Quote Share this post Link to post Share on other sites
jonasz59 0 Posted July 28, 2015 Very good service! Saves a lot of work! Quote Share this post Link to post Share on other sites
Sureshkrish.ksk 0 Posted July 28, 2015 Great module and very usefull. Thanks to Aftership. Quote Share this post Link to post Share on other sites
Plika1988 2 Posted July 30, 2015 I love this module. Just what i was looking for and easy to install. All the info you need is on their website. Quote Share this post Link to post Share on other sites
aftership 52 Posted July 30, 2015 Hello, I just added it to my second store. I can see that this will save me a lot of time. Thank you again for this great module. Thanks for the support, always appreciated! Quote Share this post Link to post Share on other sites
fabiorenna 0 Posted July 30, 2015 Hello, I used Aftership module and tracking code for my online store. It works fine with 1.6.0.14. Great and very quick support! Quote Share this post Link to post Share on other sites
subhendu87 0 Posted July 30, 2015 very good app. Best ecommerce app in this world. It helps us very much. Quote Share this post Link to post Share on other sites
aftership 52 Posted August 3, 2015 Hello, I used Aftership module and tracking code for my online store. It works fine with 1.6.0.14. Great and very quick support! Thanks for the feedback! Quote Share this post Link to post Share on other sites
M.Gigliotti 1 Posted August 4, 2015 Hi All, i've just created my free account! 1 min to connect my prestashop 1.6.0.14 and now all working fine! Very good job! Quote Share this post Link to post Share on other sites
subhendu87 0 Posted August 8, 2015 very good. module.............. Quote Share this post Link to post Share on other sites
aftership 52 Posted August 20, 2015 Hi All, i've just created my free account! 1 min to connect my prestashop 1.6.0.14 and now all working fine! Very good job! Awesome! Thanks. Quote Share this post Link to post Share on other sites
leaoxxi 0 Posted August 22, 2015 Great module!! thanks! Quote Share this post Link to post Share on other sites
sandysasmita 8 Posted August 23, 2015 (edited) hi Andrew, it's me, sandy sasmita. i like your module very much, sorry about last email, i test with new track number and it works. anyway, you could add more information about sender information and recipient name to the result. for my case with JNE courier, the result only show less tracking detail, no shipper information, no recipient information, so some people might confuse or not sure if this true information about their package or not. you can see my attachment. and it would be great if your mobile app can connect to aftership account. so we can monitor all the shipment from our gadget. regards, sandy sasmita Edited August 23, 2015 by sandysasmita (see edit history) Quote Share this post Link to post Share on other sites
Welth 0 Posted August 26, 2015 (edited) Hi,I have a problem during connection with my prestashop. Error: Could not connect to the Prestashop, Error: Status 200, but parsing error: SyntaxError: Unexpected token <. Params: {"action":"auth"}: . Please check the entered Host and API Key. If this does not work still, contact support@aftership.com and we love to help. WebService key is set as video instructionsHow can i solve this problem? I checked if Mysqli driver are installed and everything is okThanks edit Shop url: welthnutrition.com/shop Edit 2: SOLVED in the modules I modified the original htacess because the original did not allow calls outside. the content (original) was<FilesMatch "\ $ .tpl">Deny from all</ FilesMatch> AMAZING MODULE!!! Edited August 27, 2015 by Welth (see edit history) Quote Share this post Link to post Share on other sites
jonwreck 1 Posted August 27, 2015 HI Can you put here your changed .htacsess file ? I also change it and still can't connect Thank you Quote Share this post Link to post Share on other sites
aftership 52 Posted August 27, 2015 Edit 2: SOLVED in the modules I modified the original htacess because the original did not allow calls outside. the content (original) was <FilesMatch "\ $ .tpl"> Deny from all </ FilesMatch> AMAZING MODULE!!! Glad to know this has been solved. Quote Share this post Link to post Share on other sites
Welth 0 Posted August 27, 2015 HI Can you put here your changed .htacsess file ? I also change it and still can't connect Thank you Simply <Files .htaccess> order allow,deny deny from all </Files> Quote Share this post Link to post Share on other sites
cooliyev 0 Posted August 28, 2015 very good no it is a SUPER app. Best ecommerce app in this world. It helps us and respect to you very much Thank you very much. Quote Share this post Link to post Share on other sites
amittekale 0 Posted September 1, 2015 Had installed this module some 8-9 months ago. However, switched to premium service just a couple of days ago. Guys, combine this with Aftrership Delivery Check module by Samir Bessadi (France) and get super-relaxed. Your customers will be getting minute to minute updates about their packages and you will also be in the loop. Thank you Aftership!!! Amit Tekale www.menakabooks.com Quote Share this post Link to post Share on other sites
LeGastronome 6 Posted September 1, 2015 Hi, Orders aren't imported.. ? Are you sure you don't have to select webservice credentials ? Quote Share this post Link to post Share on other sites
nico9julio 1 Posted September 1, 2015 Great module! Good prices! Quote Share this post Link to post Share on other sites
Brunobocas 5 Posted September 3, 2015 (edited) Very Good, 5 stars ... Many Thanks Regards Bruno Azevedo - Televigi Edited September 16, 2015 by Brunobocas (see edit history) Quote Share this post Link to post Share on other sites
jonwreck 1 Posted September 4, 2015 HI Is there any possibility to forbid for the module to download the contents of customers order / name or any details i want to ? I know i may delete it on my aftersip account but it takes a lot of time Maybe some changes in php/js files ? Thank you Quote Share this post Link to post Share on other sites
matejmili 0 Posted September 5, 2015 app is simple and very good Quote Share this post Link to post Share on other sites
aftership 52 Posted September 7, 2015 HI Is there any possibility to forbid for the module to download the contents of customers order / name or any details i want to ? I know i may delete it on my aftersip account but it takes a lot of time Maybe some changes in php/js files ? Thank you You may consider using CSV upload instead, more info here: https://aftership.uservoice.com/knowledgebase/articles/169664 Quote Share this post Link to post Share on other sites
jonwreck 1 Posted September 7, 2015 Hi I will try it Thank you Quote Share this post Link to post Share on other sites
ardeman 0 Posted September 12, 2015 This is so great! I live in Indonesia and aftership support our carriers like JNE and our domestic POS, thank you aftership. Quote Share this post Link to post Share on other sites
topfashions 0 Posted September 14, 2015 Just subscribed .Heard a lot of good things about Aftership. I will be using it on my site http://topfashions.in. Thanks for this great module. Quote Share this post Link to post Share on other sites
fabiorenna 0 Posted September 22, 2015 Works perfectly on 1.6.1.1, great and very quick support!a Quote Share this post Link to post Share on other sites
Schneider-Software 0 Posted September 26, 2015 (edited) Works great for my PrestaShop. I'm using it on http://shop.schneider-software.saarland Edited September 26, 2015 by Schneider-Software (see edit history) Quote Share this post Link to post Share on other sites
hailemorejon 1 Posted September 30, 2015 el mejor para efectuar el seguimiento con estilo , lo re comiendo altamente a todos, y lo mejor. gratis. gracias al creador. Quote Share this post Link to post Share on other sites
Marcellano 0 Posted October 1, 2015 (edited) Hi everbody, we're using the free version of this service since some time now and it does a pretty good job. - It automatically import the Tracking ID you enter for each order based on the Carrier to Aftership - you can see statistics on average runtime, which helps you to improve your shipping conditions in regards to shipping time - You can see, if a parcel is stucked and inform the customer, which is a huge lifesafer for us as returning package costs money - We sometimes use the CSV or google docs import feature to import a bunch of IDs automatically, really helpful :-) With the premium version, you even save a lot more time, as you can automatically trigger e-mails or notifications to you as a storeowner, which reduces the % of unsent messages. What it not does, and that is because most systems (Prestashop, Woocommerce) do not offer to change the order via the API, is pushing back the order status back to your system to see it inside. But there is an option to trigger a webservice, which could be a nice way to implement such a thing.For us it reduces a lot of manual work and helps us scale the business. Edited October 1, 2015 by Marcellano (see edit history) Quote Share this post Link to post Share on other sites
Clicbox.co 0 Posted October 9, 2015 Great extension i like a extension for opencart 2.03 Quote Share this post Link to post Share on other sites
cartpik 0 Posted October 11, 2015 This looks great. I really like it. It supports all major delivery service company in india. Quote Share this post Link to post Share on other sites
Terry Hunt 1 Posted October 14, 2015 This is awesome! Works on 1.6.1.1! Quote Share this post Link to post Share on other sites
aftership 52 Posted October 16, 2015 This is awesome! Works on 1.6.1.1! Awesome thanks for the support! Quote Share this post Link to post Share on other sites
sawyer_sp 2 Posted October 16, 2015 This module is fantastic, now my clients can know exactly where your order is. Recommend! Quote Share this post Link to post Share on other sites
bside2234 46 Posted October 18, 2015 Using it with 1.6.1.1 now for a few weeks. Great module and service. Very nice integration and since it has all the shipments in one place it's a whole lot easier than checking each orders tracking in the Prestashop BO. I've been using the free version but would probably to go premium and try out the notifications/triggers. It doesn't seem to pull the tracking from older orders but it is adding the tracking for new orders. I also just activated the Ebay app for it and it's tracking items I ship on there as well. Thank you very much for this. It's a great time saver so far. Quote Share this post Link to post Share on other sites
tom52 6 Posted October 21, 2015 (edited) Hello, Can someone tell where in the header I suppose add the code for the tracking button? I know it said Edit the theme file header.tpl and insert the following after the <body>, but I'm not sure where to add it. Any help please? Thank you Edited October 21, 2015 by tom52 (see edit history) Quote Share this post Link to post Share on other sites
justjoking2 0 Posted October 23, 2015 Using Prestashop 1.6.1.1 and carrier UK DPD. Totally amazed when the accounts were linked and the Aftership dashboard appeared. Simple, clear, straightforward to read and a real time saver. Now just open the dashboard and within a couple of seconds any issues will appear. Large clear and colourful text, easy to read and easy on the eye. It pulls all the order details, brilliant. Not sure how to log into customer accounts to verify the tracking button is appearing and working. Works with multiple couriers. check the features here https://www.aftership.com/free-vs-premium Quote Share this post Link to post Share on other sites
aftership 52 Posted October 26, 2015 Thanks a lot for the support !! You can create some test users to check the Track button functionality. Best, AfterShip Team Quote Share this post Link to post Share on other sites
360integree 0 Posted October 27, 2015 Guys this is my review: I have not seen an awesome module that sync with my store like this, it is a powerful tool for tracking your shipment automatically Quote Share this post Link to post Share on other sites
Srid Bulli 0 Posted October 31, 2015 very good support and good module everyone must have this.. I love It... Quote Share this post Link to post Share on other sites
aftership 52 Posted November 2, 2015 Guys this is my review: I have not seen an awesome module that sync with my store like this, it is a powerful tool for tracking your shipment automatically Thank you so much for your awesome support!!! Quote Share this post Link to post Share on other sites
jorgemb2 0 Posted November 6, 2015 This is an awsome tool, my customers are happy, I'm happy. Highly recomended! Quote Share this post Link to post Share on other sites
aftership 52 Posted November 9, 2015 This is an awsome tool, my customers are happy, I'm happy. Highly recomended! Thank you so much for your awesome support!! Quote Share this post Link to post Share on other sites
tom52 6 Posted November 10, 2015 Can someone tell where in the header I suppose add the code for the tracking button? I know it said Edit the theme file header.tpl and insert the following after the <body>, but I don't see, where <body> start and end. Any help please? Thanks Quote Share this post Link to post Share on other sites
thijsvk 4 Posted November 11, 2015 Tom just place it all the way at the bottom of header.tpl. I placed it in the correct position, but ended up with a white bar at the top of my page, which I obviously didn't want. I moved it to the end in header.tpl (which is after <body>) and it seems to work fine. The <body> tag as such is not present, there's a lot more code included in the tag: <body{if isset($page_name)} id="{$page_name|escape:'html':'UTF-8'}"{/if} class="{if isset($page_name)} {$page_name|escape:'html':'UTF-8'}{/if}{if isset($body_classes) && $body_classes|@count} {implode value=$body_classes separator=' '} {/if}{if $hide_left_column} hide-left-column{/if}{if $hide_right_column} hide-right-column{/if}{if isset($content_only) && $content_only} content_only{/if} lang_{$lang_iso} {if !$content_only}{if $columns == 2} two-columns{elseif $columns == 3} three-columns{else} one-column {/if}{/if}"> {if !isset($content_only) || !$content_only} <!--[if IE 8]> as you can see, it starts with <body but ends quite a bit later with > (just before the second to last line in the snippet above). Good luck. Quote Share this post Link to post Share on other sites
RespSl15 0 Posted November 13, 2015 Pleased with what I have seen thus far. Looking to delve further into the tracking potential of this module. Quote Share this post Link to post Share on other sites
tom52 6 Posted November 13, 2015 (edited) Tom just place it all the way at the bottom of header.tpl. I placed it in the correct position, but ended up with a white bar at the top of my page, which I obviously didn't want. I moved it to the end in header.tpl (which is after <body>) and it seems to work fine. The <body> tag as such is not present, there's a lot more code included in the tag: <body{if isset($page_name)} id="{$page_name|escape:'html':'UTF-8'}"{/if} class="{if isset($page_name)} {$page_name|escape:'html':'UTF-8'}{/if}{if isset($body_classes) && $body_classes|@count} {implode value=$body_classes separator=' '} {/if}{if $hide_left_column} hide-left-column{/if}{if $hide_right_column} hide-right-column{/if}{if isset($content_only) && $content_only} content_only{/if} lang_{$lang_iso} {if !$content_only}{if $columns == 2} two-columns{elseif $columns == 3} three-columns{else} one-column {/if}{/if}"> {if !isset($content_only) || !$content_only} <!--[if IE 8]> as you can see, it starts with <body but ends quite a bit later with > (just before the second to last line in the snippet above). Good luck. Thank you, but its still not working for me. Maybe am still doing something wrong. Edited November 13, 2015 by tom52 (see edit history) Quote Share this post Link to post Share on other sites
aftership 52 Posted November 16, 2015 Can someone tell where in the header I suppose add the code for the tracking button? I know it said Edit the theme file header.tpl and insert the following after the <body>, but I don't see, where <body> start and end. Any help please? Thanks Please send us all your queries at support@aftership.com Quote Share this post Link to post Share on other sites
sjaakie3 6 Posted November 17, 2015 Works great in 1.6.1 Customers will like it very much I am sure. Have been using Prestashop for years but have never seen this great working module. Maybe advertise a little more? Very good module and very easy to install, very happy with it. Quote Share this post Link to post Share on other sites
ayan92 0 Posted November 20, 2015 aftership made a whole frustrating process so easy to handle...!! a big thanks to aftership from nexus ecomm team!! Quote Share this post Link to post Share on other sites
varitux 5 Posted November 25, 2015 Good Morning. To me it does not work, I've configured your webservice and installed the app on the website of aftership, the connection right sign, but does not receive the data, use the version 1.6.1.2. Could someone guide me why? Greetings and thanks in advance. 1 Quote Share this post Link to post Share on other sites
spepin 1 Posted November 25, 2015 What an awesome module! My customers and I love the automated notifications! Andrew's support is top notch! A definite win all the way around!