Page 33 of 222 FirstFirst ... 2331323334354383133 ... LastLast
Results 321 to 330 of 2217
  1. #321
    Join Date
    Oct 2006
    Posts
    62
    Plugin Contributions
    0

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

    Qhome,

    I'm sorry if this has been asked, I didn't find it. Is it possible to put the main product image on a tab WITHOUT the title and price?

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

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

    @audrah. Did my reply above about adding it to the "fmtdot" section work for you?

    Quote Originally Posted by zafer View Post
    Hello
    How to add "Product notifications" logo to review tab?
    thank you

    Zafer
    [email protected]
    See here

    Quote Originally Posted by tstamplis View Post
    Qhome,

    I'm sorry if this has been asked, I didn't find it. Is it possible to put the main product image on a tab WITHOUT the title and price?
    So you want the title and price outside of the tabs, but the image on the tab?

    Edit the includes/modules/tabbed_products_pro.php file
    and find (around line 354):
    Code:
    $fmtMainIm .= '<h1 id="productName" class="productGeneral">' . $products_name . '</h1>'; // Product Name
    $fmtMainIm .= '<h2 id="productPrices" class="productGeneral">';
    change to:
    Code:
    //$fmtMainIm .= '<h1 id="productName" class="productGeneral">' . $products_name . '</h1>'; // Product Name
    //$fmtMainIm .= '<h2 id="productPrices" class="productGeneral">';

  3. #323
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

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

    This mod looks great. I really like it.

    I'm wondering if you have a site anywhere that has all the different CSS styles loaded so that I can check out the ones you have already created without having to do a ton of FTP'ing.

    Thanks,
    lindasdd

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

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

    Quote Originally Posted by lindasdd View Post
    This mod looks great. I really like it.

    I'm wondering if you have a site anywhere that has all the different CSS styles loaded so that I can check out the ones you have already created without having to do a ton of FTP'ing.

    Thanks,
    lindasdd
    DEMO

    Tho the tabswitcher doesn't seem to work right with IE yet. (tabs 3 - 9 are the same in IE). So use FF or Opera. But the tabs themselves work fine in all browsers

  5. #325
    Join Date
    Jan 2008
    Posts
    50
    Plugin Contributions
    0

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

    Quote Originally Posted by qhome View Post
    Ahh now i know what you are talking about. Its basically the same premise, copy the structure from the sidebox template file and paste it under the tell a friend section. Only difference is that you need to change the content = part to echo.

    Try this:
    PHP Code:
    <?php
      
    echo '<div style="width: 200px; float: left;">';
      echo 
    '<a href="' zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action')) . 'action=notify'$request_type) . '">' zen_image(DIR_WS_TEMPLATE_IMAGES OTHER_IMAGE_BOX_NOTIFY_YESOTHER_BOX_NOTIFY_YES_ALT) . '<br />' sprintf(BOX_NOTIFICATIONS_NOTIFYzen_get_products_name($_GET['products_id'])) .'</a>';
      echo 
    '</div>';
    ?>
    You might want to play with the style for floating on different sides and stuff.
    -----------------------------------------

    Thank you for the help

    Can you please indicate the file name to be edited and where located.

    Zafer

  6. #326
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by zafer View Post
    -----------------------------------------

    Thank you for the help

    Can you please indicate the file name to be edited and where located.

    Zafer
    You can just paste the code above into the /includes/templates/YOURTEMPLATE/templates/tpl_product_reviews_default.php

    right before the last </div> tag

  7. #327
    Join Date
    Mar 2008
    Posts
    25
    Plugin Contributions
    0

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

    Hey Qhome, after reading every post in this thread I've gotta say great mod and thanks for all your work and dedication!

    (shameless plug, "Ladies and Gentlemen, don't forget to tip your developers!)

    Qhome, I would love to use this mod on my site, its sleek, lightweight and compact but it doesn't work with the custom template I've created. I think it's a conflict with with the CSS tab menu I'm using in the header. It does look great straight out of the box with the gloss_black template however.

    You can play in my sandbox here if you want. Any ideas how I can get both tabs to peacefully coexist?

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

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

    Quote Originally Posted by toddo View Post
    Hey Qhome, after reading every post in this thread I've gotta say great mod and thanks for all your work and dedication!

    (shameless plug, "Ladies and Gentlemen, don't forget to tip your developers!)

    Qhome, I would love to use this mod on my site, its sleek, lightweight and compact but it doesn't work with the custom template I've created. I think it's a conflict with with the CSS tab menu I'm using in the header. It does look great straight out of the box with the gloss_black template however.

    You can play in my sandbox here if you want. Any ideas how I can get both tabs to peacefully coexist?
    Looking at your code and css, I don't foresee any conflicts with your existing tabs css... can you explain what doesn't work ?

  9. #329
    Join Date
    Mar 2008
    Posts
    15
    Plugin Contributions
    0

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

    Firstly, I like TPP a lot...just what I was looking for. Thanks qhome!

    Now for my issue...(I've tried searching and reading for the past hour and can't find anything) so here goes...I'm new to zencart, css, php, etc and I I'm trying to add different images in different tabs.

    For example, if I have image_01.jpg & image_02.jpg. How can I put image_01.jpg in Tab1 and image_02.jpg in Tab 2? As of right now, I can only make them show up together in the "Additional Images" tab or together as a sub tab.

    Thank you in advance.

  10. #330
    Join Date
    Mar 2008
    Posts
    25
    Plugin Contributions
    0

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

    Hi qhome, when I uploaded the files using the current template in the sandbox (renaming your_template) I thought something had gone wrong as no tabs appeared.

    I checked my code against the sample included in the mod, checked and rechecked the config settings but couldnt get anything to display. I then uploaded to the gloss_black template and there were those cool tabs! Being the geek I am I reupped all the files to my other template but still no tabs! I'm baffled!

    I'm running 1.38a with Sales Reports2.2rc1, Contact Us add subject, Ty Package tracker, Superorders 2.0,Credit Card sidebox, Easy Populate v1.2.5.4, Shopping Cart with checkout sidebox and Yahootree categories menu.

    If you look at the source code for the page I see this in there <!--%Product Description%--> <!--#AddToCart#--> <!--#Reviews#--> <!--@EndTabs@-->

    I'm going to go over the source code for each page with WinMerge and see what I can find.

 

 

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