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?
Printable View
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?
@audrah. Did my reply above about adding it to the "fmtdot" section work for you?
See here
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):
change to:Code:$fmtMainIm .= '<h1 id="productName" class="productGeneral">' . $products_name . '</h1>'; // Product Name
$fmtMainIm .= '<h2 id="productPrices" class="productGeneral">';
Code://$fmtMainIm .= '<h1 id="productName" class="productGeneral">' . $products_name . '</h1>'; // Product Name
//$fmtMainIm .= '<h2 id="productPrices" class="productGeneral">';
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
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?
:cry:
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.
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! :frusty:
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.