Dunno.. these aren't problems that I have. Need a link
Printable View
Now Xsell is switched for beeing on a tab
http://www.bdsm-lager.com/fetish-sho...tikel-p-1.html
The X-Sell Problem is solved. I run the following sql-patch from the original x-sell contribution:
after this it works. May be that the advanced x-sell deletes it from the databasePHP Code:
## add switches for: MIN_DISPLAY_XSELL, MAX_DISPLAY_XSELL
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Display Cross-Sell Products', 'MIN_DISPLAY_XSELL', 1, 'This is the minimum number of configured Cross-Sell products required in order to cause the Cross Sell information to be displayed.<br />Default: 1', 2, 17, now());
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Display Cross-Sell Products', 'MAX_DISPLAY_XSELL', 6, 'This is the maximum number of configured Cross-Sell products to be displayed.<br />Default: 6', 3, 66, now());
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Cross-Sell Products Columns per Row', 'SHOW_PRODUCT_INFO_COLUMNS_XSELL_PRODUCTS', '3', 'Cross-Sell Products Columns to display per Row<br />0= off or set the sort order.<br />Default: 3', 18, 72, 'zen_cfg_select_option(array(0, 1, 2, 3, 4), ', now());
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Cross-Sell - Display prices?', 'XSELL_DISPLAY_PRICE', 'false', 'Cross-Sell -- Do you want to display the product prices too?<br />Default: false', 18, 72, 'zen_cfg_select_option(array(\'true\',\'false\'), ', now());
I just see that the picture problem is only in German language not in English. How could this be?
All problems are solved. I found a tabbed products lite file in the german language folder. After the deletetion all works well.
Hi Guys,
Can anyone advise how you add content to the tabs.
Say for example - something simple to start with like the product name in inf_desplay its <h1 align="center"><?php echo $products_name; ?></h1>
Now as far as i was lead to belive you can enter info in the tabbed_products_pro.php file so i tried just echo $products_name; under: //<!--bof Add to Cart Box --> about line 277 to see if i could get the product name to show in the Add to Cart tab. But nothing.
Can anyone shed some light on how to add info into tabs.
Thanks
Shane
Ive half worked out the above but also have an issue with my tab layout
Where i have changed some of my tab names they dont fit on one line the last title is wrapped and creats a gab below before then next name on a separate line See here is there a way to make sure if this happens it just puts the tabbs ona new line?
Thanks
Shane
^^
Not really. You can however edit the language file and add a <br /> between words so instead of
you can haveCode:Product Description | Additional Images | Cross Sell
Code:Product Additional Cross
Description | Images | Sell
Thanks Ill try that, however it worked fine in tabbed products lite ? see here
i have two rows of tabs one under the other and its deplays fine, not sure why it should be different in this version ?
Can you also confirm the correct way of adding info the the actual tabs. Again it apears to be very different from tab products lite.
for expmple i want to add:
<h2 id="productRewardPoints" class="productRewardPoints">
<?php
/**
* display the product reward points
*/
include($template->get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_reward_points.php');
?>
</h2>
<!--eof Product Reward Points block -->
to my add to cart tab. Exactly which area to i add it too, ive been trying add to cart pre load and the add to cart. So far only way i can get anything to show up in the actual tab its self is by adding this to some areas $fmtATC .= however as im not a programmer im having issues trying to get tho show.
Do you have a small guide you could do to explain how to add code to tabs.
Thanks
Shane
Hi Guys,
Anyone know How i can make Add To Cart Tab to the very first tab ?
Thanks
Shane
Ive managed to make it look better by adding the <br /> as u said. as long as i dont add any more tabs it should look ok.
Would you be able to answer the below please, im really struggling with it at the moment:
Quote:
Can you also confirm the correct way of adding info the the actual tabs. Again it apears to be very different from tab products lite.
for expmple i want to add:
<h2 id="productRewardPoints" class="productRewardPoints">
<?php
/**
* display the product reward points
*/
include($template->get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_reward_points.php');
?>
</h2>
<!--eof Product Reward Points block -->
to my add to cart tab. Exactly which area to i add it too, ive been trying add to cart pre load and the add to cart. So far only way i can get anything to show up in the actual tab its self is by adding this to some areas $fmtATC .= however as im not a programmer im having issues trying to get tho show.
Do you have a small guide you could do to explain how to add code to tabs.
How can I disable the 'Details' tab? I want the details to be shown under the product price.
move the details in your tpl_product_display_info.php file to where you want it. Then just disable the Details tab from the admin->TPP Config section.
Unless you also want the product price on a tab, then you need to do a code change in the tabbed_products_pro.php module file
I'm probably going to redo the whole thing when zc1.4 comes out so that things like this can be done easier. But for now, moving stuff onto other tabs, and changing the order globally isn't easy.
Hey all,
Thanks for this great contrib!
I installed it and it went fine but I'm getting this in result.
http://img365.imageshack.us/img365/4808/sampleaz5.jpg
Can someone tell me what is wrong with it? It's a fresh installation of the addon. I didn't edit any files.
Thanks in advance!
PS Qhome i looked at the link you have posted I'm not sure what im looking at:blink:
"OK Fixed:
Fixed: Prevent product title from including model number
Files affected:
-modules/tabbed_products_pro.php
Attached
(Milo, don't use this one. Use the one in your PM)"
this post?
Thanks
How to move product 'model' and 'unit in stock' from the bottom page to just under the product price? Can't locate the code in tpl_product_info_display.php.
Qhome, would you please kindly provide the list of files to uninstall from Tabbed Lite (since it's no longer available in the download section for comparison purpose).
This would be something nice to add in the readme file.
Also, no mention is made of what to do with SQL update for those of us upgrading from Tabbed Lite. Some of the configuration options in TabbedProductsPro.sql looks like they are part of tabbed lite which would mean this would generate an error if I simply install the new sql. Please advice.
Thanks!
Files to remove for lite version:
Modules:
\includes\modules\tabbed_products_lite.php
Languages:
\includes\languages\english\extra_definitions\tabbed_products_lite.php
Templates:
\includes\templates\YOUR_TEMPLATE\templates\tpl_modules_tabbed_products_lite_rev iews.php
\includes\templates\YOUR_TEMPLATE\templates\tpl_tabbed_products_lite.php
\includes\templates\YOUR_TEMPLATE\templates\tpl_tabbed_products_lite_subtabs.php
Also delete the "Lite" versions of these files:
\includes\templates\YOUR_TEMPLATE\templates\tpl_product_music_info_display.php
\includes\templates\YOUR_TEMPLATE\templates\tpl_product_free_shipping_info_displ ay.php
For the database stuff, the TPP sql file should have removed all the Lite stuff. But here is the sql anyway:
Code:SET @gid=0;
SELECT @gid:=configuration_group_id
FROM configuration_group
WHERE configuration_group_title LIKE '%Tabbed Products Config%'
LIMIT 1;
DELETE FROM configuration WHERE configuration_group_id = @gid;
DELETE FROM configuration_group WHERE configuration_group_id = @gid;
Thank you so much. I have updated our site with Tabbed Pro. Thanks for this great mod.
Quick question, what's the quickest way to remove the <br /> that were inserted in the old Tapped Pro Lite.
We have a lot of custom tabs that were constructed using things like Track<br />Listings to make them two rows on a tab. Obviously with the new Tabbed pro our tabs are messed up.
You can see an example here:
http://www.clevershoppers.com/music-...d-2-50831.html
Thanks!
Hi qhome,
Just wondering if you have managed to put anything together in the form of a basic instruction guide to help me convert some of my code so i can start adding other bits to my tabs.
Also i need to make my add to cart tab (and its contents) the verys first tab. How would i do that ?
Thanks
Shane
I thought i posted how to add tabs somewhere but I can't find it. Ill work on that in a little while.
For getting your Add to Cart tab first, you can A) leave Product description & any custom tabs off, which leaves the Add to cart to be first. Or if you still want Custom/Prod Desc tabs, then you can use a version of TPP I made that puts the custom/prod desc tabs at the end instead of the beginning.
You can find custom variations here
LOL you aren't meant to checkout.. the link is on that page. Only a crazy person would use the Zen-Cart checkout-to-download method. In setting up that demo, trying to use the download attribute feature.. i almost uninstalled ZC and nearly punched a hole in my monitor out of frustration.. i really hope that is addressed in 1.4
I've put the store into showcase mode to prevent confusion. But to dl, just click the link on that page.
Here is the tutorial to quickly add a new Global Tab.
http://www.unbannable.com/zc/downloa...GlobalTabs.pdf
changing a default tab name like "attributes" to "options"
is this possible?
thanks
Hello,
I installed Version: v1.04 tabbed pro to the previous version v1.01 tabbed pro.
However the additional images tab is no longer showing on product page. Please help.
thank you
Yes , using image handler 2, images were added
Did the tabs show your extra images with 1.01? That code hasn't changed. I've never added additional images with IH2, only by ftp upload pics with the same name. Do the IH2 images count as additional images? or do they refer to different sizes of the image for small/med/large?
I have been frustrating trying to resolve a bug.
I have been getting alot of time outs on my site.
The thing is it happens only in Internet Explorer and Not in Firefox.
I researched this and found there us a bug with Java Script and IE
I also noticed that the only time it happens is when I (They) go into a product
page.
The Only Mod that is written in Java Script and is on the Product Page
only is the TPP Mod. I am also thinking it may collide somehow when it hits
TPP the problem is that it happens some of the time and not all of the time...
Is there anyway I can put something before and after to say, Clear Code??
^^ got a link I can see? I thought I addressed all the IE Jscript problems but there may be some strange occurrence that I missed.
is this the error you get:
Yes... That and sometimes the page just doesn't load up
Well i noticed you didn't remove tablitev3.js file from your jscript folder. That will conflict with the one that TPP uses. Try that
Excellent Observation!
Thank You! I have deleted the file.
I will reply if I get another error.
FANTASTIC Mod...
Love this... I'm curious, though has anyone been able to successfully use this with other product types besides General Products? It's not crucial, but there are occasions where this might also be handy for my music (primary items in my store) and book products.
The music files I've left alone since the 1.3.8 install, but I just installed another great mod, the Product Type - Books mod. I understand it might take a little tweaking and I kinda sorta have the gist of what might need to be done, but it'd be great to know if it was ever meant to work with more than General products "out of the box" and/or if others had successfully incorporated tweaks to work with other product types and how it was approached, before I go messing about! I didn't see anything in the documentation about this specifically.
Thanks a lot... and great work, to the author!
I used to have one for Free Shipping, Music, etc. But You begin to realize those are mostly just variations of product types and I think many people found the ZC music manager to be pretty blah and just made their own html table for them.
I was originally going to make TPP its own product type altogether, but then I was told that Product Types as we know them will be changing a lot in 1.4 so we are all patiently awaiting to see what we get.
Ah... thanks for the info... I hadn't seen any of that! But that's great news, and I've been looking forward to seeing what these brilliant minds come up with for 1.4.
Yeah, a few hours after I wrote, I did actually have that realization, that the music products wouldn't need as much extra information as general products, since hopefully previews will give all the extra info one needs! I've been figuring out putting the music attributes into tables and getting an attractive Flash player button to work with the Media Manager. I'm still trying to get some of the attributes sorted into columns (ie.. the name in one, the price in another), but I'm really close to getting the download display in the vein of what I wanted.
Thanks for the reply!
Take a look at how BlessIsaacola did it on their store:
http://www.clevershoppers.com/music-...d-2-50831.html
Track Listing tab
Hi,
I am having a very hard time using this feature.
I have apple_zen installed on my templates.
I followed everything, basically copied everything like described in the instructions.
Is there anything more that I need to do , to see these effects on my website?
Any specific changes in the admin settings? I have set them to the default values,yet they do not appear on my site.. can anyone plz help me with this?
Thanks,
Dee
need link
Thanks for the help!!!
Dont have my site running the moment.. will send u the link today evening.
Do we need to add anything in the database for this? Example any specific attributes? I have set everything to true from Admin->Config>Tpp Config module already.
Thanks,
dee
It should work with default setup. As soon as the files are there and the sql was run, you should have seen tabs.
Awesome modules! Installed and it looks fine. However, I have a question. I read the docs saying it support the "Cross Sell" module tab, will this work only for the specific "Cross Sell" module as I plan to load "Better Together" modules into the cart, will this work or create any conflicts which crash the cart? thanks for your time..
It won't necessarily "crash" the cart. The Cross Sell mod that I used is the original one found here. Better together shouldn't break it either, though I haven't tested it in a while, I know other community members are using them together.
Thanks for the tips. :smile: Does the AdditionalImages requires any specific modules to be installed on the ZenCart. As I added in the images to the description via source code, the images is not showing up at the AdditionaImages tab.
With the exception of CrossSell, all other tabs are using the default Zen-Cart functionality. Additional Images works by partial name matching of the Main Product Image with other images that reside in the image folder. If you have no other images that match the main image name, then it will auto-hide itself, even if it is enabled.
But if you hardcoded additional img links in the source, it will just appear in the product description area.
Thanks.. I tried with the additional images tips but does not looks to be working good. I have posted a thread on another category to avoid crossing this thread.
http://www.zen-cart.com/forum/showth...331#post587331
I replied with a possible solution.
Ok, I figured it out... I needed to give myself access in the admin profile section!
Hey, for some reason, when I click to a different tab, it auto adjusts and moves my entire product page....click below to see what's happening....
http://www.bizmug.com/zencart/index....roducts_id=180
I dont want this resizing and want my item name to stay at the top of my page. for some reason it drops down when you click on 'production time' tab. anyone know how to fix this?
Thanks!
Chris
oops...bad link in last reply...here is the link....
http://www.bizmug.com/zencart/index....roducts_id=180
hope someone can figure out how I can fix this...it's driving me crazy!!!
Chris
That is what is supposed to do by default, since different tabs may hold different amounts of data.
I did, however, post a way to make it static here
(tho the demo is dead now)
You're a frickin lifesaver! Thank you thank you! That is much better....the dropping down thing was driving me mad....static is much more eye appealing...you should hard code that as the default for sure!
Great mod by the way!! Now i can continue working on my site and stop pulling out my hair!!!!
Have a great day!
Chris
I guess it all depends on how you implement them. I do like the way you have it, but that wasn't the image in my head when designed... Good thing I made them easy enough to be customized for a multitude of layouts :smile::cool::laugh:
Ok, I would like to make global changes to custom tabs that I have created, but they don't show up on the tpp config (only the standard ones are there).....is it even possible to make global changes to custom tabs, or do you have to go into each product description to change them?
Thanks again for your help!
Chris
It wouldn't be very 'Global' if you had to change them in each product :laugh:
But if you are making a custom tab to work with the Globals you need to go the whole 9 yards and add it to the global section of the tpp module file and add a db entry for the new global setting.
As An alternative to the database entry, you could instead just set the global to true at the top of the tpp module file, instead of setting it to the value of the db constant.
What changes have you made so far? Its not really hard to make a new global setting, but it does have to be structured properly.
Thanks for the insight! Being new at this, I am unaware how or what to add to the tpp module file or db....are there detailed instructions on how and what to add where? Sorry to be a pain, but I want to make sure I do this right and not screw anything up....
Thanks again!
Chris
Quick & Dirty method attached
Awesome! Ok, I think I'm almost there....I think one more reply and I'm good...let's take the tab that I added 'Imprint Colors'...here is the link to my website product page by the way...if you want to look at what I have under that tab...
http://www.bizmug.com/zencart/index....roducts_id=180
Now how would I translate what I have in that tab, into the code that you provided? I see the example you did with the shipping estimator, how you have to preload it....so would I have to preload the information that I have for the imprint color tab somehow? I'm confused on where to put what I actually have under the tab, where it would be changed globally. For example in the code under the preload section when you get the template...would I have to create a new template for 'Imprint Colors'? Again, sorry to be such a pain! I think I'm almost there...
GOOD DEEDS ARE REWARDED!
THANKS! CHRIS
I'm going to back to the question about adding the Add To Cart to the attributes tab... I'm convinced there HAS to be a way of doing this!
If you look here http://www.valcarr.co.uk/christening...-card-910.html
I have the Add To Cart NOT in a tab which then makes it appear globally (independant of the tabs) which means that it is possible to add a product and check out without entering the text needed for the product (which are the attributes). If I add the Add To Cart on it's own tab then it also breaks the fill in the form > checkout logic.
I need a way of either adding the Add To Cart to the attribute tab OR hide it on all the tabs except the attribute tab...
Any Ideas?
Thanks
Using my example:
--TAB STRIP SECTION--
Find:
After, add:Code:if ($bReviews_Tab != false) {
$tabstrip .= "\n" . '<li><a href="javascript:void(0)" onclick="expandcontent(\'sc'.$g.'\', this)"><span>'.$reviews_tab_name.'</span></a></li>' . "\n";
$g++;
}
That will add the actual tab to the strip. Next we will associate it with its "content box". The preload isn't required persay. It is meant to load an existing page or database query ahead of time. In this case, you just have static content, so we can just hardcode that here:Code:// ===> Add Imprint Colors to tabs (tabstrip)
$tabstrip .= "\n" . '<li><a href="javascript:void(0)" onclick="expandcontent(\'sc'.$g.'\', this)"><span>Imprint Colors</span></a></li>' . "\n";
$g++;
--TAB CONTENT SECTION--
Find:
After, add:Code:// ===> Check if Reviews should be on tabs (content)
if ($bReviews_Tab != false) {
$tabcontent .= "\n" . '<!--bof Reviews_Tab sc'.$a.'-->';
$tabcontent .= "\n" . '<div id="sc'.$a.'" class="tabcontent" style="display:block;">';
$tabcontent .= AddHeader ($reviews_tab_name, $a, $bShowHeaders);
$tabcontent .= $fmtRVW;
$tabcontent .= CheckSubTags($a);
$tabcontent .= "\n" . '</div>' . "\n" . '<!--eof Reviews_Tab sc'.$a.'-->' . "\n\n";
$a++;
}
Try that and let me know if it works.Code:// ===> Add Imprint Colors to tabs (content)
$tabcontent .= "\n" . '<!--bof Imprint_Tab sc'.$a.'-->';
$tabcontent .= "\n" . '<div id="sc'.$a.'" class="tabcontent" style="display:block;">';
$tabcontent .= AddHeader ("Imprint Colors", $a, $bShowHeaders);
$tabcontent .= ('<img src="http://www.bizmug.com/zencart/images/pantone/pantone_product_page_image.gif" width="644" height="121">
</br>
<strong><a target="_blank" href="http://www.bizmug.com/pantone_color_chart_new.pdf"><span class="style4">Click Here</span></a><span class="style3"> to view the Pantone Color Chart and to select the best imprint color for your product!</span></strong>
</br>
Note: When selecting your pantone number, reference using the top line information right below the color swatch. We do not need the rgb information on the second line. For example: pantone 106, or pantone 300. For Black or White, just reference 'Black' or 'White', no numbers are needed.');
$tabcontent .= CheckSubTags($a);
$tabcontent .= "\n" . '</div>' . "\n" . '<!--eof Imprint_Tab sc'.$a.'-->' . "\n\n";
$a++;
Yes - if you leave the attributes NOT on a tab then the form logic works (AFAIK) but that makes the page really long and defeats the object of having the tabs (or in this case 1 tab as that is all that remains)...
I'd really like the description on one tab and then the ordering process on another tab (attributes + checkout) if it can be done?
Thanks
I don't see any form validation at all on the add to cart. I even removed TPP from my demo site altogether and used the standard zen-cart files. I have my text box set to "required" but it doesn't care. I got all the way through checkout. Maybe there is some other setting we are missing.
Weird isn't it?
So the problem with form validation is a zencart one it seems...
Back to the original question then... Can the add to cart be put on the attributes tab? :)
Thanks a lot for the code! Unfortunatley it didn't work, or maybe I did something wrong...now nothing on the product page screen is showing...see here....
http://www.bizmug.com/zencart/index....roducts_id=180
Help! Thanks again!!!
Chris
Well its a minor thing but lets do it a diff way anyway.
Keep the tab strip part from above, but this time we are going to add some preload stuff just to handle the formatting.
So find:
and ABOVE that, paste:Code:// -----------------------------------------------------------
// ------------- Custom Tab - Tab Contents -----------
// -----------------------------------------------------------
And for the tab content part:Code:// Pre-load Imprint
$fmtImprint = "\n" . '<div style="width:100%;">' . "\n";
$fmtImprint .= '<img src="http://www.bizmug.com/zencart/images/pantone/pantone_product_page_image.gif" width="644" height="121"></br><strong><a target="_blank" href="http://www.bizmug.com/pantone_color_chart_new.pdf"><span class="style4">Click Here</span></a><span class="style3"> to view the Pantone Color Chart and to select the best imprint color for your product!</span></strong></br>Note: When selecting your pantone number, reference using the top line information right below the color swatch. We do not need the rgb information on the second line. For example: pantone 106, or pantone 300. For Black or White, just reference "Black" or "White", no numbers are needed.';
$fmtImprint .= "\n" . '</div>'. "\n\n";
Find:
BELOW that, paste:Code:// ===> Check if Reviews should be on tabs (content)
if ($bReviews_Tab != false) {
$tabcontent .= "\n" . '<!--bof Reviews_Tab sc'.$a.'-->';
$tabcontent .= "\n" . '<div id="sc'.$a.'" class="tabcontent" style="display:block;">';
$tabcontent .= AddHeader ($reviews_tab_name, $a, $bShowHeaders);
$tabcontent .= $fmtRVW;
$tabcontent .= CheckSubTags($a);
$tabcontent .= "\n" . '</div>' . "\n" . '<!--eof Reviews_Tab sc'.$a.'-->' . "\n\n";
$a++;
}
I've got it working on my demo so I know it works :)Code:// ===> Add Imprint Colors to tabs (content)
$tabcontent .= "\n" . '<!--bof Imprint_Tab sc'.$a.'-->';
$tabcontent .= "\n" . '<div id="sc'.$a.'" class="tabcontent" style="display:block;">';
$tabcontent .= AddHeader ("Imprint Colors", $a, $bShowHeaders);
$tabcontent .= $fmtImprint;
$tabcontent .= CheckSubTags($a);
$tabcontent .= "\n" . '</div>' . "\n" . '<!--eof Imprint_Tab sc'.$a.'-->' . "\n\n";
$a++;
Awesome, that worked!!
Thanks so much for your help!!! This will save me a ton of time in the future!
Have a great weekend!!!
Chris
Quick Question...my headers are turned on but they are showing white with white text...it's like they are not there but are....where do I find the code to edit the headers? (for my tabs) I looked in the .css files but couldn't find anything....
Thanks again for your help!!!!
Chris :wacko:
Headers are using the same code as the newproduct, featuredproduct, etc centerbox headers
Font: In stylesheet.css look for:
Code:.centerBoxHeading { color: #ffffff !important; }
BG Images: In stylesheet_new.css look for:
Change the background-image to:Code:h2.centerBoxHeading, .productListing-rowheading {
margin: 0em;
background-image: url(../images/tile_back.jpg);
font-size: 1em;
color: #ffffff;
padding: 0.5em 0.2em;
}
url(../images/az_box_top_m.gif);
Perfect, thanks again!!!!
Chris
"Back to the original question then... Can the add to cart be put on the attributes tab? :)"
I guess it's a NO then?
That's a shame because if peeps have attributes then it seems logical that the add to cart should appear on the bottom of that tab?
NEW VERSION
TPP - 1.05
Ok. I created a new version to add the option of setting the Attribs on the Add to Cart tab.
Quote:
2-Aug-2008 - v1.05 (Release) - qhome
* Added new admin option to merge attributes and add to cart on the same tab.
* Files Modified:
o TabbedProductsPro.sql
o modules/tabbed_products_pro.php
o doc/readme_tabbed.html
There is a new admin setting for "Global Attribs on Add-To-Cart tab".
Read the description for this setting in the admin area to make sure you set it up right.
The logic is:
If
- Global Add to Cart = 1
- Global Attribs on Tab = 1
- Global Attribs on Add to Cart Tab = 1,
then it will merge Attribs and add to cart together.
If
- Global Add to Cart = 1
- Global Attribs on Tab = 0
- Global Attribs on Add to Cart Tab = 1,
then attribs will be outside of tabs and the Attrib on Atc is ignored
If
- Global Add to Cart = 0
- Global Attribs on Tab = 1
- Global Attribs on Add to Cart Tab = 1,
then the Attribs will just be on their own tab and the Attrib on Atc is ignored
If
- Global Add to Cart = 1
- Global Attribs on Tab = 1
- Global Attribs on Add to Cart Tab = 0,
then it will show different tabs. One for Attribs, and one for Atc separately.
Let me know if you have any problems.
Q
Perfect Upgrade Thank you !!!! Solved problem I was having, wanting to move the tabs around.
Hi Qhome,
It's me again...hey this should be a quick easy question....I want to get rid of the margin between the tab header and the side, there is about 1/4" blank space there...I want the header to stretch all the way out to cover this 1/4" space....I though it would be in stylesheet_new.css, and I tried changing some margins to 0 in there but haven't had any luck...can you point me in the right direction?
here is the link again to my website product page with the headers....
http://www.bizmug.com/zencart/index....roducts_id=180
Thanks again for your help!!!!!
Chris
In your stylesheet.css
You have:
.az_content_mid {
padding-left: 5px;
padding-right: 5px;
....
You gotta change that to 0px. But that will shift other things over as well, so you might want to add 5px to the other elements on the page
WOW - the new version is excellent!
Thank you muchly! :)
Thanks again for all your help!
Love the mod!
Chris
hi, qhome, thanks alot for your Tpp. IT helps us a lot. All I need a sth like below. I don't know how to display info(is it attribute?) on the righ of the main image:
http://www.tvclassico.com/index.php?...products_id=74
############################################################_
I have done this:
<!--@IgnoreGlobals@-->
<!--#MainImageOnTab#-->
<!--*sub_AttributeOptions(1)*-->
<!--*sub_AddToCart(1)*-->
<!--%Product Description%-->
it dosen't work.
TPP only makes the modifications at the page level, not the layout level. My site has a custom template to put the attributes and tabs to the right side of my main image. It's a customized version of the product_display_info file. It isn't too hard to do with tpp, since the tabblock is all contained in 1 tag, just add some table or div structure around it.
I'm not sure how I did it but it says TEXT_TAB_TITLE_DETAILS on the tab for details
how do I rename the default tabs?
any help would be greatly appreciated:D
thanks
Steve
I have it loaded to includes/languages/english/extra_definitions
and I tried /includes/languages/english/extra_definitions/classic
All of the default tabs names aren't showing up
everything else is working and it is a very cool mod
thanks for you help :D
Steve
Where can I see a demo of TPP in action? None of the published links work for me.