Page 41 of 222 FirstFirst ... 3139404142435191141 ... LastLast
Results 401 to 410 of 2217
  1. #401
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by michaelhl View Post
    I have the following problems:

    1. Advanced X-SELL works but not on a Tab:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_XSELL' at line 8

    when tab is switched to off it works.

    2. Additional images: When they are not on a TAB they are displayed in the right way next to each other. When they ar on a TAB one underneath the other.

    Are there any solutions for this problems?
    Dunno.. these aren't problems that I have. Need a link

  2. #402
    Join Date
    Oct 2005
    Location
    Germany
    Posts
    60
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Now Xsell is switched for beeing on a tab

    http://www.bdsm-lager.com/fetish-sho...tikel-p-1.html

  3. #403
    Join Date
    Oct 2005
    Location
    Germany
    Posts
    60
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    The X-Sell Problem is solved. I run the following sql-patch from the original x-sell contribution:

    PHP Code:
    ## add switches for:  MIN_DISPLAY_XSELL, MAX_DISPLAY_XSELL
    INSERT INTO configuration (configuration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderdate_addedVALUES ('Display Cross-Sell Products''MIN_DISPLAY_XSELL'1'This is the minimum number of configured Cross-Sell products required in order to cause the Cross Sell information to be displayed.<br />Default: 1'217now());
    INSERT INTO configuration (configuration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderdate_addedVALUES ('Display Cross-Sell Products''MAX_DISPLAY_XSELL'6'This is the maximum number of configured Cross-Sell products to be displayed.<br />Default: 6'366now());
    INSERT INTO configuration (configuration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderset_functiondate_addedVALUES ('Cross-Sell Products Columns per Row''SHOW_PRODUCT_INFO_COLUMNS_XSELL_PRODUCTS''3''Cross-Sell Products Columns to display per Row<br />0= off or set the sort order.<br />Default: 3'1872'zen_cfg_select_option(array(0, 1, 2, 3, 4), 'now());
    INSERT INTO configuration (configuration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderset_functiondate_addedVALUES ('Cross-Sell - Display prices?''XSELL_DISPLAY_PRICE''false''Cross-Sell -- Do you want to display the product prices too?<br />Default: false'1872'zen_cfg_select_option(array(\'true\',\'false\'), 'now()); 
    after this it works. May be that the advanced x-sell deletes it from the database

  4. #404
    Join Date
    Oct 2005
    Location
    Germany
    Posts
    60
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    I just see that the picture problem is only in German language not in English. How could this be?

  5. #405
    Join Date
    Oct 2005
    Location
    Germany
    Posts
    60
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    All problems are solved. I found a tabbed products lite file in the german language folder. After the deletetion all works well.

  6. #406
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

    Default Tab Contents

    Hi Guys,

    Can anyone advise how you add content to the tabs.

    Say for example - something simple to start with like the product name in inf_desplay its <h1 align="center"><?php echo $products_name; ?></h1>

    Now as far as i was lead to belive you can enter info in the tabbed_products_pro.php file so i tried just echo $products_name; under: //<!--bof Add to Cart Box --> about line 277 to see if i could get the product name to show in the Add to Cart tab. But nothing.

    Can anyone shed some light on how to add info into tabs.

    Thanks
    Shane

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

    Default Re: Tabbed Contents

    Ive half worked out the above but also have an issue with my tab layout

    Where i have changed some of my tab names they dont fit on one line the last title is wrapped and creats a gab below before then next name on a separate line See here is there a way to make sure if this happens it just puts the tabbs ona new line?

    Thanks
    Shane

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

    Default Re: Tabbed Contents

    ^^
    Not really. You can however edit the language file and add a <br /> between words so instead of
    Code:
    Product Description | Additional Images | Cross Sell
    you can have
    Code:
      Product         Additional      Cross
    Description  |      Images     |   Sell

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

    Default Re: Tabbed Contents

    Quote Originally Posted by qhome View Post
    ^^
    Not really. You can however edit the language file and add a <br /> between words so instead of
    Code:
    Product Description | Additional Images | Cross Sell
    you can have
    Code:
      Product         Additional      Cross
    Description  |      Images     |   Sell
    Thanks Ill try that, however it worked fine in tabbed products lite ? see here
    i have two rows of tabs one under the other and its deplays fine, not sure why it should be different in this version ?

    Can you also confirm the correct way of adding info the the actual tabs. Again it apears to be very different from tab products lite.

    for expmple i want to add:
    <h2 id="productRewardPoints" class="productRewardPoints">
    <?php
    /**
    * display the product reward points
    */
    include($template->get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_reward_points.php');
    ?>
    </h2>
    <!--eof Product Reward Points block -->
    to my add to cart tab. Exactly which area to i add it too, ive been trying add to cart pre load and the add to cart. So far only way i can get anything to show up in the actual tab its self is by adding this to some areas $fmtATC .= however as im not a programmer im having issues trying to get tho show.
    Do you have a small guide you could do to explain how to add code to tabs.

    Thanks
    Shane

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

    Default Re: Tabbed Contents

    Quote Originally Posted by knighs2 View Post
    Thanks Ill try that, however it worked fine in tabbed products lite ?
    That just happens to look right because the spacing is exactly perfect and there is a little extra padding in the css. Still, that look is undesirable imo.. that is why i fixed it a bit in TPP. The ideal look is to have no wrapping at all.

 

 

Similar Threads

  1. Main Image Replacer (MIR) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 5 Aug 2017, 02:47 AM
  2. v154 Tabbed Prod Pro (TPP): Adding Anchor Links
    By Feznizzle in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 30 May 2016, 07:50 PM
  3. v139h Conflicts between Tabbed Home and Tabbed Products Pro v1.07
    By swdynamic in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 14 Sep 2014, 06:29 PM
  4. Column Divider Pro (CDP) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 275
    Last Post: 3 Nov 2013, 07:44 AM
  5. Tabbed Products Contrib [WIP]
    By qhome in forum All Other Contributions/Addons
    Replies: 22
    Last Post: 22 Sep 2008, 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