Page 219 of 222 FirstFirst ... 119169209217218219220221 ... LastLast
Results 2,181 to 2,190 of 2217
  1. #2181
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

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

    I created a separate forum thread for the problem above.

    In the even anybody else stumbles in here wanting to...
    • use tabbed product pro on an ez-page
    • use tabbed product pro on a category description page
    • use tabbed product pro on an other type of page not covered by the mod


    ...then you will find step-by-step directions here:
    https://www.zen-cart.com/showthread....o-on-an-EZpage

    Good luck!

  2. #2182
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    *duplicate post deleted*
    Last edited by DrByte; 22 Jun 2015 at 08:55 PM. Reason: duplicate deleted
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #2183

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

    Has anyone had issues with Chrome's Dynamic Price Updater plugin not working with TPP? I am not sure if it is something with TPP or Zen Cart 1.5.4 and figured I would ask here since I have yet to receive a response from Chrome's support thread on this.
    Last edited by anklebiterwoodworks; 21 Jun 2015 at 11:31 PM.
    Scott
    AnkleBiter Woodworks
    http://www.anklebiterwoodworks.com

  4. #2184
    Join Date
    Nov 2013
    Location
    Hong Kong
    Posts
    43
    Plugin Contributions
    0

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

    Hi,

    I would like to have Custom Tab 1 display in every page except two products, and have Custom Tab 2 to display on that two products (products_id=522, 523). Actually tab 2 is very similar to tab 1, but we need to do this, because pre-order products need 4 weeks to delivery, and other products only need 2-3 working days.

    I'd found the code in #2093, which can display the Custom Tab in certain products.
    PHP Code:
    $bCustom2_Tab strpos($proddata"<!--#CustomTab2#-->"); 
    Below is the capture of product 523, which I have added the <!--#CustomTab2#--> code.
    Product link: Here


    How can I restrict Custom Tab 1(Delivery Details) from product #522 and #523?
    Guess this can be done with sql, just don't know how.

    Thanks,
    Eva

  5. #2185
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

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

    Hello,
    I searched this thread but did not find solution. Its over 200 pages so not sure if this have been answered before.
    How I can select different tab than description to load by default. I don't want description tab to display by default instead want it to be number 2 or 3 in row and user can click to view it. Thank you!

  6. #2186
    Join Date
    Jul 2011
    Posts
    214
    Plugin Contributions
    0

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

    My product images are displaying the full width of the website. How do I constrict them to a certain size?

  7. #2187
    Join Date
    Jul 2016
    Location
    Philippines
    Posts
    6
    Plugin Contributions
    0

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

    I am using zc version 1.5.5a

    I have two questions...

    1) How can I remove product description information on the product listing page.
    here is my Product Description text

    <!--%Product Description%-->
    <div align="center" style="padding-top:20px;">
    <div align="center" style="max-width:900px;"><img src="/store/Products/00821-a.jpg" /></div>
    <div align="center" style="max-width:900px;padding-top:40px;"><img src="/store/Products/00821-b.jpg" /></div>
    <div align="center" style="max-width:900px;padding-top:40px;"><img src="/store/Products/00821-c.jpg" /></div>
    <div align="center" style="max-width:900px;padding-top:40px;"><img src="/store/Products/00821-d.jpg" /></div>
    <div align="center" style="max-width:900px;padding-top:40px;"><img src="/store/Products/00821-e.jpg" /></div>
    <!--*sub_AddToCart(1)*-->
    </div>
    <!--%Details%-->
    <div style="padding:20px 0 20px 0; font-size:16px; font-weight:bold;">
    PV: 2,800<br>
    Weight: 2.5 kg
    </div>
    <!--%Shipping/Exchange/Return%-->
    <div style="padding:20px 0 20px 0;">
    My shipping, exchange and return info goes here
    </div>
    <!--@EndTabs@-->

    The information in "Details" and "Shipping/Exchange/Return" is showing on the product list page.

    Click image for larger version. 

Name:	screenshot.jpg 
Views:	52 
Size:	18.8 KB 
ID:	16542

    2) How can I change the look of the "Add to Cart" quantity box? I want to put a black border around it. Below are two pics.
    This is the current look (I have outlined the area in question with a red box). Left is original state and right is after clicking inside the box.

    Click image for larger version. 

Name:	add-1.jpg 
Views:	41 
Size:	22.9 KB 
ID:	16543

    This what I want it to look like. again... Left is original state and right is after clicking inside the box.

    Click image for larger version. 

Name:	add-2.jpg 
Views:	56 
Size:	20.8 KB 
ID:	16544

    Thank you

  8. #2188
    Join Date
    Jul 2016
    Location
    Philippines
    Posts
    6
    Plugin Contributions
    0

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

    I found the answer to question #1

    and I removed this line... <!--*sub_AddToCart(1)*-->

    I found it wasn't necessary. "Add to Cart" is at the bottom of every tab.

    Now I just need to change the look of the quantity boxes.
    Last edited by Kuya; 27 Jul 2016 at 06:03 AM.

  9. #2189
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by Kuya View Post

    Now I just need to change the look of the quantity boxes.
    You should post this as a new question in the forum as it's more of a template/CSS change, and NOT a TPP specific solution..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #2190
    Join Date
    May 2016
    Location
    Arroyo Grande, CA
    Posts
    9
    Plugin Contributions
    0

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

    Has anyone had an issue with embedded YouTube Videos used in tabs? Specifically, it appears to be an iOS issue because they won't load in iPhone or iPad, but they will on Android and OSX desktop. I'm running version 1.1 on Zen Cart 1.5.4. All other tab behavior seems to work, but I can't narrow down the issue preventing YouTube videos to display in the tab.

 

 

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