![]() |
Manufacturers not showing on home page
Hmm... not sure why but my manufacturer list isnt showing on the home page. They are on internal pages. Any idea? Is there a simple check box that I am missing somewhere because I have been over and over and cant find anything?
Thanks http://www.organ-nics.com/store/home.php |
Re: Manufacturers not showing on home page
Which version are you talking about? You have 4 in your sig.
|
Re: Manufacturers not showing on home page
Sorry, latest (4.1.9)
|
Re: Manufacturers not showing on home page
anyone?
|
Re: Manufacturers not showing on home page
Are you using the Mosaic skin ?
|
Re: Manufacturers not showing on home page
Yes but i have used it on two other sites and the mfg show on the home page? I dont recall having to do anything (but this is a different version so maybe that changed?)
|
Re: Manufacturers not showing on home page
Yeah, maybe ...
I'm looking at the x-cart demo site using the mosaic skin and the manufacturers don't appear there either. |
Re: Manufacturers not showing on home page
That's so weird! You can see they are on this one (same template, earlier version)
http://www.sweetpeaandmeboutique.com/boutique/home.php I wonder why?! I guess I will have to just try to find the right bit of code from the baby store and paste it into the template of the new store. Seems to be a bit of a pain to me!! |
Re: Manufacturers not showing on home page
The code should be somewhere in /skin1/customer/home.tpl
(Near the bottom i think) Regards Shafiq |
Re: Manufacturers not showing on home page
Hi
I am having the same problem with displaying the link to the manufacturers list on my home page. I am use the Flexi-Rectangles skin. If you have some code which can rectify this problem - Your help would be appreciated! Thanks Garry, Queensland Australia X-cart v4.1.2 __________________ |
Re: Manufacturers not showing on home page
I'm having the same issue with the Fashion Mosaic skin on 4.1.9.
"Show manufacturers list in the menu column:" is checked under Manufacturers options. |
Re: Manufacturers not showing on home page
Weird. The Manufacturers list is showing up on the interior pages, just not on the home.php welcome page.
Isn't home.php created by skin1/customer/home.tpl ? |
Re: Manufacturers not showing on home page
For you guys with the add-on templates, post your customer/home.tpl template...must be an {if} statement in there that is hiding it.
|
Re: Manufacturers not showing on home page
Code:
{* $Id: home.tpl,v 1.88.2.11 2007/08/08 13:51:54 max Exp $ *} |
Re: Manufacturers not showing on home page
Yep, that's the issue. See this line of code:
{if $main ne "catalog" or $current_category.category ne ""} Everything after that will only display on pages that are NOT the home page. Comment out that line and the closing {if} tag and the items inside it will show. |
Re: Manufacturers not showing on home page
Thanks, that worked.
|
Re: Manufacturers not showing on home page
Stupid question:
I found that line of code but how do I *comment it out*? |
Re: Manufacturers not showing on home page
{* Commented out code *}
|
Re: Manufacturers not showing on home page
So would this
{if $main ne "catalog" or $current_category.category ne ""} become {if * $main ne "catalog" or $current_category.category ne "" * } {/if} Sorry if that is dumb! |
Re: Manufacturers not showing on home page
Not quite:
{* if $main ne "catalog" or $current_category.category ne "" *} Also be sure to comment out the closing tag: {* /if *} |
Re: Manufacturers not showing on home page
Grrr ... I am doing something wrong. The whole section currently reads:
<td class="VertMenuLeftColumn"> {include file="customer/categories.tpl" } {if $main ne "catalog" or $current_category.category ne ""} {if $active_modules.SnS_connector && $config.SnS_connector.sns_display_button eq 'Y'} <div style="width: 100%; text-align: center;"> <br /> {include file="modules/SnS_connector/button.tpl"} </div> {/if} Does it become: <td class="VertMenuLeftColumn"> {include file="customer/categories.tpl" } {* if $main ne "catalog" or $current_category.category ne "" *} {if $active_modules.SnS_connector && $config.SnS_connector.sns_display_button eq 'Y'} <div style="width: 100%; text-align: center;"> <br /> {include file="modules/SnS_connector/button.tpl"} </div> {* /if *} ?? |
Re: Manufacturers not showing on home page
That's the SNS connector code, not the manufacturer's code. What are you trying to hide?
|
Re: Manufacturers not showing on home page
I am in the home page template. I am trying to get the manufacturers to show up on the home page like they do on the inner pages.
|
Re: Manufacturers not showing on home page
Oh, ok...comment out the first piece like you did, but the closing {/if} statement you want to comment out is the one AFTER the manufacturer code. Post your whole left column code and I'll show you.
|
Re: Manufacturers not showing on home page
OK, here it is:
Code:
|
Re: Manufacturers not showing on home page
Ok, so comment out this line as you did:
{if $main ne "catalog" or $current_category.category ne ""} But the closing one is down near the spacer. So replace this: {/if} <img src="{$ImagesDir}/spacer.gif" width="180" height="1" alt="" /> with this: {* /if *} <img src="{$ImagesDir}/spacer.gif" width="180" height="1" alt="" /> |
Re: Manufacturers not showing on home page
WOO-HOO!!! Thank you so much Padraic ... once again you have saved my bacon. You deserve a big ****hug****.
|
Re: Manufacturers not showing on home page
OK, just noticed something (sorry). It has now duplicated the special and help templates. Do I need to comment them out somewhere as I like them in the bottom section where they are with the fashion template.
|
Re: Manufacturers not showing on home page
Surround them with the {if} statement you commented out.
|
Re: Manufacturers not showing on home page
Perfect, thanks :)
|
Re: Manufacturers not showing on home page
OK, I have done something silly. I have edited my home page and now I am happy with the layout BUT the altered code means that on my "inner" pages the side menus such as "help" etc are not showing. I moved them to under the spacer on the home page and I like it like that but what do I have to do to make them show in the category/product pages on the left like they were :)
This is the store so far: http://www.organ-nics.com/store/home.php Here is the code from my /customer/home.tpl I am using a modified fashion mosaic. Code:
{* $Id: home.tpl,v 1.88.2.11 2007/08/08 13:51:54 max Exp $ *} |
All times are GMT -8. The time now is 11:52 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.