Page 101 of 120 FirstFirst ... 519199100101102103111 ... LastLast
Results 1,001 to 1,010 of 1194
  1. #1001
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by lebrand2006 View Post
    I finally managed to make it work...

    Anyone interested in developing this new feature, please contact me...
    @ lebrand2006:

    Could you please initiate a new thread for your "feature" and if you feel it is ready for prime time submit your contribution to the Downloads area. Let's please keep this thread focused on TPL v3.8. Thanks.

    Woody

  2. #1002
    Join Date
    Apr 2006
    Location
    City Drama in Greece
    Posts
    160
    Plugin Contributions
    6

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


  3. #1003
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

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

    Quote Originally Posted by jonisolis View Post
    Dear qhome, any luck with getting the attribs to show up just on the attribs tab?
    Is anyone else able to have the attribs only show up on the attribs tab? If so, what did you do?

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

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

    Quote Originally Posted by jonisolis View Post
    Dear qhome, any luck with getting the attribs to show up just on the attribs tab?
    Ok. I finally had a chance to check it out. It seems to be working fine for me

    http://www.unbannable.com/zen/index....&products_id=2

    the code i used is
    Code:
    <!--&#37;Product Description%-->
    blahblahblah
    <!--%Custom Tab%-->
    This is another fun tab. Party on Wayne. Also I got the attribs here.
    <!--%Attribs%-->
    <!--*sub_AttributeOptions(3)*-->
    <!--*sub_CustomersAlsoPurchased(2)*-->
    <!--*sub_CrossSell(4)*-->
    <!--#Reviews#-->
    <!--@EndTabs@-->
    Here is another item with text below the Tabs

  5. #1005
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    Ok. I finally had a chance to check it out. It seems to be working fine for me

    http://www.unbannable.com/zen/index....&products_id=2

    the code i used is
    Code:
    <!--%Product Description%-->
    blahblahblah
    <!--%Custom Tab%-->
    This is another fun tab. Party on Wayne. Also I got the attribs here.
    <!--%Attribs%-->
    <!--*sub_AttributeOptions(3)*-->
    <!--*sub_CustomersAlsoPurchased(2)*-->
    <!--*sub_CrossSell(4)*-->
    <!--#Reviews#-->
    <!--@EndTabs@-->
    Here is another item with text below the Tabs
    HELP! I added your code (above) but I am still getting the Attributes on both the 'Product Description' tab and the 'Attributes' tab! What am I doing wrong? Here is the page: http://www.horse-logos.com/arab-flag...-clip-p-6.html

  6. #1006
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

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

    Quote Originally Posted by jonisolis View Post
    HELP! I added your code (above) but I am still getting the Attributes on both the 'Product Description' tab and the 'Attributes' tab! What am I doing wrong? Here is the page: http://www.horse-logos.com/arab-flag...-clip-p-6.html
    Still needing help with this. I can not get the product 'Attributes' to only show up on the 'Attributes' tab. Can someone check and see what I could be doing wrong. Thanks!

  7. #1007
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

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

    Hi Guys, Im wondering if someone can help.

    Ive installed this mod (admin version) and its my understanding (which is limited) that i should be able to automatically get an add to cart tab, a product description tab etc

    however i get a product description tab, with the description and the buy options, cart button, attributes etc I thought these were automatically separated using the admin controls ?

    which by the way are:
    TitleValue Global Product Description Tab1 Global Main Image On Tab1 Global Add To Cart Tab1 Global Additional Images Tab1 Global Customers Also Purchased Tab1 Global Media Collection Tab0 Cross Sell Is Installed0 Global Cross Sell Tab0 Show Tab Headers1 Show Tab Headers when Javascript is Off1 Global Reviews Tab1 Global Use Sub Tags0

    I managed to get them on separate tabs using custom tabs but then i get two product descriptios tabs one with the 'description' and one with all the cart stuff in?

    Any ideas what ive done wrong ?

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

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

    Quote Originally Posted by knighs2 View Post
    Hi Guys, Im wondering if someone can help.

    Ive installed this mod (admin version) and its my understanding (which is limited) that i should be able to automatically get an add to cart tab, a product description tab etc
    Hi knighs.

    The "Global Add to Cart" is a very strict button with some extra smart (or over done) coding. Globally, I didn't add a method to make Add-to-cart its own tab. If you read the properties of the Global Add to Cart button in the admin where you set it to true or false:

    ====Global Add To Cart Tab
    Set this to 1 if you want the add to cart button on a tab. Note this includes Add To Cart, Qty Discounts, and Option Attributes. The add to cart option will add itself to the first tab if using any custom tabs, otherwise it will make its own tab, which will be the first tab. This keeps the Add to cart button in view at all times no matter the configuration
    ====

    So if you set this to 1, it will put the add to cart stuff on the first custom tab. If you have Global Products Description on, that is a custom tab so the add to cart will be on there. If you don't use global prod description and don't have any custom tabs, then the add to cart button will make its own tab as the first tab.

    It was done this way to ensure that customers could always see the add to cart button because you usually want customers to have to quickest way to add a product to their cart.

    If you want a separate Add to cart button and Custom tabs, currently the only way is to use the sub tab tags and specify which tab you want it on.

  9. #1009
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

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

    Hi knighs.

    The "Global Add to Cart" is a very strict button with some extra smart (or over done) coding. Globally, I didn't add a method to make Add-to-cart its own tab. If you read the properties of the Global Add to Cart button in the admin where you set it to true or false:
    Thanks for that. I kinda got it to work.

    Is there anyway i can change the hard code so that if i have global options on it creates the tabs i require. basically I want and ADD to cart tab always first then a product description second followed by some of the other options and then customs ones.

    If its not that simple do do code wise how much might it cost to have an amended version made ?

    Thanks
    Shane

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

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

    Quote Originally Posted by knighs2 View Post
    Thanks for that. I kinda got it to work.

    Is there anyway i can change the hard code so that if i have global options on it creates the tabs i require. basically I want and ADD to cart tab always first then a product description second followed by some of the other options and then customs ones.

    If its not that simple do do code wise how much might it cost to have an amended version made ?

    Thanks
    Shane
    Hi. I don't think it would be too hard. I have been meaning to go rewire some of the way tabbed lite works. I'm just not sure if I should just make it its own product_type layout instead of manipulated it for existing products. Mainly the problem is that at this point, zc doesn't natively support changing the product type code from with the admin area, so its not easy to change from product_general to product_music or in this case product_tabbed. So I think for now I will stick to the data manipulation. But I'd like to implement a sorting order so that tabs can be ordered in custom ways easily.

    Let me take a look at what I can do with it. It might get to be a bit heavier than "Lite" so I might just make a separate "Tabbed Products Not-so-lite" :)

 

 

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