Hi,
Can someone tell me how / provide the code to enable images I have added to 'mainpage.php' to be used as buttons to take me to each of the categories.
i.e. I want buttons on the page to duplicate my 'Categories' links.
Thanks
This is a discussion on Help needed to add category 'buttons' to 'mainpage.php' within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi, Can someone tell me how / provide the code to enable images I have added to 'mainpage.php' to be ...
Hi,
Can someone tell me how / provide the code to enable images I have added to 'mainpage.php' to be used as buttons to take me to each of the categories.
i.e. I want buttons on the page to duplicate my 'Categories' links.
Thanks
Try this:
You will obviously need to change your cpath= to the correct one. Just hold your mouse pointer over the link you want to see what to use.Code:<a href="<?php echo tep_href_link(FILENAME_DEFAULT, 'cPath=1_13_91'); ?>" title="Link Title">Link</a>
Hope this helps,
Regards,
pgmarshall
_______________________________
Thanks - I could not see that code in between everything else. I'll give it a wirl :^)
Bookmarks