keat Posted September 22, 2022 Share Posted September 22, 2022 (edited) 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 September 22, 2022 by keat Quote Link to comment Share on other sites More sharing options...
bsmither Posted September 22, 2022 Share Posted September 22, 2022 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> Quote Link to comment Share on other sites More sharing options...
keat Posted September 23, 2022 Author Share Posted September 23, 2022 Excellent as always. Thanks Brian, problem solved. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.