Page 42 of 120 FirstFirst ... 3240414243445292 ... LastLast
Results 411 to 420 of 1194
  1. #411
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Good News!!

    I must have slept well last night.. Fighting with this Global Product Description Tab had initially been a logic nightmare the last time I tried it, and then again most of last night. Finally this morning my brain opened up! Instead of trying to fake the tab, and having to add more logic checks and chase variables all over the place and make a whole new coding abortion, I simply made a few line change and it works perfectly!

    Instead of me forcing the data to be a hardcoded tab, I simply prefix a variable I set the product description to with the global product description tags on the fly and let the existing code work as normal. If only my genius moments weren't so brief and occured more often

    Anyways, There was very little to change after I started over from scratch so I will drop the beta version here for you guys to test and since it was so simple I even included a simple 4-step guide to let you make the changes easily to your current modified version of 3.11 so you don't have to make heavy modifications to a whole new file.

    Also, the code is smart enough to check if you already have a custom Product Description tab, it will not auto-create another one, it will just load that one as normal. Remember my code is genius

    Give it a whirl!
    Last edited by qhome; 9 Apr 2008 at 03:38 AM.

  2. #412
    Join Date
    Mar 2005
    Posts
    555
    Plugin Contributions
    4

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

    Ok one guinea pig stepping right up :)
    I followed your steps in your readme and got the following... see subtle screenshot
    I left the relevant part in English for the screenshot for you Q as I guess your Japanese isnt great.
    I was wondering if its poss to put a line feed in under the title in the cross sell tab so its the same as the also purchased module, ive been staring at that part of the code and its the same as the other tabs... I dont get it

    edited to say, I removed the <br> in the tab name and its now fine....
    Answers on a postcard....
    Attached Images Attached Images  
    Last edited by Reesy; 9 Aug 2006 at 06:35 PM.
    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 :)

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

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

    Quote Originally Posted by Reesy
    Ok one guinea pig stepping right up :)
    I followed your steps in your readme and got the following... see subtle screenshot
    I left the relevant part in English for the screenshot for you Q as I guess your Japanese isnt great.
    heh yea its a tough call for me to decide how I should leave the defaults. Even tho most people I've seen tend to use the non-wrapped style, I tend to like all my tabs on one line and IMO it looks neater that way if you have a lot of tabs so I tend to default to including the word wrap. But Im glad it is easy enough to figure out. I had toyed with the idea of making it a language file for all of them.. but then thats more files to maintain and more for you guys to edit if needed. So Im still on the fence about that.

    Quote Originally Posted by Reesy
    I was wondering if its poss to put a line feed in under the title in the cross sell tab so its the same as the also purchased module, ive been staring at that part of the code and its the same as the other tabs... I dont get it
    Ah yes, I was wondering if anyone else was going to notice this. This is actually a Cross Sell issue, unrelated to the tabs. You can open up templates_default/templates/tpl_modules_also_purchased_products.php and compare it to templates_default/templates/tpl_modules_xsell_products.php

    The Xsell module adds the header name to the template file, the customers also purchased module adds it from modules/also_purchased_products.php. Perhaps because the require is outside of the template load in the also purchased products, but inside the template loading of the xsell module.. You might be able to add <br /> tags after the </h2> tag in the xsell module to get it to look the same. or move the Cross sell header name to the modules file to be more like the rest.
    Last edited by qhome; 9 Aug 2006 at 07:11 PM.

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

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

    @Reesy, just to try it, I moved the title tag to the xsell module file to make it look more like the also purchased module, but had no luck, it just removed the title all together. So instead I added the <br /> under the </h2> tag in the xsell template file and it worked fine there. Its a hack, but it looks fine when rendered.

  5. #415
    Join Date
    Mar 2005
    Posts
    555
    Plugin Contributions
    4

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

    Hi Q!
    Kewl, that hack works fine. Thanks for helping out there.
    In the screenshot above you will notice that when the tab name was on 2 lines it didnt render correctly and there was a small gap under the tab. ie the tabs were not all sitting on the same line.
    I made a language file for mine, as its only 1 tiny extra file.
    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 :)

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

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

    Also, the code is smart enough to check if you already have a custom Product Description tab, it will not auto-create another one, it will just load that one as normal. Remember my code is genius
    Sure it is. Works perfectly.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

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

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

    Quote Originally Posted by Reesy
    Hi Q!
    Kewl, that hack works fine. Thanks for helping out there.
    Good to hear :)

    Quote Originally Posted by ideasgirl
    Sure it is. Works perfectly.
    :)

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

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

    Well no bug reports so far :) Looks like its good for release. I'll add it to the Downloads area.

    So here's some ideas that have been going through my head. The use of AJAX to pull tab data on the fly, instead of loading it all at page load.

    The idea would be to have things like Additional Images, Customers Also Purchased, and Cross Sell tab data. Also.. for new tabs planned like the Reviews, Ask a Question, and Tell a friend forms right inside the tabs instead of a link to the form also might be good candidates for AJAX style instead of loading it all at once.

    Any thoughts?

    I know I also said I'd look into porting it across to the other product types like music and freeshipping. I was waiting for all the ideas and bugs to be worked out of this version first before doing that. So it's still in the plans.

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

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

    I know I also said I'd look into porting it across to the other product types like music and freeshipping.
    I did the freeshipping type, if you want to add it to your files, let me know.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  10. #420
    kelvyn Guest

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

    I just noticed css right column weirdness in IE 6. I use Firefox and hadn't noticed this until a customer told me:
    http://www.bowak.co.uk/jangro/jangro...or-p-2113.html
    Fine in firefox, broken in IE.

    Any ideas? Thanks!

 

 
Page 42 of 120 FirstFirst ... 3240414243445292 ... 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