Guest Posted December 4, 2008 Share Posted December 4, 2008 Hello Toyicebear, Thank for your great basic desgin pack, i use it with great pleasure. Could you please let me know how to put back the shopping cart image in the header.php, i also want to put 2 more pictures next to the shopping cart image as well. I tried to put this back in the header: <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> But then it doesnt show in the shop. Could you or anyone else please help me with this. Thank you in advance. Regards, Rob Veraar 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.