Page 64 of 222 FirstFirst ... 1454626364656674114164 ... LastLast
Results 631 to 640 of 2217
  1. #631
    Join Date
    Nov 2008
    Posts
    20
    Plugin Contributions
    0

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

    I am trying to find product info display template to make rthe modifications but with no joy. As it stands I am not getting any tabs at all.

    My site is www.electronicgiftshop.co.uk

    I am using zencart 1.3.8 and a modified version of Apple Zen

    I am running Hoverbox3 and IH2

    If I could only find the file????

    Cheers

    Lee

  2. #632
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

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

    The default product info display is in /includes/templates/tempalte_default/templates

    When you modify it, be sure to use the over ride directory.



    Quote Originally Posted by sykes48 View Post
    I am trying to find product info display template to make rthe modifications but with no joy. As it stands I am not getting any tabs at all.

    My site is www.electronicgiftshop.co.uk

    I am using zencart 1.3.8 and a modified version of Apple Zen

    I am running Hoverbox3 and IH2

    If I could only find the file????

    Cheers

    Lee

  3. #633
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Change Tab header

    Is there a way within TPP to change the way the heading within the tab (not the ones across the top) display? Currently, it's using '<h2 class="centerBoxHeading"> I don't want that kind of header in this location.

    I think I can get it done going into each template (xsell, also purchased, etc) but I'd like a more centralized approach. Can I add something in one of the tpp stylesheets?

  4. #634
    Join Date
    Nov 2008
    Posts
    20
    Plugin Contributions
    0

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

    Cheers,

    I got the tabs working but for some reason if a product is under the category Free Shiping they still dont diplay.

    Any assistance would be greatly appreciated?

    Many thanks

    Lee

    Site: www.electronicgiftshop.co.uk

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

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

    Quote Originally Posted by DBB1 View Post
    Nope. The upgrade to TPP v1.05 didn't address the issue.

    Apparently, the product image is being repeated in the REVIEWS code, which makes Lightbox think that there is a second image.

    Where would I look to comment this repeated image out, so that I can use product reviews and Lightbox together?

    Thanks,
    -DBBI
    Ah ok. Well the reason for this is because the core reviews page does have the main image on it. But since I'm including it as part of the display page, I use javascript to hide it. I guess the lightbox javascript is alphabetically higher in the execution chain so it acts on it first. You can edit your tpl_product_reviews_default.php file to remove the main image stuff from it.

    Quote Originally Posted by pacdad View Post
    I downloaded and unzipped. But there are no include/ folders or anything to navigate everything to. Where do i install it in my folder ?
    Not sure what you mean. You should have an includes folder.. you'd copy that over your includes folder on your site.

    Quote Originally Posted by jeking View Post
    Is there a way within TPP to change the way the heading within the tab (not the ones across the top) display? Currently, it's using '<h2 class="centerBoxHeading"> I don't want that kind of header in this location.

    I think I can get it done going into each template (xsell, also purchased, etc) but I'd like a more centralized approach. Can I add something in one of the tpp stylesheets?
    centerBoxHeading is what the core template normally has so I left it there. If you want to change it you can do it in includes/modules/tabbed_products_pro.php and global replace "centerBoxHeading" with the class you'd prefer.

    Quote Originally Posted by sykes48 View Post
    Cheers,
    I got the tabs working but for some reason if a product is under the category Free Shiping they still dont diplay.
    I only set it to work with tpl_product_display_info.php. Not for the other product types like freeshipping or music or documents. If I have time I'll see about adding them.

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

    Idea or Suggestion Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Thank You qhome for this amazing add-on for Zen-Cart and for sticking around to support it!

    Have you seen and ZC 2 code yet? Do you have any idea's how long it will take to port this mod to the new version?

    Thanks
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

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

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

    Quote Originally Posted by Stuff4Toys View Post
    Thank You qhome for this amazing add-on for Zen-Cart and for sticking around to support it!

    Have you seen and ZC 2 code yet? Do you have any idea's how long it will take to port this mod to the new version?

    Thanks
    JOhn ><>
    ZC2?!! I haven't watched the forums that closely to even know they released it yet. I'll have to take a look

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

    Have a Drink Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by qhome View Post
    ZC2?!! I haven't watched the forums that closely to even know they released it yet. I'll have to take a look
    Doesn't seem to be released yet, I was just wondering if you (being a dedicated zen-cart mod developer) had any advance knowledge or had started working on a new solution yet.

    I will keep watching.
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  9. #639
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

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

    Quote Originally Posted by qhome View Post
    Originally Posted by jeking
    Is there a way within TPP to change the way the heading within the tab (not the ones across the top) display? Currently, it's using '<h2 class="centerBoxHeading"> I don't want that kind of header in this location.

    I think I can get it done going into each template (xsell, also purchased, etc) but I'd like a more centralized approach. Can I add something in one of the tpp stylesheets?
    centerBoxHeading is what the core template normally has so I left it there. If you want to change it you can do it in includes/modules/tabbed_products_pro.php and global replace "centerBoxHeading" with the class you'd prefer.
    Thanks! I tried that, so maybe I'm making a css error. I added:

    .tppHeading (
    color: #B5CF8E;
    text-align: center;
    }

    near the top of stylesheet.css but the text is not doing either. See:
    http://www.customcreationsunlimited....oducts_id=1173

    This is the source from that page...
    <div id="sc1" class="tabcontent" style="display:block;">
    <div id="ProductDescriptionHeader1" style="display:block;">
    <class="tppHeading">Product Details</>
    </div>

    Thanks for the help.

  10. #640
    Join Date
    Oct 2008
    Posts
    32
    Plugin Contributions
    0

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

    I cant get this to work.When I set Global Enable Tabs to 1 my products page just displays my site logo and nothing more.

    www.csajamaica.com

    Please help.I am new to zencart

 

 

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