wow it's easier than I thought. (I used another template that is much difficult.) Thank you for all your help.:thumbsup:
Printable View
wow it's easier than I thought. (I used another template that is much difficult.) Thank you for all your help.:thumbsup:
Another question to bug you with. I notice that when I go to a product page or a category page. The left nav and the footer is gone. Is there's a way to add them back in so it looks like the front page?
open includes/templates/comstock/templates/tpl_product_info_display.php
find and delete this section of code:
save the edited file and upload to your server.Code:<!-- BOF: Cross-Sell information -->
<?php
// THIS CODE WOULD BE ADDED INTO YOUR TPL_PRODUCT_INFO_DISPLAY.PHP WHEREVER YOU WANT TO DISPLAY THE CROSS_SELL BOX:
require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
?>
<!-- EOF: Cross-Sell information -->
Thank you so much for your help. Without you I would spend hrs finding the codes. One last question (hopefully XD)
On the front page where it says:
New Customer? Create Account Returning Customers? Log In.
The LOG IN LINK, links to (I think your website)
https://mysticmountainnaturals.com/login.html
How to fix that?
One last question, Should've ask this one first.
On my product page, I have Attributes...
I am trying to switch Options Comment with Option Name.
I been playing with tpl_modules_attributes.php but I can't get it right...Quote:
Example:
Please choose one:
Size
I want to be:
Size
Please choose one:
This is not template specific and should really be addressed in the appropriate forum thread.
Dear Clyde,
thx for pointing me to the right direction.
I tried to edit my header but the code is the same.
I have this also:
Code:<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
check includes/languages/english/comstock/index.php
lines 25 to 29 should read as follows:
PHP Code:
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
} else {
define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
}
Gday
Have just installed CSS dropdown mod on comstock template.
It works fine in FF but when viewing in IE7 the dropdown menu doesn't display on top layer and displays behind description page.
http://901.com.au/index.php test site to see in action (View in IE 7)
Posted question in CSS mod forum which gave
***Answer***Have you tried giving the menu a higher z-index than the content?
I adjusted the z-index for the dropdown menu but am still having the same problem as seen here http://901.com.au/images/ie7page.jpg Where would i adjust the z-index for the content for comstock template to have it appear behind the dropdown menu ?