Page 29 of 120 FirstFirst ... 1927282930313979 ... LastLast
Results 281 to 290 of 1194
  1. #281
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by ideasgirl
    This last update is not working nice for me.

    The "add to cart" box is floating on the right side besides the attributes. Is there a way to change this? just the way it was before...
    Hmm that last update forces the add to cart button to be on the right side of the attributes. Its a feature. Just like the core zen-cart has. Only difference now is it's all in a table. if you want the add to cart button customized you can move it just as you would on your own core template, set Add to Cart on tabs = FALSE which would put the add to cart stuff under the tabs and it would look like the normal zen-cart template. Then, starting after the lines
    Code:
    //-------------------------------------------------------------------
    //-------------------------------------------------------------------
    //-------------------------------------------------------------------
    //--------------------- End of Tab Parse Code -----------------------
    //--------------- (some code below for tab checking) ----------------
    //-------------------------------------------------------------------
    //-------------------------------------------------------------------
    everything after that is the Core Code. So now find the <!--bof Add to Cart Box --> and move it to where you want.

    Or if u want it on the tabs to be moved around, then you'd need to go around line 524 and move them around within the tab. but u'd need teh tables to stay so the button doesnt float off the page.
    Last edited by qhome; 22 Jul 2006 at 08:40 PM.

  2. #282
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

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

    Not sure if this is ZC default because I haven't changed it. Only added the AaQ module... Maybe showing you?

    Here are the pics of the old version, and the new version...
    Attached Images Attached Images  
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

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

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

    Quote Originally Posted by ideasgirl
    Not sure if this is ZC default because I haven't changed it. Only added the AaQ module... Maybe showing you?

    Here are the pics of the old version, and the new version...
    I added that table there because if you dont' have attribs.. then it would break the floating add to cart button. I was trying to make it look better but I didnt take all looks into consideration. You can simply remove the table tags from around the add to cart section.

    To fix, open the TPL and find on line 517:

    // ------------------------------------------------------------
    // ------------------- Core Contents Tabs ---------------------
    // ------------------------------------------------------------

    about 15 lines down, delete (line 536):
    Code:
     <table border="0" width="100%"><tr><td align="left">
    then find and delete (line 570):
    Code:
    </td><td align="right" width="35%">
    then find and delete (line 596):
    Code:
    </td></tr></table>
    that should fix it but be sure you dont delete any thing above that first line I showed above

    Maybe in the next version ill check the table view to show only if u don't have options
    Last edited by qhome; 22 Jul 2006 at 11:02 PM.

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

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

    Quote Originally Posted by ideasgirl
    Not sure if this is ZC default because I haven't changed it. Only added the AaQ module... Maybe showing you?

    Here are the pics of the old version, and the new version...

    Wait..

    im sorry.. i looked at the pics wrong..
    i will look into helping you make it the way u like it.. its a minor table thing that changed from the old version.

    Did you want the Qty discount table out of the tabs?
    Last edited by qhome; 22 Jul 2006 at 11:09 PM.

  5. #285
    Join Date
    Apr 2004
    Location
    Montreal
    Posts
    755
    Plugin Contributions
    1

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

    Installed latest rev, but results found were that ask a question was now not been seen and as for the xcross-sell, the tab showed but no products were shown.

    Previous version works as product info box shows my ask a question and my x-sell group shows with products, so have no clue whats up on that. Reverted back...snif

    Also, this is not a very friendly addon to multi-lingual sites. Should make this more friendly towards dual or multi-lingual sites.

    Still having issues with this and css flyout-menu, for the moment I've added text above and shifted a few things down to avoid this, not really what I want for this though.
    Last edited by IntelCos; 23 Jul 2006 at 12:23 AM.
    IntelCos

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

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

    Quote Originally Posted by IntelCos
    Installed latest rev, but results found were that ask a question was now not been seen and as for the xcross-sell, the tab showed but no products were shown.

    Previous version works as product info box shows my ask a question and my x-sell group shows with products, so have no clue whats up on that. Reverted back...snif
    Ask a question? hmm that is a contrib if im not mistaken, you'd have to manually merge that as I never supported that... maybe in the future but the only third party contrib I support is Cross Sell and that was just to see how hard it would be to do. There is a Add on readme file i included to help add your own.. I will assist the best I can. But that one shouldn't be more than a simple snippet of code to be added

    Quote Originally Posted by IntelCos
    Also, this is not a very friendly addon to multi-lingual sites. Should make this more friendly towards dual or multi-lingual sites.
    There should be no reason this couldn't work on a Multilingual site. All tab names are variables listed at the top of the tpl file, as well as the tag text in the Product Description.

    Simply change "<!--%Product Description-->" to <!--%Descripci&#243;n Del Producto%--> and change the names for the hardcode tags from "We also recommend" to whatever that is is your language of choice.

    This contrib is completely multilingual.

    I will look into the crosssell problem. DO you have a link i can check?

  7. #287
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

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

    Did you want the Qty discount table out of the tabs?
    No, I want it in the tab, just besides the "Add to Cart" (where is the logic place to put it).

    Thanks! This wasn't working neither.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

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

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

    Quote Originally Posted by qhome
    Ask a question? hmm that is a contrib if im not mistaken, you'd have to manually merge that as I never supported that... maybe in the future but the only third party contrib I support is Cross Sell and that was just to see how hard it would be to do. There is a Add on readme file i included to help add your own.. I will assist the best I can. But that one shouldn't be more than a simple snippet of code to be added.
    Hey Q-

    The Ask A Question (AAQ) mod renders a button on the product info page just like Tell A Friend (TAF) or Reviews.

    I do understand that you don't have the time to integrate support for every mod out there which customizes the product info page.

    However since supporting AAQ in TabbedLite i(TL) s a bit more involved than just adding a single snippet of code, I also previously requested AAQ be integrated into the TL mod, as X-Sell is. Otherwise every time a TL update comes out, even betas for testing purpose, I have to remerge the AAQ logic into the mod, which makes me not want to test ;-)

    For those whom are interested I will take my custom code which renders AAQ, TAF, Reviews buttons and the More Info URL onto a single tab in TL 3.1beta 2 and integrate into the final 3.1.

    Then if you would like I can provide for inclusion into your next version.

    Woody

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

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

    Quote Originally Posted by Woodymon
    Hey Q-

    The Ask A Question (AAQ) mod renders a button on the product info page just like Tell A Friend (TAF) or Reviews.

    I do understand that you don't have the time to integrate support for every mod out there which customizes the product info page.

    However since supporting AAQ in TabbedLite i(TL) s a bit more involved than just adding a single snippet of code, I also previously requested AAQ be integrated into the TL mod, as X-Sell is. Otherwise every time a TL update comes out, even betas for testing purpose, I have to remerge the AAQ logic into the mod, which makes me not want to test ;-)

    For those whom are interested I will take my custom code which renders AAQ, TAF, Reviews buttons and the More Info URL onto a single tab in TL 3.1beta 2 and integrate into the final 3.1.

    Then if you would like I can provide for inclusion into your next version.

    Woody
    Hmm ask a question is really only a snippet of code on the TPL page. There is supporting code in the read me if you choose to add it to the default style, but the button link is a simple 2 line piece of code. But yea if you want to share yours woody, or anyone else thats fine.

    Quote Originally Posted by ideasgirl
    No, I want it in the tab, just besides the "Add to Cart" (where is the logic place to put it).

    Thanks! This wasn't working neither.
    when u say this wasn't working, what do you mean? the add to cart button or the qty discounts? Cuz in the old version i didnt have qty discounts, but the new version i definitely do. . actually a quick fix for you would probably be:

    on line 484 find:
    </td><td align="right" width="35%">
    replace with"
    </td><td align="right" width="35%" valign="bottom">

    That should put the add to cart button in line with the Qty Discount box. as you have the place holder in the images u showed
    Last edited by qhome; 23 Jul 2006 at 08:16 AM.

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

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

    Quote Originally Posted by qhome
    on line 484 find:

    </td><td align="right" width="35%">
    replace with"
    </td><td align="right" width="35%" valign="bottom">

    That should put the add to cart button in line with the Qty Discount box. as you have the place holder in the images u showed

    Make that line 570, not the one on 484, (although u could do that to all of them if you like, there are 3 lines like the one above)

 

 
Page 29 of 120 FirstFirst ... 1927282930313979 ... 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