Results 1 to 10 of 1194

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Posts
    7
    Plugin Contributions
    0

    Idea or Suggestion Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by nick80
    Hi qhome,

    first of all, thank for sharing this great contribution to zen-cart.

    I did have a problem this June-13rd version of Tabbed Products LITE.

    http://epad.cn/bookstore/index.php?m...oducts_id=7608

    The tabs are showing perfectly in Firefox, no luck in IE so far.

    Nick
    Please help out. I really appricate it.

    thanks.

    nick

    btw, I went through your site and I know it is working well in IE.

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

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

    Quote Originally Posted by nick80
    Please help out. I really appricate it.

    thanks.

    nick

    btw, I went through your site and I know it is working well in IE.
    Hmm, i just checked your site in Opera, Firefox, and IE. The tabs worked fine for me in all 3. What version of IE are you using? Try another computer to test it out.. and maybe some others on the forum cant take a look at it to verify but it seems that the tabs are working just fine.

    I will have a new version coming out pretty soon.. this version is cleaner and also works on the major browsers I mentioned above, perhaps this will assist you.

    So far in the new version I've added:

    • global overrides (when turned on, they add the hardcode tabs for all products regardless of the tag existence in the product description) (thanks for the idea Woody)
    • found an interesting by-product feature of the code! You may notice on my test site (see signature) I have tabs that have text with word wrapping. The text is also centered and I could pretty much do anything I want with the tabs by using standard html tags inside the tags. Examples:
      • <!--%<center>Product<br />Description</center>%-->
      • <!--%<I>Product<br /><font color="#00FF00">Description</I>%-->
      • <!--%<marquee>Product<br />Description</marquee>%-->
    • Roll over change
    • using 2 images instead of 4, based on coords to show different sections of the image. (fancy ingenious code design)
    • Cleaner, easier to modify/understand CSS
    • Completely new tab system, totally new, smaller, optimized jscript


    I'm finishing up the testing at the moment. Currently the Add to cart button, although it appears to be coded correctly, is showing up below the tab table on all browsers. And IE seems to have some problem with one of the hardcode tags. So as soon as I get those items fixed, it should be ready.

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

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

    Another idea crossed my mind that I'd like to get some feedback on...

    Instead of making the hardcode tabs based on the <!--#AdditionalImages#--> name, would it be useful to make a hard coded tag placed on the tab you want?

    Like currently if you put
    <!--%Tab1%-->
    <!--%Tab2%-->
    <!--#AdditionalImages#-->
    <!--#ProductDetails#-->

    that would make 4 tabs:
    Tab1
    Tab2
    Additional Images
    Product Details

    But my proposal above would be
    <!--%Tab1%-->
    <!--%Tab2%-->
    <!--%Tab3%-->
    <!--&AdditionalImages&-->
    <!--&ProductDetails&-->

    This would make 3 tabs and have both additional images and product details on the same tab which you named "Tab3". This would allow combining of multiple sections into one tab.

    I could maybe keep the current hardcode tags for global tab reasons.

    Thoughts?

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

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

    Started working on a slightly different style that I kinda liked:

    http://www.unbannable.com/zen/index....=index&cPath=1

    look at each of those, one has tabs for everything, one just has tabs for the hardcoded stuff

  5. #5
    Join Date
    Jun 2006
    Posts
    7
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome
    Another idea crossed my mind that I'd like to get some feedback on...

    But my proposal above would be
    <!--%Tab1%-->
    <!--%Tab2%-->
    <!--%Tab3%-->
    <!--&AdditionalImages&-->
    <!--&ProductDetails&-->

    This would make 3 tabs and have both additional images and product details on the same tab which you named "Tab3". This would allow combining of multiple sections into one tab.
    I like this one. Good point. Maybe you can also delicate a tab for Manufactory / Author.

  6. #6
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

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

    Great contrib...Is there a way to move the tabs up the page, currently they are too low on the description page.
    Thanks
    Pete
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

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

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

    Quote Originally Posted by mediathing
    Great contrib...Is there a way to move the tabs up the page, currently they are too low on the description page.
    Thanks
    Pete
    Hi Pete,

    You can edit the tpl file and search for <br /><br /><br /><br />

    you can remove some of those to move it back up.

  8. #8
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    qhome, this is great work you're doing here! I haven't had the chance to test it but I frequently check this forum as well as your test site.

    I was wondering...when this is all said and done, how easy would it to migrate the code changes from the general product template to music product type template.

    The reason I am asking is because that's where I see the most benefit for me. For example, take a look at this page which is based on music product type: http://www.clevershoppers.com/index....products_id=82 I would like all the descriptions to be on one tab, the track listing to be on another tab, customer purchased and cross sell to be on another tab. This would be consisten for all the music CDs and DVDs.

    What's are your thoughts?

    Thanks!

  9. #9
    Join Date
    Jun 2006
    Posts
    7
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome
    What version of IE are you using? Try another computer to test it out.. and maybe some others on the forum cant take a look at it to verify but it seems that the tabs are working just fine.
    Examples:
    • <!--%<center>Product<br />Description</center>%-->
    • <!--%<I>Product<br /><font color="#00FF00">Description</I>%-->
    • <!--%<marquee>Product<br />Description</marquee>%-->
    Hi there,
    I've checked your demo site about the new features, wow ~~~

    Beautiful, kind of impressive.

    I still have no clue about the Tabbed Products not showing in IE. My IE is 6.0 XP-SP2 version. I also tried maxton (an IE shell) and got no luck.

    The opera does run the rendering very well though.

    Thank you so much and I still have to find the problem........

 

 

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

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