Jump to content

Hyperlink to order doesn't populate


keat

Recommended Posts

When a customer follows the link in an order confirmation, back to his order on our web site, the order number field is populated with his order number. (mican skin)

But when using the mobile skin however, it takes you to the web page, but the order number box isn't populated.

Must be a skin issue, but any thoughts what ?

Edited by keat
Link to comment
Share on other sites

Please edit the Mobile skin template content.orders.php:

Near line 34, find:

<div><label for="lookup_order_id">{$LANG.basket.order_number}</label><span><input type="text" id="lookup_order_id" name="cart_order_id" value="" /></span></div>

Change to:

<div><label for="lookup_order_id">{$LANG.basket.order_number}</label><span><input type="text" id="lookup_order_id" name="cart_order_id" value="{$ORDER_NUMBER}" /></span></div>

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...