View Single Post
  #13  
Old 06-16-2016, 03:50 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.7.6 released: Improved Performance, Bugfixes

Quote:
Originally Posted by herber@wirehub.nl
Ideal responsive & not shipping method from the X-Cart system, we ship with the local postal office and just fill in the tracking code by hand.

Dear Michel,

You have to
1)enable the "Order Tracking" module.

2)Optionally, add your track shipper template to the
skin/common_files/modules/Order_Tracking/customer_tracking.tpl file
For example
Code:
--- a/skin/common_files/modules/Order_Tracking/customer_tracking.tpl +++ b/skin/common_files/modules/Order_Tracking/customer_tracking.tpl @@ -34,6 +34,8 @@ vim: set ts=2 sw=2 sts=2 et: {include file="modules/Order_Tracking/dhl.tpl" tracking_ind=$tracking_ind} {elseif $postal_service eq "1-8"}{* ship_code eq "1800C" *} {include file="modules/Order_Tracking/courier1800c.tpl" tracking_ind=$tracking_ind} + {elseif $postal_service eq "Mys"}{* the shipping method is something like 'Myshipper air 1 day' *} + {include file="modules/Order_Tracking/myshipper_post.tpl" tracking_ind=$tracking_ind} {/if} </td> </tr>

myshipper_post.tpl can be generated via firefox firebug from your track numbers site


Thank you.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote