Page 104 of 120 FirstFirst ... 45494102103104105106114 ... LastLast
Results 1,031 to 1,040 of 1194
  1. #1031
    Join Date
    May 2006
    Posts
    188
    Plugin Contributions
    0

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

    Yay, thanks!

    Is there a way for the add to cart and attributes to be displayed on all the tabs? It's currently being shown only in the Product Description tab.

  2. #1032
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by TurtleDove View Post
    Yay, thanks!

    Is there a way for the add to cart and attributes to be displayed on all the tabs? It's currently being shown only in the Product Description tab.

    There can never be more than one copy of anything, other wise it wouldn't work. If you want to show the stuff on every tab, then there is no point to even having those objects on the tab. The same effect can be acheived by leaving them off the tabs at the bottom or top of the tab container so they are always visible.

  3. #1033
    Join Date
    May 2006
    Posts
    188
    Plugin Contributions
    0

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

    Yeah, I just wanted to put the add to cart and attributes inside the tabcontainer purely for design purposes (so that the table border of the tabcontainer will also include the attributes and add to cart)

  4. #1034
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

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

    Hi There,

    I am using combination discounts and have been trying to get the marketing code (desplay) to show within the tabs. So far I can only get it to apear outside of the tabs. Where ever i place the code ie under product name or under the attributes etc it will not show up only when its out of the tabs area.

    Below is the code. Any idea how i can get this to show on the tab ?

    Thanks
    Shane
    <?php $value = "ot_combination_discounts.php"; include_once(zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/order_total/', $value, 'false')); include_once(DIR_WS_MODULES . "order_total/" . $value); $discount = new ot_combination_discounts(); echo '<div class="content" id="combinationDiscountPolicy">'; $resp = $discount->get_discount_info($_GET['products_id'], $current_category_id); for ($i=0, $n=count($resp); $i<$n; $i++) { echo $resp[$i] . "<br />"; } echo '</div>'; // "reverse" discount logic echo '<div class="content" id="combinationDiscountPolicyReverse">'; $resp = $discount->get_reverse_discount_info($_GET['products_id'], $current_category_id); for ($i=0, $n=count($resp); $i<$n; $i++) { echo $resp[$i] . "<br />"; } echo '<br /></div>'; echo '<br class="clearBoth" />'; ?>

  5. #1035
    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 There,

    I am using combination discounts and have been trying to get the marketing code (desplay) to show within the tabs. So far I can only get it to apear outside of the tabs. Where ever i place the code ie under product name or under the attributes etc it will not show up only when its out of the tabs area.

    Below is the code. Any idea how i can get this to show on the tab ?

    Thanks
    Shane
    <?php $value = "ot_combination_discounts.php"; include_once(zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/order_total/', $value, 'false')); include_once(DIR_WS_MODULES . "order_total/" . $value); $discount = new ot_combination_discounts(); echo '<div class="content" id="combinationDiscountPolicy">'; $resp = $discount->get_discount_info($_GET['products_id'], $current_category_id); for ($i=0, $n=count($resp); $i<$n; $i++) { echo $resp[$i] . "<br />"; } echo '</div>'; // "reverse" discount logic echo '<div class="content" id="combinationDiscountPolicyReverse">'; $resp = $discount->get_reverse_discount_info($_GET['products_id'], $current_category_id); for ($i=0, $n=count($resp); $i<$n; $i++) { echo $resp[$i] . "<br />"; } echo '<br /></div>'; echo '<br class="clearBoth" />'; ?>
    To get code in the tab, you will need to add it to the tpl_tabbed_products_lite.php file. I've PM'd you about some other modifications that I can help with too.

  6. #1036

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

    Hi, is there anyway i can have a scroll bar in one of my tabs? My first tab is product description, and one of my descriptions for my product is really long and trails down really far. I would like to put a scroll in my tab but dont know the html for it?

    Also, even when i turn off global additional images, it still puts the additional images in a tab, how can i stop this?

    Help would be greatly appreciated.

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

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

    Quote Originally Posted by kitten091182 View Post
    Hi, is there anyway i can have a scroll bar in one of my tabs? My first tab is product description, and one of my descriptions for my product is really long and trails down really far. I would like to put a scroll in my tab but dont know the html for it?

    Also, even when i turn off global additional images, it still puts the additional images in a tab, how can i stop this?

    Help would be greatly appreciated.

    You could add <textarea></textarea> code to your product description or hardcode it in the tpl_tabbed_products_lite.php file in the templates directory.

    Got a link to your site to see the additional images problem?

  8. #1038

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

    *site contains adult content*

    http://www.twistedtaboo.co.uk/store/...roducts_id=218

    this is a link to the page. As you can see, the additional image is in the tab even though it is turned to off. I wanted to integrate swap images in mouseover into my site, and so didnt want the images in the tabs. Although now after uploading the files for it to my server, it seems more trouble than it is worth!! So probably gona scrap it anyway. Would still like a solution for this problem though if possible?

  9. #1039
    Join Date
    Jun 2007
    Posts
    4
    Plugin Contributions
    0

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

    Can this work with ZenMagick also?

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

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

    Quote Originally Posted by glitchbit View Post
    Can this work with ZenMagick also?
    I don't really know what ZenMagick is. I've looked at the site a few times but I can't understand what it is based on its description.

 

 

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