I need to edit the bread crumb home to point the main wesite I have read and looked I know most people dont want users to leave the cart But the boss is really pushing for it![]()
I need to edit the bread crumb home to point the main wesite I have read and looked I know most people dont want users to leave the cart But the boss is really pushing for it![]()
includes>templates>your template>common>tpl_header
find this:
<?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?>
and change to this
<a href="http://www.mysite.com"><?php echo HEADER_TITLE_CATALOG; ?></a>
be warned that if you have a ssl it will break your secure link and your shoppers will get warnings that there is an unsecure page.
Thank you that did the trick