Page 12 of 222 FirstFirst ... 210111213142262112 ... LastLast
Results 111 to 120 of 2217
  1. #111
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by PM2008 View Post
    Yes, the variable is set in "tabbed_products_pro.php" and I also tried by adding the tag <!--#MainImageOnTab#--> to the product description.

    http://www.herbalbazar.com/index.php...&products_id=6

    I observed that above link doesn't work properly when accessed the store in IE6, the left column is pushed down (happens only for the products that has attributes). It works fine in IE7 and Firefox. Can you please look into that too for me.

    Thanks again,
    PM
    First i see that you are just renaming the old versions of the jscript_tpp.js file. You can't rename the file name part because any file that has the prefix jscript_ and the extension .js will still be loaded (thats how zen-cart works). So it appears the the _old version is overwriting the new version since its is listed alphabetically after the non-old one. Same with the _V5 version. You need to rename the jscript and .js parts. Something like:
    jxscript_tpp.js_old, jxscript_tpp.js_v5,

    That should fix your main image problem.

    I don't have any PC's with IE6 to test the other problem but I think I might know what the problem is and I will take a look

  2. #112
    Join Date
    Nov 2006
    Posts
    29
    Plugin Contributions
    0

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

    Hi

    I've tried installing this awesome module three times now, but each time I install it, the Image Handler module stops working . Has anyone got any ideas why this might be the case please? I've definitely installed the files into the correct folder as the tabs work once they've been installed.

    I'm using Zencart 1.3.8a
    Tabbed Prod Pro v0.6
    Image Handler v2.0 zc1.3.7


    Many thanks for your help

  3. #113
    Join Date
    Feb 2008
    Posts
    15
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    First i see that you are just renaming the old versions of the jscript_tpp.js file. You can't rename the file name part because any file that has the prefix jscript_ and the extension .js will still be loaded (thats how zen-cart works). So it appears the the _old version is overwriting the new version since its is listed alphabetically after the non-old one. Same with the _V5 version. You need to rename the jscript and .js parts. Something like:
    jxscript_tpp.js_old, jxscript_tpp.js_v5,

    That should fix your main image problem.

    I don't have any PC's with IE6 to test the other problem but I think I might know what the problem is and I will take a look
    Thanks for your help, I deleted the old Jscript files and it's working now as expected...

    I will await for your findings on the IE6 issue.
    Thanks,
    PM

  4. #114
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by Stone10 View Post
    Hi

    I've tried installing this awesome module three times now, but each time I install it, the Image Handler module stops working . Has anyone got any ideas why this might be the case please? I've definitely installed the files into the correct folder as the tabs work once they've been installed.

    I'm using Zencart 1.3.8a
    Tabbed Prod Pro v0.6
    Image Handler v2.0 zc1.3.7


    Many thanks for your help
    Please go into a little more detail. Are you saying that the rest of the site stops working for Image handler? or are you saying that the image on the product info page doesn't zoom?

    If it is the latter, please note that the image on the product info page never zoomed. It is considered the "large" image which doesn't have a zoom option.

    You can see IH2 still works on the sideboxes and main page and stuff on my demo site that has TPP.

    DEMO

    To test further, you can remove the product display info overrides in your template folder and use the one that is in template default and see that it also does not zoom.

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

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

    Quote Originally Posted by PM2008 View Post
    Thanks for your help, I deleted the old Jscript files and it's working now as expected...

    I will await for your findings on the IE6 issue.
    Thanks,
    PM
    Are you seeing this when using the default tpl_product_display_info.php file? I see what you are saying with your site and this is usually caused by what is called "float drop"

    I notice that Cherry Zen template uses a "Float-wrap" for some of the column work. I am wondering if it related to clearboth or to something else.

  6. #116
    Join Date
    Feb 2008
    Posts
    15
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    Are you seeing this when using the default tpl_product_display_info.php file? I see what you are saying with your site and this is usually caused by what is called "float drop"

    I notice that Cherry Zen template uses a "Float-wrap" for some of the column work. I am wondering if it related to clearboth or to something else.
    I was using the tpl_product_info_display.php provided in your package...so I went back to Cherry Zen's product display info page and added the following snippet...

    <?php
    //BOF :: Tabbed Products Pro ::
    require(DIR_WS_MODULES . 'tabbed_products_pro.php');
    //EOF :: Tabbed Products Pro ::
    ?>

    Now the issue is gone, but the display is all messed up. Please have a look.
    http://www.herbalbazar.com/index.php...&products_id=6

    Thanks,
    PM

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

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

    Quote Originally Posted by PM2008 View Post
    I was using the tpl_product_info_display.php provided in your package...so I went back to Cherry Zen's product display info page and added the following snippet...

    <?php
    //BOF :: Tabbed Products Pro ::
    require(DIR_WS_MODULES . 'tabbed_products_pro.php');
    //EOF :: Tabbed Products Pro ::
    ?>

    Now the issue is gone, but the display is all messed up. Please have a look.
    http://www.herbalbazar.com/index.php...&products_id=6

    Thanks,
    PM
    Getting Internal Error 500 now

  8. #118
    Join Date
    Feb 2008
    Posts
    15
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    Getting Internal Error 500 now
    Try again now...looks like the host had a hickup!

    Thanks,
    PM

  9. #119
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by PM2008 View Post
    Try again now...looks like the host had a hickup!

    Thanks,
    PM
    Nope. Same problem

    The server encountered an unexpected condition which prevented it from fulfilling the request.
    The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.

  10. #120
    Join Date
    Feb 2008
    Posts
    15
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    Nope. Same problem
    Sorry, my host is experiencing issues...I was able to capture a screenshot when it was up. Please have a look and let me know.

    Thanks,
    PM
    Attached Images Attached Images  

 

 

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