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!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
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.
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
http://oi61.tinypic.com/119347o.jpg
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.:down:
Thanks,
Eva
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!
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?
3 Attachment(s)
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.
Attachment 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.
Attachment 16543
This what I want it to look like. again... Left is original state and right is after clicking inside the box.
Attachment 16544
Thank you
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I found the answer to question #1 :D
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.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Kuya
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..
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.