Re: Tabbed Products ''LITE'' version - Delimiter based
Im looking forward to all this. I 'assume' it will be backwards compatable? Ive have a lot of products loaded, and while I would probably do it, Id hate to have to reload everything.
We need to start a petition to get this thing included with the ZC distro. There is nothing like it out there that I am aware of. I nominate qhome for president and the first executive order should be that all ZC versions from here forth include Tabbed Products.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
SyntheticShield
Im looking forward to all this. I 'assume' it will be backwards compatable? Ive have a lot of products loaded, and while I would probably do it, Id hate to have to reload everything.
We need to start a petition to get this thing included with the ZC distro. There is nothing like it out there that I am aware of. I nominate qhome for president and the first executive order should be that all ZC versions from here forth include Tabbed Products.
LoL.
Well yea I try to make upgrades as painless as possible. Thats why i keep all the tab code inside a seperate file. There is only a small change needed to make to the product_info template file. but everything else is just replacing the existing tabbed lite files. This wouldn't affect anything in your products tho, it is just a complex display manipulation.
Thank you for your presidential vote.. "Ahem.... I swear i did not have relations with that intern..." (just practicing)
Re: Tabbed Products ''LITE'' version - Delimiter based
I'm not sure if this was answered or not. I have installed the Tabbed lite 3.7 admin addition. As you can see here http://www.digitaleyours.com/test/bl...t-set-p-5.html (on a test site)
It is showing the The model, weight (details), but I would prefer it NOT to show these. I have these set in Admin to NOT show, but for some reason they are showing anyway. How do I remove them?
Re: Tabbed Products ''LITE'' version - Delimiter based
im not seeing that on that page. Perhaps you got it figured out? It shouldn't show if u have it disabled in the Catalog->Product Types->Product - Free Shipping->Edit Layout
Re: Tabbed Products ''LITE'' version - Delimiter based
qhome,
When you create a tab in admin/products using the code "<!--%Product Description%-->", the "Product Description" appears in the tab but is it possible to have the this in the main image itself?
The reason im asking is because the font i want to use is not supported so if possible i would like it to be in the image itself.
thanks
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
Berserker
qhome,
When you create a tab in admin/products using the code "<!--%Product Description%-->", the "Product Description" appears in the tab but is it possible to have the this in the main image itself?
The reason im asking is because the font i want to use is not supported so if possible i would like it to be in the image itself.
thanks
Im not sure I understand what you mean. You want words to appear in your main image? If you have a funky font that isn't supported you'd have to either make an image seperately or use that imagemagik stuff .. i think there is a button maker or something like that.
Im not sure how that works or even if this is what u mean.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
qhome
Im not sure I understand what you mean. You want words to appear in your main image? If you have a funky font that isn't supported you'd have to either make an image seperately or use that imagemagik stuff .. i think there is a button maker or something like that.
Im not sure how that works or even if this is what u mean.
im not sure what imagemagik stuff is.
anyway, if you click on the link below, you will see two tabs (product info and recommendations). i want the font in this tab to be the same as in my sidebox header (categories, search etc) but since it is not supported, it does not work when i try to change it through html code. so if possible, i would like to create a tab with the words on it already and use that but im not sure how that would work.
http://www.animestrike.co.uk/shop/in...dcb3894abe9cbd
thanks :)
Re: Tabbed Products ''LITE'' version - Delimiter based
I've looked and didn't see this covered:
I have the latest Tabbed v3.7 and Cross Sell v1.3.0 on zc v1.3.5
The tabs show correctly with the exception of cross sell items. To be sure the problem wasn't in cross sell, I have the related code included in the tpl_product_info_display file, supplied with tabbed.
The cross sell items appear because of the duplicate code (as a test) but do not show up as a tab.
I've checked the install instructions (BTW very good docs) and can find no errors.
<!--#CrossSell#--> is included in the products description at the bottom of the page, as raw code (not wysiwyg)
Is this a known issue or perhaps have I missed something?
Thanks -- Ken
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
rnet
I've looked and didn't see this covered:
I have the latest Tabbed v3.7 and Cross Sell v1.3.0 on zc v1.3.5
The tabs show correctly with the exception of cross sell items. To be sure the problem wasn't in cross sell, I have the related code included in the tpl_product_info_display file, supplied with tabbed.
The cross sell items appear because of the duplicate code (as a test) but do not show up as a tab.
I've checked the install instructions (BTW very good docs) and can find no errors.
<!--#CrossSell#--> is included in the products description at the bottom of the page, as raw code (not wysiwyg)
Is this a known issue or perhaps have I missed something?
Thanks -- Ken
There was recently a new Cross Sell release put out. I have not tested with the new version. If you have the old version of cross sell, please link me here or in a PM to see the page so i can sift through the html source.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
Berserker
im not sure what imagemagik stuff is.
anyway, if you click on the link below, you will see two tabs (product info and recommendations). i want the font in this tab to be the same as in my sidebox header (categories, search etc) but since it is not supported, it does not work when i try to change it through html code. so if possible, i would like to create a tab with the words on it already and use that but im not sure how that would work.
http://www.animestrike.co.uk/shop/in...dcb3894abe9cbd
thanks :)
Ah I see, you want image based tabs. like http://www.target.com/gp/detail.html...sin=B000BLNSPM
For Fixed tabs like that you would normally have to a different tab system.. or at least a completely redone css/js system. Tabbed Products Lite was designed to be dynamic via the use of text based tabs.
But, in one of my genius moments (:P), I allowed the tab tags to support HTML inside the tabs you could actually include <img src...> tags in the title.
So instead of
<!--%Product Description%-->
you could any variation of html, Some examples:
<!--%Product<br />Description%--> - Wrap tab text
<!--%<b>Product</b><i>Description</i>%--> Bold first word, Italic second
<!--%<img src="/path/to/textimage.jpg">%-->
And of course, even a Demo for you :)
http://www.unbannable.com/zen/index....&products_id=4
Now the last tab is probably more what you want. but of course you'd have to make transparent background images
Give it a try. Let me know how it works out. :)
You could probably do it the same way in the language file to do it for the Global Products Description tab.