I still love the look and layout of this template. However ... I cannot find a way of displaying extra product images, only one image per product. Is there a way to integrate this?
Thanks.
Lisa
Printable View
I still love the look and layout of this template. However ... I cannot find a way of displaying extra product images, only one image per product. Is there a way to integrate this?
Thanks.
Lisa
Hi Lisa
Try this. I found for some reason needed to lose the under score but can try both ways. https://www.zen-cart.com/content.php?100
Sandria
I don't understand how to delete custom left slide out, I understand that file is under includes/templates/winchester_responsive/common/tpl_main_page.php but what lines I have to uncomment?
Please
I found it!!!
at the bottomCode:<!-- <div class="slide-out-div">
<a class="handle" href="http://link-for-non-js-users.html">Content</a>
<?php echo SLIDE_OUT_CONTENT; ?>
</div>-->
:cool:
thanks for great template
Sorry I have another question please, how can I modify dimensions of feature products in home page?
Thanks again :smile:
Hello,
Westminster New is my favourite template, however got some problem after ZC upgrade to 1.5.5e...
When trying to reach index.php?main_page=account, everytime i get an error:
"500 Internal Error
The server encountered an internal error and could not complete your request."
When I change to different template, this error doesn't occur.
Does anyone know, which exactly template file is related to view logged customer's account details/changes?
@guitarrizer, two things:
- That "Server 500" error you received should have resulted in a myDEBUG-*.log file being generated in your store's /logs directory; that file will identify the source and details of the issue.
- When viewing a customer's account page, there are a couple of unique, primary files: /includes/modules/pages/account/header_php.php and /includes/templates/YOUR_TEMPLATE/templates/tpl_account_default.php. There are also page-specific language files.
Hello lat9,
Thank you for your help! Log file from your 1st point showed me the clue. The problem was inside translation file - there was an apostrophe missing.
By the way, tpl_account_default.php doesn't exist in Westminster New template. Zen Cart works good without it, in fact.
There is "GENERAL INFO" section in top links. I would like to change its name to something else or to delete it. Trying to make it in translation file in includes\languages\my_language\extra_definitions\westminster_new\westminster_new _defines.php doesn't work.
I tried already to put there:
Any suggerstions? :)Code:define('TITLE_GENERAL','my translation');
define('TITLE_GENERAL_INFO','my translation');
define('HEADER_TITLE_GENERAL_INFO','my translation');