Page 45 of 120 FirstFirst ... 3543444546475595 ... LastLast
Results 441 to 450 of 1194
  1. #441
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by Woodymon
    <snip>
    It would still be more beneficial for me to help if you would post a VIEW SOURCE capture from your browser.

  2. #442
    Join Date
    Sep 2004
    Posts
    120
    Plugin Contributions
    0

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

    Is it possible to move price, attributes and add to cart button, to one tab?

    This is what i want

    Above tab i have product name, picture and description. First tab has custom extra description, second one has extra photos(custom) and last one, would have prices and add to cart.

    Thank you and a big pad on the back for this addon.

  3. #443
    Join Date
    Aug 2006
    Posts
    28
    Plugin Contributions
    0

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

    Hi

    Sorry if this has been asked before, i was getting dizzy reading every post in the thread.

    I put the lines of code:

    <!--#CustomersAlsoPurchased#-->

    and

    <!--#AdditionalImages#-->

    Into my product description as it said to do. But no tabs are showing up. I guess this is supposed to add the modules of these under the tab right? Sorry, I am real new, trying to figure all this out. I have a tab before and after these in product description set up and they show fine, they are normal tabs. Does anyone know why these 2 tabs aren't showing?

    Here is the product page:

    http://www.3dfrog.com/store/index.ph...roducts_id=180

    I don't know how to code, I am just using the most basic settings for this. I think it is a really cool add on and would like to use it if possible. If I can get those two tabs to work I will be satisfied.

    Thanks
    Dennis

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

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

    Is it possible to move price, attributes and add to cart button, to one tab?
    If you have the last version (3.11) by setting the $bGblAddToCart = true; should put your attributes, qty. discount box, and add to cart to your descriptiong tab.

    If I can get those two tabs to work I will be satisfied.
    Hey 3dfrog, if you have v3.11 you don't have to insert any of those codes anymore into your item description. Just set the globals on your tpl file:
    Code:
      $bGblMainImageOnTabs =  false; 
      $bGblAddToCart =  true;
      $bGblAdditionalImages = true;
      $bGblCustomersAlsoPurchased =  true;
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  5. #445
    Join Date
    Aug 2006
    Posts
    28
    Plugin Contributions
    0

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

    i have tabbed products 3.2afinal tabbed products and the latest zencart edition installed. Should I revert my tabbed products?

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

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

    Quote Originally Posted by teva
    Is it possible to move price, attributes and add to cart button, to one tab?

    This is what i want

    Above tab i have product name, picture and description. First tab has custom extra description, second one has extra photos(custom) and last one, would have prices and add to cart.

    Thank you and a big pad on the back for this addon.
    That is almost possible, but not entirely for some logical reasons (in my own mind anyway).

    When creating this, I wanted to make a somewhat intelligent assumption that you would always want the main product description and add to cart/pricing information visible at all times, no matter what the tab setup was.

    So I force a few things:

    1. If using custom tabs with AddToCart not set as a tab, the custom tabs would always come first in the tab order, followed by the extras like additional images and customers also purchased. The Add to cart button would stay in it's default zencart place down at the bottom.

    2. If using custom tabs and the AddToCart is set to be on tabs, then I force the add to cart to be on the very first custom tab so that both the description and add to cart are still always visible.

    3. If NOT using custom tabs but AddToCart is set to be on tabs, then I force the Add to Cart to create its own tab. And I force that to be the first tab. So once again you still see the Product description up top, and the add to cart button on the default (first) tab.

    So based on those settings, there is no way to have Product Description up top, and have another "extra" custom tab after the Add to Cart tab.

    The best you could do would be to have the Name, Image, and Product description up top above the tabs, and have the extra tab content as well as the add to cart stuff on the first tab. You could also move the price onto this tab above the add to cart button if you wanted.

    If you need help with that, let me know. I hope I explained it well enough.

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

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

    Quote Originally Posted by 3dfrog
    i have tabbed products 3.2afinal tabbed products and the latest zencart edition installed. Should I revert my tabbed products?

    No you can do it with 3.2a as well. But the tags in the description should also work. I had a look at your site, and Im looking into it.

    Question, does that product actually have additional images and customer also purchased products already? like before you used the tab file? Because if there are no images then it will not show them even if you set it to use tabs.

    Also I recommend editing the template file and removing the <br /> from the $gbl_proddesc_tab_name so all tabs are on the same line and not word wrapped
    Last edited by qhome; 16 Aug 2006 at 07:55 PM.

  8. #448
    Join Date
    Aug 2006
    Posts
    28
    Plugin Contributions
    0

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

    thanks

    It looks like all the globals are set to trues in the code

    //############ GLOBALS ##############
    $bGblProdDescTab = true; // Forces the Product Description to globally be in a tab
    $bGblMainImageOnTabs = false; // adds Main image to tabs only if you have at least one custom tab
    $bGblAddToCart = true; // adds Add to Cart, Attribute Options, and Qty Discount to a tab
    $bGblAdditionalImages = true; // adds Additional Images on its own tab
    $bGblCustomersAlsoPurchased = true; // adds Customers Also Purchased as its own tab

  9. #449
    Join Date
    Aug 2006
    Posts
    28
    Plugin Contributions
    0

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

    Oops sorry again

    I dont have another product test in there yet, i'll put one and test the customers also purchased tab.

    Dumb question. Where is the additional images panel in admin. I cant find it anywhere. That was my next question. I thought the panel would just show blank.

  10. #450
    Join Date
    Aug 2006
    Posts
    28
    Plugin Contributions
    0

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

    Ok, the customers also purchased tab is showing now. sorry about that. There is no space between also and purchased on the tab though. I have to figure out additional images but i guess this isnt the right thread for that. Thanks so much for helping out a new guy! I am figuring it all out but it is fun.

 

 
Page 45 of 120 FirstFirst ... 3543444546475595 ... 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