Page 220 of 222 FirstFirst ... 120170210218219220221222 LastLast
Results 2,191 to 2,200 of 2217
  1. #2191
    Join Date
    May 2008
    Location
    UK
    Posts
    277
    Plugin Contributions
    0

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

    Hi there
    Sorry to ask a silly question...

    I am selling food items and i want to display a Tab which is labelled ingredients.

    Each item i sell will have its own ingredients tab which will be different every time with a new product etc.

    How can I do this or can this not be done ???

    Thanks

  2. #2192
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

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

    I do not recall the exact procedure, but it is described in the readme very clearly.
    You can use the standard description field, and add a special tag around the text that needs to be added to the new tab.

  3. #2193
    Join Date
    May 2008
    Location
    UK
    Posts
    277
    Plugin Contributions
    0

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

    Thank you very much, i will give that a try.

    Thanks


    Quote Originally Posted by Design75 View Post
    I do not recall the exact procedure, but it is described in the readme very clearly.
    You can use the standard description field, and add a special tag around the text that needs to be added to the new tab.

  4. #2194
    Join Date
    May 2008
    Location
    UK
    Posts
    277
    Plugin Contributions
    0

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

    Hi Thank you for your help. I have it all sorted out now. Thanks

  5. #2195
    Join Date
    Sep 2011
    Posts
    24
    Plugin Contributions
    0

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

    I am using Tabbed Products Pro v1.20-for155 with Zen Cart v1.5.5e. Current PHP version: 5.6

    On the product page the label for product prices appears twice. Price: Price:

    Image Below

    Click image for larger version. 

Name:	priceprice.jpg 
Views:	95 
Size:	12.4 KB 
ID:	16962

    It doesn't happen when I switch to a template that doesn't use the plugin.

    Otherwise, I love the plugin and am still going to use it even if I can't fix this problem.

  6. #2196
    Join Date
    Apr 2005
    Location
    TN
    Posts
    94
    Plugin Contributions
    0

    Default Re: Using Tabbled Products Pro with Boilerplate Fix

    FYI This also works in 1.5.5e

    It really is a handy coupling especially for any product that could use a highlight like I needed for Cosmetic products to highlight a special ingredient

    Dan


    Quote Originally Posted by bubbadan View Post
    I am putting this in here for others who may run in to this problem

    If you follow the directions here

    http://www.thatsoftwareguy.com/zenca...ate_files.html

    it will tell you to put the code in tpl_product_info_display.php
    right before
    <!--bof Product description -->

    in most cases this works just fine. However if you use TPP it will not work

    you must put the code at the very beginning of tpl_product_info_display.php right after the first ?> at the top of the page.

    in 1.51 it would look like this

    Code:
    <?php
    /**
     * Page Template
     *
     * Loaded automatically by index.php?main_page=product_info.<br />
     * Displays details of a typical product
     *
     * @package templateSystem
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_product_info_display.php 3435 2006-04-14 03:42:46Z ajeh $
     */
     //require(DIR_WS_MODULES . '/debug_blocks/product_info_prices.php');
    ?>
    <!--bof Product description -->
    <?php if ($products_description != '') { ?>
    <div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
    <?php } ?>
    <!--eof Product description -->
    <br class="clearBoth" />
    <!-- bof html description -->
    <?php
    function html_include_cb($match) {
          $prefix = "HTML_INCLUDE_";
          $match_filename = str_replace($prefix, '', $match[0]); 
          $filename = DIR_WS_LANGUAGES . $_SESSION['language'] .  
                     '/boilerplate/' . 
                     $match_filename  . ".html";
          $buffer = ""; 
          if (file_exists($filename)) { 
              $handle = @fopen($filename, "r"); 
              while (!feof($handle)) {
                  $buffer .= fgets($handle, 4096); 
              }
              fclose($handle);
          }
          return $buffer;
    }
    if ($products_description != '') { 
       $pattern = "/HTML_INCLUDE_[a-zA-Z0-9]*/"; 
       $products_description = preg_replace_callback($pattern, "html_include_cb", 
               $products_description, -1);
    }
    ?>
    <!-- eof html description -->

    Hope this might help someone.

    Dan
    Using version v1.5.7b

  7. #2197
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Using Tabbled Products Pro with Boilerplate Fix

    Revisiting this module after a long time. I remember there was a discussion some time ago about the responsiveness of this mod. Can't find that discussion anymore, but since I need this mod for a new project I thought to give ti a go. See the pictures for the result. It is not final yet, but the start is there. As soon as I have some time, I will pour this into a new version of this mod.

    Click image for larger version. 

Name:	tpp_responsive_full.jpg 
Views:	109 
Size:	64.7 KB 
ID:	17303Click image for larger version. 

Name:	tpp_responsive_verticall.jpg 
Views:	89 
Size:	47.3 KB 
ID:	17304

  8. #2198
    Join Date
    Aug 2017
    Location
    Toronto, Ontario, Canada
    Posts
    33
    Plugin Contributions
    0

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

    I really like this add on. But did have difficulty installing and changing files, etc. Ended up removing it. If anyone can guide through the steps when I re-attempt another install, I'd be grateful. I'm also willing to pay to have someone install it for me.

  9. #2199
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

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

    Quote Originally Posted by AnthonyEnnis View Post
    I really like this add on. But did have difficulty installing and changing files, etc. Ended up removing it. If anyone can guide through the steps when I re-attempt another install, I'd be grateful. I'm also willing to pay to have someone install it for me.
    At which point are you getting in trouble?
    there is only one file that needs editing, and that is "/includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php". the readme explains how to make the changes.

  10. #2200
    Join Date
    Aug 2017
    Location
    Toronto, Ontario, Canada
    Posts
    33
    Plugin Contributions
    0

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

    Thanks, I probably missed a step. I'm very new to Zen Cart. I'll reinstall and put if I run into any problems.

 

 

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