Re: Tabbed Products ''LITE'' version - Delimiter based
Hi qhome. This is a really nice mod :yes: many thx.
It may be a quirk to do with my template, but I found that to get the tabs to work I had to add some HTML code *before* the first tab delimiter in the product description. Any code will do (for example an empty paragraph tag set) but without doing this, the tabs just didn't show for me.
Other than that, it works a treat... up to now!
It's a shame HTMLEditor doesnt show markers for comment tags in wysiwyg mode.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by Peekay
Hi qhome. This is a really nice mod :yes: many thx.
It may be a quirk to do with my template, but I found that to get the tabs to work I had to add some HTML code *before* the first tab delimiter in the product description. Any code will do (for example an empty paragraph tag set) but without doing this, the tabs just didn't show for me.
Other than that, it works a treat... up to now!
It's a shame HTMLEditor doesnt show markers for comment tags in wysiwyg mode.
Yea, there is a patch version that should fix that problem here:
http://www.zen-cart.com/forum/showpo...&postcount=124
Re: Tabbed Products ''LITE'' version - Delimiter based
That fixed it!. Thx.
I have mostly items of the 'document-product' product type and they use a different template (tpl_document_product_info_display.php).
To get the tabs, I just copied your replacement for the 'ordinary' product template and renamed it. Seems to work, but are there any differences I may not be aware of between these two templates?
Re: Tabbed Products ''LITE'' version - Delimiter based
Actually... I've found I still have to put a para tag before the first tab delimiter to get the tab links to work. It's not really a problem though.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by Peekay
Actually... I've found I still have to put a para tag before the first tab delimiter to get the tab links to work. It's not really a problem though.
Hmm i will have to do some further testing.. how many tabs are you using? are you using of the Core feature tabs (hardcode tags) like additionalimages or customersalsopurchased?
Re: Tabbed Products ''LITE'' version - Delimiter based
Just 2 tabs in my tests. I don't have any extra images or anything. There are some radio-button product options. If I use the code:
Code:
<p><!--%Item Description%-->Item description text goes here.</p>
<!--%Extra Info%--><p>Some extra information...</p>
the links in the tab work, but if I put
Code:
<!--%Item Description%--><p>Item description text goes here.</p>
<!--%Extra Info%--><p>Some extra information...</p>
the tabs are generated, but the links don't work.
Re: Tabbed Products ''LITE'' version - Delimiter based
You seem to have not replaced that version with the 2.7c version from above. It is fixed in that version for sure.
Re: Tabbed Products ''LITE'' version - Delimiter based
KILLER CONTIB..... makes things look sooo much better....
anyone else having a problem with there attributes?
for some reason my atributes dont show the added cost? when i preview it displays fine, its just not working on the displayed page. anyone know of a fix for this?
i merged the two tpl files, but there are so many changes i cant see where it might be....
any help would be great. thanks
Re: Tabbed Products ''LITE'' version - Delimiter based
Hi ,
is this contrib compatible with the old ZC version?
thanks
:smartass:
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by wickedklown
KILLER CONTIB..... makes things look sooo much better....
anyone else having a problem with there attributes?
for some reason my atributes dont show the added cost? when i preview it displays fine, its just not working on the displayed page. anyone know of a fix for this?
i merged the two tpl files, but there are so many changes i cant see where it might be....
any help would be great. thanks
Got a link to your site?
Quote:
Originally Posted by titangen
Hi ,
is this contrib compatible with the old ZC version?
thanks
:smartass:
Unfortunately no because it wasn't until 1.3 that they changed from a table based product info to a <div> based page, So while functionally it would work, it doesn't have the same display style the old one had.