Hi All:
I know this is possible... Is there a admin setting to change the link from mydomain.com/shop to mydomain.com
Do i need to do this in the TPL_header file??? Any suggestions :)![]()
Hi All:
I know this is possible... Is there a admin setting to change the link from mydomain.com/shop to mydomain.com
Do i need to do this in the TPL_header file??? Any suggestions :)![]()
Yeah, you can edit the tpl_header.php file.... just find this:
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
... and enter your own URL instead of ' . HTTP_SERVER . DIR_WS_CATALOG . '
thank you! thank you!![]()
You're welcome... I've received so much help from these forums, it's nice to give back some of what I've learned :-)