I uploaded all the files and I am having a problem when I upload the common/html_header. When I upload it to my over ride template file, I lose all my background images and I have no images on the tabs either. Any ideas?
Thank you,
Kelly
Printable View
I uploaded all the files and I am having a problem when I upload the common/html_header. When I upload it to my over ride template file, I lose all my background images and I have no images on the tabs either. Any ideas?
Thank you,
Kelly
Well...I can't figure this one out. When I use this contribution, as soon as I upload the html_header.php to my server, I lose all of my images and css.
Here is a link to the homepage, with the file in place.
http://74.53.81.50/~green/store/index.php
Any help would be appreciated.
Thanks,
Kelly
This is completely throwing off the link to my stylesheets.
This is what it's showing in the source code
<link rel="stylesheet" type="text/css" href="min/?f=/store/includes/templates/greenridge/css/stylesheet.css,/store/includes/templates/greenridge/css/stylesheet_css_buttons.css,/store/includes/templates/greenridge/css/stylesheet_header_menu.css&1309442815" />
okay...how about an uninstall script?
Okay...had to go to an older version, but I got that to work. Now if I can just turn off the header log in, etc.
Take a peek...
http://74.53.81.50/~green/store/inde...&products_id=5
Is there any way to display some text above the tabs where it would normally go as well as in the tabs? I have a bit too much white space below the title and price and would like a little info to go there as well.
http://74.53.81.50/~green/store/inde...&products_id=5
Thanks in advance for anyone willing to help.
Kelly
Ok, firstly, quit moaning, i think it is an unbelievably kind gesture to upload free software mods, explain them, answer questions and often update to peoples needs in the first place without people like you complaining that it is not good enough and that you should have the right to what you want for free. Perhaps when you have tweaked it you will share it with everyone else? Perhaps not....
Secondly i was about to download the mod but thought i should ask what order do the tabs display in if you cannot define a sort order? Is it possible (and easy) to have different tab headings for each product?
Hi everyone after looking at my logs today I noticed there was over 20,000 log entries all the same file size and with the same error inside of them.
The error I am seeing in the log is as follows:
Now I have done a search through my files and this jscript.php file seems to be part of the Tab Products Pro Mod. So I am sure now that this error message is caused by this mod for some reason.Code:[12-Jul-2011 12:31:39] PHP Warning: Invalid argument supplied for foreach() in /home/my_site/public_html/includes/functions/extra_functions/jscript.php on line 71
[12-Jul-2011 12:31:39] PHP Warning: Invalid argument supplied for foreach() in /home/my_site/public_html/includes/functions/extra_functions/jscript.php on line 71
I opened up the jscript.php file and scrolled down to line 71 and this is what is on this line.
Here is a full listing of this section of the file starting from line 67 all the way down to line 110.Code:foreach($files as $file=>$order){
So does anyone have any idea what is causing this error to be posted in my error logs and can the please tell me how I can fix it?Code:function getMinifyfiles($files, $request_string, $folder){
global $request_type, $current_page_base, $template;
$relative_path = $request_type == 'NONSSL' ? DIR_WS_CATALOG : DIR_WS_HTTPS_CATALOG;
$files_paths = '';$result = array();
foreach($files as $file=>$order){
// case 1: file is in server but full path not passed, assuming it is under corresponding template css/js folder
if($file_exists = file_exists(DIR_FS_CATALOG.DIR_WS_TEMPLATE.$folder.$file)){
$file_absolute_path = DIR_FS_CATALOG.DIR_WS_TEMPLATE.$folder.$file;
$file_relative_path = $relative_path.DIR_WS_TEMPLATE.$folder.$file;
}
// case 2: file is in the default template
elseif($file_exists = file_exists(DIR_FS_CATALOG.DIR_WS_TEMPLATES.'template_default/'.$folder.$file)){
$file_absolute_path = DIR_FS_CATALOG.DIR_WS_TEMPLATES.'template_default/'.$folder.$file;
$file_relative_path = $relative_path.DIR_WS_TEMPLATES.'template_default/'.$folder.$file;
}
// case 3: file is in the server, can be accessed via the same domain, full path passed
elseif($file_exists = file_exists($file)){
$file_absolute_path = DIR_FS_CATALOG.$file;
$file_relative_path = $relative_path.$file;
}
// case 4: file is not even on the same domain
if(substr($file, 0, 4) == 'http'){
$file_relative_path = $file;
$file_exists = true;
}
if($file_exists){
$ext = pathinfo($file, PATHINFO_EXTENSION);
// if we encounter php, unfortunately we will have to include it for now
// another solution is to put everything into 1 file, but we will have to solve @import
if($ext == 'php'){
if($files_paths != ''){
$result[] = array('string' => sprintf($request_string, trim($files_paths, ',')), 'include' => false);
$files_paths = '';
}
$result[] = array('string' => $file_absolute_path, 'include' => true);
}
else{
$files_paths .= $file_relative_path.',';
}
}
}
Thanks.
The DEMO for this module is broken. Does anyone have any live examples to share?
Thanks so much.
Does anyone know how this mod could be changed to apply to the homepage of the store. I have installed the great Middleboxes mod and would like to somehow 'tab' my middleboxes.
Any suggestions?
There is actually a mod for tabs on the home page here. It's a little crude and takes some extra work, but if you're willing to try, it looks okay (I ended up uninstalling mine).
I have it installed at theburningbutterfly.com if you would like to see it in action.
When I add the tabbed products I lose the "add new product" page in admin.
I drill down to my added products and they are there, however I cannot edit existing or add new as when I click I get a blank white page?
any ideas?
Thanks
As far as I know I've installed everything correctly and uploaded all files, but my product pages do not display the tabs? Any ideas?
I've configured everything in my admin for TPP.
It seems that I got the tabs to display *BUT* they do not display correctly, take a look and you'll see what I'm saying - thanks for your help.
http://www.automotiveace.com/upgrade/index.php?main_page=product_info&cPath=3_150_163_162&products_id=543
NOTE: you will need un/pw of auto1 for access.
My advice to anyone having issues with TPP is to rollback and use v1.05. (you'll need to update includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php for Zen Cart v1.3.9 compatibility)
You do not need to use v1.07 or v1.06 unless you plan to or are currently using CSS Javascript Loader..
Yes I do have the css/js loader installed and thought it was on, but I will double check to make sure its installed correctly and on. I'll report back with the results - thanks for your help.
Thanks for your advice DivaLocals is there any chance you can please tell me or us exactly what code needs to be updated in the tpl_product_info_display.php file for ZenCart v1.3.9 compatibility?
Do you also know if the sub tag tab code placed on the main tab works with v1.05 on ZenCart v1.3.9?
For example:
<!--%Product Description%-->
This is the stuff on the 1st tab. It also has Add To Cart button on it. (by itself)
<!--*sub_AddToCart(1)*-->
As I could never get that to work at all.
On another note in case anyone is interested and has the same or similar problem.
I was getting lots and I mean lots of error logs being posted every minute when using TPP. I didn't realise that I had over 20,000 error logs all with the same error message in them until I checked the error directory.
Anyway I eventually fixed the problem and the errors disappeared by upgrading to the latest version of the CSS Javascript Loader. I also used WinMerge to compare and change the differences in the html_header.php file.
If anyone wants to know exactly what to change just let me know.
To download the new package just go to the following URL:
https://github.com/yellow1912/cjload...files/includes
On another note for people that use the Dynamic Price Updater and TPP together I thought it best to mention a problem that I came across which I think may have been caused by upgrading to the latest version of the Javascript loader. But bare in mind that I am not 100% sure about just yet as I haven't had time to fully test this theory.
Anyway when I upgraded to the lateset version of the Javascript loader I started getting a large amount of errors in the error directory relating to the Dynamic Price Updater. Previously I would only get one or two. But when I upgraded the Javascript loader I started getting them all the time like every minute!
So I ended up uninstalling the Dynamic Price Updater until this issue can be resolved. Just thought I would mention this in case anyone else out there has the this mod installed and if you do I would be checking your error logs to ensure that this same problem doesn't happen to you.
Off the top of my head no I don't.. You can use WinMerge to compare and change the differences in the tpl_product_info_display.php file..
As has been discussed on this support thread before, yhe only difference between v1.05 and every subsequent release of TPP is the additional of the CJ Loader. (v1.07 makes updates to v1.06 for v1.3.9 compatibility) As I posted "You do not need to use v1.07 or v1.06 unless you plan to or are currently using CSS Javascript Loader.." So except for making changes to the tpl_product_info_display.php file using v1.05 is perfectly okay..
*UPDATE*
I'm using the lastest version, 1.07, I believe from the downloads section. It was as you said - the module was not working fully - after some checking, I realized I had not merged the contents of the html_header file from the addon to my file. After I did that, the functionality worked!
Now my only problem is that the tabs display in a 'stacked' position, instead of an 'inline' position, if you will...
Could you take another look at the page:
http://www. a u t o motiveace.com/upgrade/index.php?main_page=product_info&cPath=3_150_163_162&products_id=543
same un/pw: auto1
Thanks for your help.
Hi,
I need to change the contents displayed on the product description tag from using the product description field to having it use fields from the database.
I want to show printer models in the tab which are all listed in the databse.
Anyone know how to do this?
Thanks all
Mike
Anyone???
Not sure if im making myself clear.
I have the product description tab which I have renamed compatible printers and this lists all compatible printers for cartridges we sell. At the moment I can list the printers by placing them in product description and it shows as a list. No prob!
What I want to do is have the tab populated from a series of fields in the database in which I have all the printers listed (each printer has its own cell). So when I update the database with a new product and/or compatible printer, I dont have to copy and paste the data into the relevant product descriptions.
As I have over 5000 entries, doing this manually would be the end of me.
The tab is populated with one field at the moment, Surely some of you guys can tell me how to populate this tab with more than one db field?
Please help, thanks in advance
Mike
hello, im using this mod on zen 1.3.9h, i have read the documentation on per page custom tabs, and i have browsed this thread and seen references to hard coding custom global tabs, i wonder if anyone could point me in the right direction for doing this, i have general delivery instructions which need to be placed on each product, if i can hard code it this will be an awful lot easier, can anyone help please?
Also i am using edit cart mod, http://www.zen-cart.com/index.php?ma...roducts_id=795
whenever the user clicks edit from their cart and goes bck to amend personalisations there is no longer the edit cart function (just adds the product again instead fo updating), does anyone have a fix for this by chance? (i'm using the add to cart and merged attributes global tab)
ok no problem, but i am pretty sure i will get the same response from that thread that you have given me here, it is the code from this mod affecting the edit cart mod, when i have it within the global tab (attributes and add to cart) it no longer works as it should and when i disable to add to cart tab and have it outside of the global tabs - it works.
i presume that people here will have a better knowledge of why the tabbed products pro coding is affecting this otherwise working mod, rather than people on the edit cart thread who may have never heard of this mod?
Thank you in advance, for the very adaptable addon to zencart.
Problem 1:
"Reviews" tab is showing Additional Images information when selected.
Don't know where to start. Would you care to have a look?
Problem 2:
too, i am stuck on formating product page.
we want to have the purchase selections to right of the "productMainImage" using Tabbed Products Pro.
site heavily modified 1.3.8a site
Product test page with order information to right of main product image Here
Thanks,
HELP! the mod is great and just want I wanted but I cannot understand how to include custom fields under the product details. I have two fields that need to be included under this tab but not sure how to go about it.:lookaroun
i have asked this question before, unfortunately i didnt recieve an answer (asking how to insert a custom global tab which would be the same for all products rather than inserting the <!--%Custom Tab%--> individually in the product descriptions.)
can any one please offer any guidance? thanks.
Can't offer any tips on global custom tabs.. It's been asked a lot around here, and you should search through this WHOLE thread to see if you can find the answer you seek.. In the meantime what I can offer is some out of the box thinking about how to add custom tabs to EVERY product without global tabs..
I came up with a way for my client's to create products where the same custom tabs will be used over and over again without messing with the global tabs..
I created a "product template" for my client. This is basically a dummy product with most of the default settings used for all (most) products.
This product will remain inactive, and I usually give it a sort order of 1 so it appears at the top of the list. Then when I need to create a new product I use the product copy feature. I copy the "product template" product taking care to make sure the new product is a DUPLICATE and not a LINKED product. Edit the new product, and save..
Done.. HTH..
my problem is that i have a shop with nearly 400 products and there is two custom fields and are completed like the rest through easy populate. but these two fields are not called in under the product details tab when I installed this mod. I thought there may be some way of editing the tpl_tabbed_product file under modules to call in these fields under product details. I do not want to over-complicate the process but there must be a way around this.
Apples and oranges I'm afraid between what you are asking and the suggestion I posted.. I was addressing the custom TABS questions posted earlier here..
Also I'm not sure that adding additional product details fields to the default product info page is TRULY a TPP support question.. The product details fields are not added by TPP. These fields they are a Zen Cart default.. TPP merely displays them in their own global tab.
You probably really should be searching the forum and looking for posts which speak about how to add custom product details fields to your products info page. Since you are using TPP, you will need to take care that the required mods do not interfere with TPPs required code..
Hi everyone,
I have tabbed products pro 1.07 installed. I have a doubt about new tabs created, so any explanation about that would be appreciated.
I'm using an automatic feed to update product details including product description. Now I'd like to create a new tab by typing <!--%Custom Tab%--> in a description field in admin area with technical details about a product. These details would be entered manually.
I wonder if I run the feed is the new tab going to be rewritten, actually removed, considering the tab will be created within description field?
Many thanks.
thanks divavocals,
the fields in question were displaying fine on the product info field that is why I thought they would automatically be included.
Just another thing and i know it is stupid asking this now but when i installed the mod it was just the install files which i copied and merged the product info display file. i know there were other files in the res folder inc css file should i have include this also??
Not sure I understand your question.. (your wording is a little unclear) so let me say this.. Whenever installing mods you should ALWAYS merge any files the mod has in common with those already in your store.. ALL of the files in common.. Not just the ones you THINK might be different. (If they are included in the fileset, then chances are they ARE different than your store files..) You should be comparing ALL files and merging and differences found..
DivaVocals--I did read through the majority of the this thread. I even read the instructions BUT I am lost as far as the procedure.
For example, I see in admin where it should be global or whatever. BUT how do I make custom tabs? What's the coding? Do I make those changes on tpl product display php.
So, if I want size chart...do I put <--Size Chart-->
That's what I think most people what to know as it's just not clear in the instructions for those that are not as experienced as myself.
Anyway, thanks for your response. :bigups
Hi, to create the custom tab you have to insert the coding <!--%Product Description%--> in the product description field under your descriptive text in your admin catalog for each product. I done this so started wondering when there is a lot of products can this code be included in the prod description field using EP i.e. but if it could go one step further and call in the specific field for that tab. . there must be someway around calling in custom fields and its data
If I am following your question then this should help you:
Custom Tags
These are used in the product description area for creating custom tabs with your own text on the tab. The tab text comes from the text in between the delimiters.
Example:
<!--%Product Description%-->
The name of this tab is "Product Description". This is the text on the product description tab.
<!--%Custom Information%-->
This is where the next tab is created. All text from below this tag goes on the "Custom Information" tab.
All text before the first tag will be above the tabs.
----------------------------------------------------------------------
If you need more assistance let me know!
Hi,
Here is a picture how my tabbed product page looks like.
As you can see the tab name is doubled. There is a sufficient one in the black colour below the tabs that I'd like to remove along with a line below. This occurs on all tabs.
Any idea how to do this?
Thank you.
http://www.com-shop.co.uk/img/temp.jpg
hi I am back again about this. Is there a way of editing the tabbed_product.php file in module to add code to call in extra fields, looking at it you would think it could be done, would it not be same as the product info display and how it can be coded. Anyone??:mellow:
with regards to the post before about the double title tab, this is controlled in the TPP admin config is it not!?
DivaVocals, just wanted to say thanks, it was driving me crazy about the global tabs, at least i can put it to bed now and do it indivually, the dummy template sounds great, and i use easypopulate so i think it will be pretty easy to edit the .xml file inside excel as a spreadsheet and use =concatenate to glue the cell with the custom tab info to paste on to the existing descriptions.
if anyone is using easypopulate and edits in an xml spreadsheet the concatenate code isA1 being the existing product data and B1 being the new custom data, obvously change cell names as you need to, copy the cells and then paste special the new data into the original product description cell.Code:=CONCATENATE(A1,B$1)
i only post the above as it infuriates me not being able to find what i need, hopefully this will help someone using the EP module to populate their custom tabs :)
Please don't take this the wrong way, but you've asked this question several times, and the fact that no one has answered would seem to indicate that no one knows the answer to your question..
Also as I stated earlier adding fields the product info display is really NOT a TPP question.. Though TPP modifies the product info to add the tabbed display code, you want to add fields to the product info display and THAT is really not a TPP support question..
This is not likely the first time adding fields to the product info display has been asked on this forum.. Suggest doing a search to see if somewhere else on the forum there is a solution for you already posted.. If you can't find a solution already posted, perhaps you might want to give some thought to hiring someone to code this up for you..
No you prob right, think I need to get back to basics on this one, will let you know though if I get a solution. cheers.
I need some help...
I've just installed this on my live site and I am impressed with the look of this mod.
EXCEPT I have one problem regarding the 'Reviews'
I see there are some posts on duplicate buttons but my set up is placing all reviews within the reviews tab as it should, along with the buttons for read and write a review. All good so far!!
BUT, lower down the page... All my reviews are still displaying as they would WITHOUT TPP so it kind of defeats the object and looks a mess.
Any idea what may have gone wrong?
ww /metalpix.co.uk look in the lighters section
Thanks
I have managed a work arround... using the supplied info_displat.php now I'll ad back the missing mods
Corrected Problem 2
alt_tpp_tabs13.css
WAS
.tabcontent{
clear: both;
float: right;
width:55%;
the header of the tabs was moved up under the product name , price , add to cart button
however
the content of the tabs, description paragraph, details paragraph, ecct, were floating right but spaced below the main image about 2 inches down.
NOW
.tabcontent{
clear: right;
float: right;
width:55%;
the header of the tabs was moved up under the product name , price , add to cart button
and
the content of the tabs, description paragraph, details paragraph, ecct, were floating right and correctly displayed under the tabs to the RIGHT of the main product image. YEA!
Review tab showing "additional images" ???
Its me again, now before you say anything, got my custom tabs to partially work:
Product Code: NEBR3001
Delivery/Shipping Weight: 1.7kg
Manufactured by: Nestle
36 0.89
The input code is as follows:
// Preload Details
if ($bDetailsOnTab != false) {
$fmtDOT = '<div style="width:100%;">' . "\n";
$fmtDOT .= '<ul id="productDetailsList" class="floatingBox back">';
$fmtDOT .= (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n";
$fmtDOT .= (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n";
$fmtDOT .= (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n";
$fmtDOT .= (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n";
$fmtDOT .= ($product_info->fields['products_count']). "\n";
$fmtDOT .= ($product_info->fields['products_unit_cost']). "\n";
$fmtDOT .= '</ul>';
$fmtDOT .= "\n" . '<br class="clearBoth" />';
$fmtDOT .= "\n" . '</div>';
The 36 is the Count and
The 0.89 is unit price, all that is missing is that field name, and just cannot seem to work it in. I am sure it can be done as it iust could be hard coded but I have tried so many different scenarios so not being a progammer it doesn't jump out at me. should read as follows:
Product Code: NEBR3001
Delivery/Shipping Weight: 1.7kg
Manufactured by: Nestle
Count: 36
RRP: 0.89
So near now.... please someone add the finishing touches!!!:yes:
I just discovered that my site breaks when I am using this mod with IE9. My site descriptions, and anything else tabbed does not show up. Has anyone else had this problem? I would love to continue using it but can't without showing descriptions to everyone :)
Thanks!
Hi
My name is Alen . I installed TPP Yesterday, it was wonderful mod. But I suddenly found that the banner on home page stopped auto rolling ( 3 ADs), also the discount 20% section(right under banner) can not move left or right . I found the problem caused from over write the file html_header.php in commom folder( when I back up html_header.php every thing return to normal but tabs will not shows up). :shocking::shocking::wacko::wacko:
Really need your help !!!!! Please!!
my site is www.mobilestation.co.nz
[QUOTE=jagall;1058466]
Hi All just to let ye know in case anyone comes across the same problem that I have got this sorted by using the following code allowed me to call in my custom fields:
$fmtDOT .= '<li>' .TEXT_PRODUCT_COUNT . $products_count .($product_info->fields['products_count']). "\n";
$fmtDOT .= '<li>' .TEXT_PRODUCT_UNIT_COST . $products_unit_cost .($product_info->fields['products_unit_cost']). "\n";
Sooo Happy, might have been a walk in the park for some but a mountain climbed for me!!!!:clap::clap::clap::clap::clap:
Hi just wondering if anyone can help me on this. My product details e.g. manufacturer name, weight etc come on the details tab but they wrap at a certain point instead of using the full width of the tab. The text in the product description field is fine though. I know it is a css issue but have tried changing numerous settings and still no joy!:huh:
So why not ask the question in the most appropriate place on the forum..
http://www.zen-cart.com/forum/forumdisplay.php?f=15
okay then, I thought the TPP css controlled the layout of the tabs. Currently using alt_tpp_tabs9.css and thought that the changes could be made within this so that the text would not wrap. I have been looking through other threads and wondering whether I need to create a new div in the tpl_product_info_display page to get around this.
Even if TPP CSS controls the tabs, the "Templates, Stylesheets, Page Layout" section of the forum is where you are most likely to find people to help you with CSS issues.. It's where I would ask.. Whereas most of us here can help with issue specifically related to installation and configuration of TPP and as such may not necessarily be able to help with CSS issues which will be differrent for each site...
Does anybody know how to run php within a product tab?
I'd like to use php the same way we can do html includes as outlined by thatsoftwareguy in this thread: http://www.thatsoftwareguy.com/zenca...scription.html
Has anybody been successful with this?
hi, wonder if you could answer a quick question for me please, im having an issue on my custom tab i have added which is causing a whole load of extra <br> to be added before a sizing table i am trying to add, any ideas on how or why its doing it?
an example of the issue can be seen on this page (sizing tab)
the code i am using in the product description tab is below, as you can see on the tab on the page above a number of <br> are being added to my code below. no idea why at all?Code:http://www.livvylougifts.co.uk/index.php?main_page=product_info&cPath=123_145_149&products_id=734
any suggestions VERY much appreciated :)Quote:
Our beautiful soft leather shoes by inch blue are designed especially for small feet. They are soft on delicate skin and mould the shape of babies foot to ensure the best comfort and fit possible.<br /><br />Supple non-slip suede soles ideal for tiled and wooden floors.<br /><br />Soft breathable leather that protects and allows feet to grow naturally<br /><br />Elasticated Ankles for ease of fit and ensures shoes really do stay on<br /><br />Recommended for babies as the next best thing to bare feet<br /><br />Loved by babies and parents<!--%Shoe Care%-->Inch Blue shoes are recommended for indoor use or travelling in the car or etc. They require very little care and will take on that "used leather" look as they mold to your babies foot - this is natural and shows that they are being well used. If shoes do become dirty simply clean with a damp cloth or with approved leather cleaner.<!--%Sizing%--><table class="ebaytab"><tbody><tr><td class="headerebaytab">Size</td><td class="headerebaytab">Age</td><td class="headerebaytab">Length in CM</td><td width="180" class="headerebaytab">Shoe Size</td></tr><tr><td>Small</td><td>0-6 months</td><td>10.5</td><td width="180">0-2 UK (17-18 EU)</td></tr><tr><td>Medium</td><td>6-12 months</td><td>12</td><td width="180">2-3½ UK (19-20 EU)</td></tr><tr><td>Large</td><td>12-18 months</td><td>13.5</td><td width="180">3½-5 UK (20-22 EU)</td></tr><tr><td>Extra Large</td><td>18-24 months</td><td>14.5</td><td width="180">5-6½ UK (22-23 EU)</td></tr><tr><td>Child Small</td><td>2-3 years</td><td>16</td><td width="180">6½-8 UK (24-25 EU)</td></tr><tr><td>Child Medium</td><td>3-4 years</td><td>17</td><td width="180">8-10 UK (25-27 EU)</td></tr></tbody></table><!--@EndTabs@-->
Thanks
Hi just wondering if anyone has come across this. Tabbed products working very well, however, when I add a new product via admin, it displays in the old way i.e list form it seems to lose the tabbed product display completely. any ideas please!
Hi, no its under product general, just tried entering another test and still same issue:(
When I go to into admin there are two options available for product type is Product-General and Document General
Both old and new are set to Product-General
here is link to new product
and link to older product
thanks for taking the time to look at it for me
Hopefully someone else knows the answer.. I'm afraid it will be difficult for any of us to give an answer as we really can't see your site files. This certainly is not normal for TPP.
The only other time I saw issues with how this mod generated tabs had everything to do with another mod which affected the product info page which was in direct conflict with TPP. In that case I don't know how it was resolved, but I suspect that the person went back to the the author of the mod which was in conflict with TPP..
You have some serious validation errors on your product pages.
For example you load a number of scripts including jQuery in a place where the script tag isn't allowed, and the structure of some of the data that you are trying to include in your tabs is broken.
Browsers will do their best to work around these errors, but in this case the page's underlying structure is so badly broken that it's not even clear where it starts and finishes.
This may or may not be the cause of the problem that you reported. It probably is, but even if it's not, it will be difficult to diagnose the problem with so much else getting in the way.
crikey!!! thats a bag full, to correct these I will obviously need to revisit numerous files, is there a quick fix??? this prob reason why the website loads pretty slowly too. Was not aware of the site you directed me towards so thanks for that, much appreciated. BTW this is all fixable ...right?
There's not a quick fix, as there are several problems in there, but probably not as many of the number of errors suggests.
These problems tend to cascade, so once something is broken several other errors are reported as the validator tries to work out what the structure should be to get back on track (much as the browsers would). So clear one problem and several reported errors disappear.
However, there is no avoiding the need to go back over the changes you've made to find the root causes. But as guidance I'd guess that most if not all are in your template and the way in which you've structured your product description when your entered it in the admin.
Thanks for the feedback, I have spend some time now fixing these errors, so Kuroi, if you get a chance please have another look to see what you think down to single no errors but a bit stuck on these last few as majority seem to relate to the drop down menu but cannot seem to get to bottom of it.
The TPP issue is still unresolved, so as DivaVocals said I think I need dig deeper for a solution.
BTW although I have posted a thread for feedback in reviewers corner, unfortunately nobody has got back to me (not sure what i take from that but...) just if ye can give any feedback or advice be much appreciated. cheers.
That clears it up a lot. The remaining errors appear to be because you have list items outside of lists in your drop down menu, and a repeated ID in your manufacturers (brands) sidebox.
However, these probably aren't the cause of your TPP issues. Rather I'd take a look at the minification of your css files (a process where a number of them have been shoved together and reduced in size for faster loading). What happens if you turn that off?
Thanks for your help Kuroi much appreciated,
I did set minification to false and added a new test product but still it doesn't adopt the TPP format, back to the drawing board I guess but the min css/js is part of the TPP installation mod? so it shouldn't be contributing to the error (you would think anyway)
Hi there, I tried to disable the "Product review" button next to the "Product Description" by doing the following instructions in the admin panel:
1. Catalog>Product Type>Product General, turn off show products review button and show product review count button (set to 0).
2. Tools> Layout Boxes Controller, click the Edit buttom on the reviews.php box and set left/right column status off.
But the it is still there. Any way to turn it off?
Thank you so much for your help.
John
I'm running 1.3.9 and I just installed this mod and it works; however, the mod is not showing up in my admin side.
When I look under Configuration there's no Admin->Configuration->TPP Config menu. I have installed everything twice just to make sure that I didn't leave a file out.
Any suggestions? Also, what file is responsible for setting up the config menu?
Thanks!
I've just installed TPP1.07 myself. (ZC1.3.9h) and it works great! To answer the question about the admin... the entries show up there due to the sql changes in TabbedProductsPro.sql file.
Have to say also I love the wordpress integration! I've been stewing for quite a while on how best to integrate my ZenCart and Wordpress sites and this is more like what I really wanted than anything else I'd seen.
Tabbing the product content really makes it all feasible.
I did change the sequence of the product info page to show the quantity and attributes above the tabbed content as others here have done. Also setting my display to have only two columns has helped me get the look I wanted.
Thanks to everyone for posting so we who follow can get it right faster.
Glad it worked!
Well just to update you all and yes finally got this working again... oh boy I am so peeved that spent so long trying to figure it out and it was this easy so don't gasp all at once . . . when adding a few additional products I did so in no great detail and that was it I had omitted to fill in the Description tab and that's the reason TPP does not display. Description Tab needs info. I know I feel stupid enough right now!!!!:blush:and:clap::clap::clap:
Hi All,
I have got issues installing the module. I have merge the Product_disply_info page but I can not do the same for the header file and after trying several time to merge them it gives me a blank page.
At the moment the tabs appear on my page but the tabmenue are displaying underneath the main image but the descriptions are appear on top.
Any help would be so appreciated.
the product page : http://bonessiballerinas.com/index.p...products_id=87
Thanks.
Please someone help me or give me some hint to sort it out?:frusty::frusty: