Page 23 of 120 FirstFirst ... 1321222324253373 ... LastLast
Results 221 to 230 of 1194
  1. #221
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by Woodymon
    Q- Yep saw that after I posted. ;-)

    Had my thread reply window open for several hours, while I was testing away, taking notes, troubleshooting, hacking, and editing my reply as I went along, then finally submitting. Guess I should be checking the thread more often between posts. Thanks for the prompt and helpful replies. You support your mod very well!!!

    BTW I now have the Reviews, Ask A Question, and Tell A Friend buttons and the More Info URL string all in one Tab Container, with a tab titled "More Information". That works well.

    Also I disabled JavaScript to test if everything fell back gracefully. Only catch I found was, again, the Add To Cart Box stays right where it always is, out of place. With JS off it overlays on top of of some product description info

    Wondering if some CSS tricks could put it where it's suppose to be?
    The problem with the Add to Cart exists on both CSS i included. I do nothing do control the location of the add to cart box. In fact, all tabs aside, the Add to Cart box has never really made sense to me. The default Zen-Cart core way has the Add to cart box above the options, So I initially put my add to cart button lower so it was Attribute Options first, the Product Details was inside that, then the Add to cart button.

    I attempted to remove the product details so that the options could be on the right and the add to cart on the left, but that mucked up the alignment of the options and there was this big gap in between the options. I think that is where some of the problem is now with the tabs, cuz of the way I was trying to get it to work.

    I think the best thing to do would be to leave that whole chunk: Attribute Options, Product Details, Add to Cart, and Qty Discounts as a whole as a single tab. Then the product details will be enabled/disabled as they are currently via the admin panel and wont require a whole separate tab for those 3 dinky lines. Plus, if so desired you could move that into another tab like More Information pretty easily without having to change any code logic.

    This should fix a few of the problems with add to cart, qty discounts, and prod details showing a tab whether they exist or not.

  2. #222
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    One last comment then will give it a rest.

    Just played with stylesheet_tablitev3_silver.css, I found I like the display of the silver tabs more than the XP style tabs (although a color foreground tab would be cool, even for the silver tabs).

    The silver CSS by default displays the text on the tabs at a smaller size and is more difficult to read than the text on the XP style tabs. Bumping up the font size and decreasing the leading might be good. And moving the base of text on the tabs down a bit as the darker tone at the edge of the relection at top of the tab somewhat interferes with readability. Maybe I can do all this via CSS?

    I really like this tab system. Definitely cool! Thanks again.

    Woody

  3. #223
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by qhome
    I think the best thing to do would be to leave that whole chunk: Attribute Options, Product Details, Add to Cart, and Qty Discounts as a whole as a single tab. Then the product details will be enabled/disabled as they are currently via the admin panel and wont require a whole separate tab for those 3 dinky lines. Plus, if so desired you could move that into another tab like More Information pretty easily without having to change any code logic.

    This should fix a few of the problems with add to cart, qty discounts, and prod details showing a tab whether they exist or not.
    I think you are on the right track. At the very least Attribute Options, Add to Cart, and Qty Discounts should stay on the same tab, and should be on the initial tab.

    The Add to Cart button is everything. I wan t customers to click it. And to do that they need to easily find it and not easily lose it. Almost back to my point that it maybe should appear above the tabs, not on a tab. But the attreibutes/options need to stay with the add to cart and for those with many options, displaying all that above the tabs can be a bit messy.

    Isn't user interface design fun. Especailly when you have to design for multiple browsers, and if JS is disabled or not ;-)

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

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

    Quote Originally Posted by Woodymon
    One last comment then will give it a rest.

    Just played with stylesheet_tablitev3_silver.css, I found I like the display of the silver tabs more than the XP style tabs (although a color foreground tab would be cool, even for the silver tabs).

    The silver CSS by default displays the text on the tabs at a smaller size and is more difficult to read than the text on the XP style tabs. Bumping up the font size and decreasing the leading might be good. And moving the base of text on the tabs down a bit as the darker tone at the edge of the relection at top of the tab somewhat interferes with readability. Maybe I can do all this via CSS?

    I really like this tab system. Definitely cool! Thanks again.

    Woody
    Yep all the tab stuff is CSS based, font size, padding, colors, hover color, etc.

    If you want a diff color background u can easily edit the image files in something as simple as MSPaint to change the silver to something else. Its only 2 files, and you'll notice there both colors in the same file.. They are 2 tiered images and the way the images work are by sliding them up and down when the mouse hovers on them. So it's much simpler to work with.

    I also have a blue/white colored one that i've been playing with that has 3 tiers that can be different for currently clicked tab, currently unclicked tab, and mouse hover.

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

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

    Quote Originally Posted by Woodymon
    Isn't user interface design fun. Especailly when you have to design for multiple browsers, and if JS is disabled or not ;-)

    oh yes.. now excuse me while i reload my gun....

  6. #226
    Join Date
    Feb 2006
    Posts
    326
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome
    Well the first question is, do you really want it on its own tab? or do you want it to be in the same place as the Add To Cart tab?
    I think I do want it on a tab. The add to cart button MUST be at the end of all the attributes.

    When I set $bGblMainImageOnTabs = true;
    it looks SUPER, tabs at the top, everything lined up nicely. But the qty price breaks table disappears from the layout.
    Give us your best shot!
    http://www.photoimprints.com

  7. #227
    Join Date
    Feb 2006
    Posts
    326
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome
    Well the first question is, do you really want it on its own tab? or do you want it to be in the same place as the Add To Cart tab?
    just thought about your question again. Yes, the quantity price break table MUST appear at the top of the page. The first thing customers want to know (from years of exp. on my previous site), is what the prices are! I have never understand why ZC layout has it at the bottom as default. But then I do have long pages of options that make the prices not visible in the first screenful. And it never fails to amaze me how many people still don't know how to scroll down the screen!
    Thanks...
    Give us your best shot!
    http://www.photoimprints.com

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

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

    Quote Originally Posted by styledata
    just thought about your question again. Yes, the quantity price break table MUST appear at the top of the page. The first thing customers want to know (from years of exp. on my previous site), is what the prices are! I have never understand why ZC layout has it at the bottom as default. But then I do have long pages of options that make the prices not visible in the first screenful. And it never fails to amaze me how many people still don't know how to scroll down the screen!
    Thanks...
    Well I would just assume either way that you'd want the price table to appear at the same time as the add to cart button.. so either all on the same external tab, OR price table above tabs with the main image and the add to cart button on the first tab. The price table at the top is something you could easily modify for your own customization (i think I can help you with that) .. for now i will just include the Qty price table, the attrib options, add to cart, and product details on the same tab.

  9. #229
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

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

    ghome,

    Im getting an "Error on page" on the bottom left hand side of the page when this is installed. I removed this mod and the error disappeared and when i put it back, it's back there again. Is this normal?

  10. #230
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

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

    Site reference is www.animestrike.co.uk

 

 
Page 23 of 120 FirstFirst ... 1321222324253373 ... LastLast

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