ajensen27 Posted March 14, 2013 Share Posted March 14, 2013 Why is this showing on my guest customers order history page if I have merchandise returns set to "No" on the backend? Anyone have a fix for this? Thanks! Link to comment Share on other sites More sharing options...
Dh42 Posted March 14, 2013 Share Posted March 14, 2013 display:none; ? Link to comment Share on other sites More sharing options...
ajensen27 Posted March 14, 2013 Author Share Posted March 14, 2013 I just commented the following 2 lines of code in order-history.tpl and that did the trick. {else} <p><img src="{$img_dir}icon/infos.gif" alt="" class="icon" /> {l s='You cannot make a merchandise return with a guest account'}</p> Also Dh42, I tried your Prestashop Tracking in Customer Account code in my 1.5.2 shop but the link isn't showing on my front end? Also, just for clarification, when they go view the details of an order, it does show a tracking link in 2 spots. Link to comment Share on other sites More sharing options...
Dh42 Posted March 14, 2013 Share Posted March 14, 2013 Are you using carriers that have tracking? It will not show if the there is no tracking code associated with the order. Can you screen shot the issue, I don't guess I know what you mean its not showing on my frontend and it is showing in 2 spots. Link to comment Share on other sites More sharing options...
ajensen27 Posted March 14, 2013 Author Share Posted March 14, 2013 See below... The tracking links show twice in the details of the order details... but the link that I added from your code doesn't show. Link to comment Share on other sites More sharing options...
Dh42 Posted March 14, 2013 Share Posted March 14, 2013 The double link on the page is not related to the code, I would just comment it out. The code was broken though, I didn't actually test it on 1.5, I was lazy that night. Replace it with this and it works, I just tested it. {if $order.shipping_number}<a href="http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?origTrackNum=@{$order.shipping_number|escape:'htmlall':'UTF-8'}" title="{l s='Track Order'}">{l s='Track Order'}</a>{/if} That is for usps tracking. 1 Link to comment Share on other sites More sharing options...
ajensen27 Posted March 14, 2013 Author Share Posted March 14, 2013 I know the other 2 links weren't part of your code, they are part of 1.5. Thanks for the help! Link to comment Share on other sites More sharing options...
Recommended Posts