Jump to content

Edit Guess Tracking Page


Recommended Posts

Hi guys,

 

I wonder how can I remove the item weight in the Guess Tracking page. Since I adjusted the weight in order to calculate the delivery correctly. Haven't found a suitable shipping module.

 

Please see the attachment. Thanks.

post-839725-0-43664100-1476162839_thumb.jpg

Link to comment
Share on other sites

The file you want is order-detail.tpl, which is called from both "Guest Tracking" and "My Orders". You need to use some code to figure out whether the order is a guest order. I think the following should work:

{if $order->getCustomer()->isGuest()}
  • Like 1
Link to comment
Share on other sites

 

The file you want is order-detail.tpl, which is called from both "Guest Tracking" and "My Orders". You need to use some code to figure out whether the order is a guest order. I think the following should work:

{if $order->getCustomer()->isGuest()}

 

Thank you very much. order-detail.tpl that's what I need to edit that page.

Edited by Ben90 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...