Page 67 of 120 FirstFirst ... 1757656667686977117 ... LastLast
Results 661 to 670 of 1194
  1. #661
    Join Date
    Feb 2006
    Posts
    48
    Plugin Contributions
    0

    Default 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.

  2. #662
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by SyntheticShield View Post
    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)

  3. #663
    Join Date
    Mar 2005
    Posts
    9
    Plugin Contributions
    1

    Default 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?

  4. #664
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default 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

  5. #665
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default 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

  6. #666
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by Berserker View Post
    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.

  7. #667
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by qhome View Post
    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 :)

  8. #668
    Join Date
    Jun 2005
    Location
    Pittsburgh
    Posts
    174
    Plugin Contributions
    0

    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
    Last edited by rnet; 19 Oct 2006 at 04:17 AM. Reason: to clarify

  9. #669
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by rnet View Post
    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.

  10. #670
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by Berserker View Post
    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 (), 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.

 

 

Similar Threads

  1. File list for Tabbed Products Lite v3.8?
    By spaz_tic in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 24 Mar 2010, 05:58 PM
  2. PHP Inlcudes with Tabbed Products Lite v3.8
    By rmjr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Dec 2007, 05:28 PM
  3. tabbed products lite big problem
    By tacotupac in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Jun 2007, 11:25 PM
  4. Tabbed Products LITE - CSS/JS Issue?
    By rknepp79 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 15 Dec 2006, 08:04 PM
  5. x-sell, tabbed products lite, IH2 question
    By signs in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Oct 2006, 01:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR