Page 38 of 120 FirstFirst ... 2836373839404888 ... LastLast
Results 371 to 380 of 1194
  1. #371
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

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

    I love this contribution, nice work! I found it very easy to move the Add to Cart button above the tabs so it always displays regardless of what tab the viewer is on.

    I use basic CSS tabs (no background image, which I removed in stylesheet) with 3px space between them to separate them and have them change color in HOVER.

    Thanks so much,

    Pic

  2. #372
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

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

    I am trying to do what you just said you did, can you explain on this more, i don't want my add to cart at the bottom of the page.

  3. #373
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

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

    This isn't road tested in a production web store but here is what I did. Let us know if you find there are problems with these edits.

    In tpl_product_info_display.php

    Make: bGblMainImageOnTabs = False;
    Make: bGblAddToCart = False;

    find:
    <!--bof Add to Cart Box -->
    copy all the lines down to
    <!-- eof Add to Cart Box -->

    copy the block of code up to line 107 under:
    <!-- eof Main Product Image -->

    I wrapped it in a DIV like:

    <div>
    <!--bof Add to Cart Box -->
    copy all the lines down to
    <!-- eof Add to Cart Box -->
    </div> <br style="clear:both;" />

    and threw in a BReak with clear:both after the DIV (could use Zen Carts <BR class="clearBoth" />)

    So now it's sandwiched between:
    <!-- eof Main Product Image -->
    ADD TO CART CODE
    <!-- bof Product Price block -->

    I wanted it over the PRICE block and over the Product Name, so I move these also.

    I took the
    <!-- bof Product Price block --> (get it all, its wrapped in a H2 tag)
    and gave it some new style:
    <h2 style="float:right; margin:0px 35px 10px 0px:">

    and put the
    <!-- bof Product Name --> block under it because I wanted the Price to be under the Add to Cart button

    Then open the stylesheet_tablitev3_silver.css file and find the:

    #slidetabsmenu a {
    background-color :#yourcolor;

    #slidetabsmenu a span {
    background-color :#yourcolor;

    and remove the background:url style (i.e. image) and add background-color:#your color

    then I added a different background-color to the:

    #slidetabsmenu a:hover span {
    background-color :#yourcolor;

    #slidetabsmenu a:hover {
    background-color :#yourcolor;

    You will get this:
    http://comedyspeak.com/store/index.p...&products_id=1

    If you can check it on a Mac in Safari and let me know how it looks.

    good Luck,

    Pic
    Last edited by Picci; 29 Jul 2006 at 06:24 PM.

  4. #374
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

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

    thanks for the good info, i will try it and see what happens. my luck, it won't work right away, i will accutally have to understand it before it works

  5. #375
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

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

    man, you kind of lost me, i sent you a pm

  6. #376
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

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

    Ok, i took all what you said in the 1st part and added it up to line 7 and it worked, but just to let you know

    <!--bof Add to Cart Box -->

    This comes up 3 times in the code, but i took it as you ment the 1st one. I didn't do any of the other stuff, but it seems to have worked, so I am guessing if i want to take add to cart off the bottom of the page, i could just delete this code that i just copied and pasted, right?

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

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

    Quote Originally Posted by ideasgirl
    Not if you don't have a custom tab created (that changed on previous version/update). See note on comments:
    $bGblMainImageOnTabs = false; // adds Main image to tabs only if you have at least one custom tab
    Still missing communicating my primary point, which is...

    The comment "// adds Main image to tabs only if you have at least one custom tab" refers only to the need for a custom tab if want to display the "main image" on a tab. It does not state that I need the custom tab to display any other items on the tab.

    So the question remains why the other items I previously listed are not displaying on a tab when a Global is set to true (when not employing a custom tab).

    Or is it required that one custom tab be employed for ALL items to appear on the tab, even if global is set to true or not.

    This would seem to defeat the primary purpose of the global? (that is, a tag need not be assigned to each and every product description to employ tabs).

    Quote Originally Posted by ideasgirl
    I don't know why they aren't working for you, they are working on my side. I made several tests (on, off, combined) and I'm not having problems with tabs content.
    Thanks. I should add that If I set to false the two Cross Sell config settings, the Cross Sell products display correctly below the tab container.

    I will await response from Q.

    Quote Originally Posted by ideasgirl
    No wonder! This is a false comment:
    $bGblAddToCart = true; // adds Add to Cart, Product Details, Attribute Options, and Qty Discount to a tab
    Yes indeed, that is a point of confusion for me.
    Last edited by Woodymon; 29 Jul 2006 at 07:43 PM.

  8. #378
    Join Date
    Feb 2006
    Posts
    130
    Plugin Contributions
    0

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

    Here is a link to the files I edited to get the 'Add to Cart' above the tabs:

    http://cosmicradiation.com/files/tabslitehack.zip

  9. #379
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

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

    thanks for the upload!

  10. #380
    Join Date
    Mar 2005
    Posts
    555
    Plugin Contributions
    4

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

    Hi Q,
    Your right (above), I hadnt upgraded to 3.11, now that line has gone.
    I have made a few other changes (in addition to adding the admin buttons as previously mentioned) by removing the hard coded English in the tabs to defines.
    As this is your baby, I dont want to spoil all the hard work you have done, would you like me to email you what ive done?

    Cheers
    James
    My humble contributions....
    Info at a Glance Admin, Alternative Header & Improved Whos Online + Currently working on the next!
    If you have to think..... your obviously looking at the admin :)

 

 
Page 38 of 120 FirstFirst ... 2836373839404888 ... 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