Guest iiluxury Posted August 30, 2006 Share Posted August 30, 2006 Order history only shows product names. how to make product names clickable and link to product page? thank you for help. Quote Link to comment Share on other sites More sharing options...
convict Posted August 30, 2006 Share Posted August 30, 2006 includes/content/viewOrder.inc.php SEARCH FOR $view_order->assign("TD_CLASS",""); ADD AFTER IT $view_order->assign("VAL_PRODUCT_ID",$products[$i]['productId']); save, close, upload skins/{your skin}/styleTemplates/content/viewOrder.tpl SEARCH FOR {VAL_PRODUCT} REPLACE WITH <a href="index.php?act=viewProd&productId={VAL_PRODUCT_ID}" class="txtDefault" target="_new">{VAL_PRODUCT}</a> save, close, upload Quote Link to comment Share on other sites More sharing options...
Guest peppy Posted August 30, 2006 Share Posted August 30, 2006 doesn't this make also links if the costumer print their order? and on the admin section ? Quote Link to comment Share on other sites More sharing options...
Guest iiluxury Posted August 30, 2006 Share Posted August 30, 2006 convict's code worked.very good. thanks alot. peppy:this is not for admin section. I also wanted this to happen in admin sention. 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.