Re: DIY Tabbed Content Menu for Product Page
Hello. I have I believe a new question, at least I didnt' see it here. I installed the tabs and all I have are links to the tab names. no tabs though, and the links are in a vertical list. i've checked several times each step.
here's the home <head> section, the last line is the tab addition:
<HEAD>
<TITLE>
{*BCSE Begin*}
{if $cat and $current_category.meta_title and not $smarty.get.productid}
{$current_category.meta_title}
{else}
{*BCSE End*}
{if $config.SEO.page_title_format eq "A"}{section name=position loop=$location}{$location[position].0|escape}{if not %position.last%} > {/if}{/section}{else}{section name=position loop=$location step=-1}{$location[position].0|escape}{if not %position.last%} > {/if}{/section}{/if}{/if}{*BCSE Added*}</TITLE>
{ include file="meta.tpl" }
<LINK rel="stylesheet" href="{$SkinDir}/{#CSSFile#}">
<link rel="stylesheet" href="{$SkinDir}/speedbar/speedbar.css">
{include file="speedbar/speedbar.tpl"}
{* <script type="text/javascript" src="{$SkinDir}/borders/ruzeeborders.js"></script>
<script type="text/javascript" src="{$SkinDir}/borders/cssquery2-p.js"></script>
<script type="text/javascript" src="{$SkinDir}/borders/borders.js"></script>
<link rel="stylesheet" type="text/css" href="{$SkinDir}/borders/borders.css">
{literal}
<script type="text/javascript">
window.onload=function(){
RUZEE.Borders.render();
};
</script>
{/literal} *}
{* BEGIN ADDED FOR POLLER *}
<link rel="stylesheet" href="poller/css/poller.css" type="text/css">
<script type="text/javascript" src="poller/js/ajax.js"></script>
<script type="text/javascript" src="poller/js/poller.js"></script> {* END ADDED FOR POLLER *}
{* BEGIN ADDED FOR flyout menu *}
<link rel="stylesheet" type="text/css" href="{$SkinDir}/sdmenu/sdmenu.css" />
<script type="text/javascript" src="{$SkinDir}/sdmenu/sdmenu.js"> {* END ADDED FOR flyout menu *}
<link rel="stylesheet" href="{$SkinDir}/tabs/tabs.css">
</HEAD>
and here's the line added at the top of the product file:
{* $Id: product.tpl,v 1.96.2.25 2005/11/17 11:40:11 max Exp $ *}
<script type="text/javascript" src="{$SkinDir}/tabs/tabs.js"></script>
{if $active_modules.Special_Offers}
{include file="modules/Special_Offers/customer/product_offers_short_list.tpl" product=$product}
{/if}
{include file="form_validation_js.tpl"}
{if $product.product_type eq "C" && $active_modules.Product_Configurator}
{include file="modules/Product_Configurator/pconf_customer_product.tpl"}
{else}
{capture name=dialog}
and I also installed Telafirma's Image mod, without a problem right before I did this. But that shouldn't matter should it?
Thanks!
__________________
Andrea
www.candleshopcreations.com
Xcart 4.3.2
Mac OSX 10.6.5
EWD Hosting
Mailchimp Mod, On Sale,
One Page Checkout, Mobile
|