Page 119 of 120 FirstFirst ... 1969109117118119120 LastLast
Results 1,181 to 1,190 of 1194
  1. #1181
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by koge View Post
    Hey all,

    Thanks for this great contrib!

    I installed it and it went fine but I'm getting this in result.



    Can someone tell me what is wrong with it? It's a fresh installation of the addon. I didn't edit any files.

    Thanks in advance!

    Quote Originally Posted by qhome View Post
    This contrib is no longer supported and has been replaced by "Tabbed Products Pro". the Pro version should fix this problem and others.

    You can see the official support thread here:
    http://zen-cart.com/forum/showthread...013#post496013
    Try that one

  2. #1182
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Have a Drink Re: Tabbed Products ''LITE'' version - Delimiter based

    TREMENDOUS - I have been watching and waiting for development to slow down before installing.

    Did it today on www.nativitydisplays.com on the Cherry Zen Template.

    I have nothing to say but "Excellent Work" about all of your contributions.


    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  3. #1183
    Join Date
    Feb 2009
    Posts
    4
    Plugin Contributions
    0

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

    Hi,

    You can see working demo here.

    http://www.sizzlingshop.com/mobile-s...le-phone-p-207

    hetalsagar

  4. #1184
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

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

    Hi

    I seem to have a problem, now it could be the image handler or it could be tab lite, Im not sure which so thought I would try here first since its the more active one.

    I recently relocated a friends site to my hosting temporarily, after fiddling for a short while its working ok, however, for some reason, on several of the products, when you go into the product to view it you get the following.

    Image displays ok
    Description Tab is visible, followed by this line.

    Warning: ereg_replace() [function.ereg-replace]: REG_EPAREN in /home/xxxxxxxx/public_html/macropackaging.co.uk/includes/templates/Custom1/templates/tpl_product_info_display.php on line 248

    Under this line I then have the same line repeated some 3 pages in length.

    Warning: preg_match() [function.preg-match]: Compilation failed: missing ) at offset 49 in /home/xxxxxxxx/public_html/macropackaging.co.uk/includes/templates/Custom1/templates/tpl_product_info_display.php on line 261

    Then I have the description and all other items displaying without problem

    You can see it here http://www.macropackaging.co.uk/doub...xes-p-223.html

    Now I dont know enough about php to be able to work out where the issue is, but I have read the possibility of not having a / in front of a " but honestly am not sure.

    Can anyone help me with this.

    Thanks in advance
    My only addon is Gallery addon and can be seen here breezy

  5. #1185
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Be sure you removed the Tabbed Product "Lite" stuff when upgrading to Tabbed Product "Pro". That doesn't seem related to this error, but it will be related to future errors.

    I'm not sure where this error is coming from. Try using the included tpl_product_display_info file and see if that works. Then if you need to merge it into a custom version, you can rule out any problems with TPP.

    I know for a fact that TPP works with IH2

  6. #1186
    Join Date
    Apr 2004
    Location
    vienna
    Posts
    198
    Plugin Contributions
    9

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

    Quote Originally Posted by qhome View Post
    I'm not sure where this error is coming from. Try using the included tpl_product_display_info file and see if that works.
    the original template file does not deal with ereg_replace;
    please post lines tpl_product_info_display.php on line 248 & 261


    I know for a fact that TPP works with IH2
    yes TPP works well with IH2 & zen_lightbox; look at: http://demo.zen-cart.at/index.php?ma...id=viennablood

  7. #1187
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

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

    These are the lines 248 to 261

    Code:
     $products_image_directory = ereg_replace($products_image, '', substr($products_image, strrpos($products_image, '/')));
    	    if ($products_image_directory != '') {
    	      $products_image_directory = DIR_WS_IMAGES . ereg_replace($products_image_directory, '', $products_image) . "/";
    	    } else {
    	      $products_image_directory = DIR_WS_IMAGES;
    	    }
    	  
    	    // Check for additional matching images
    	    $file_extension = $products_image_extension;
    	    $products_image_match_array = array();
    	    if ($dir = @dir($products_image_directory)) {
    	      while ($file = $dir->read()) {
    	        if (!is_dir($products_image_directory . $file)) {
    	          if(preg_match("/" . $products_image_base . "/i", $file) == '1') {
    I sort of figured the issue was here, but failed to see anything weird character wise in the product description, which again I am assuming is whats going on, so I am at a loss as to how to fix it, and I do not know this command or many php commands that well to be able to workit all out

    From my understanding though the ereg replace simply translates certain characters so they will work
    My only addon is Gallery addon and can be seen here breezy

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

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

    First, I will say preg_replace is faster
    Second, the error is due to having something not within the realms of eregs regex matching.

    Do a search for that error on google. You don't really even have anything to regex, looks like it could be done with a simple str_replace, but im no expert on regex

  9. #1189
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    187
    Plugin Contributions
    0

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

    Hi, I have TP Lite, how do I add the main picture into the description area?

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

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

    Get Tabbed Product "Pro".

    Lite is dead

 

 

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