Thanks for your help Diva, i managed to get it working by doing a series of re-installing fresh, deleting that file and messing about a bit :)
Printable View
I installed this mod and work great... I have only a cosmetic problem. In the first tab (the most important) the text it not have any margin on the left. The others tab are fine but the product description look odd.
Please take a look:
http://www.cryo64.com/margin0.jpg
This is the link to see if any of you can tell me what CSS file I need to fix. Thanks
http://cryo64.com/store/index.php?ma...&products_id=8
DArnaez, Try adding this to your stylesheet.css:
Code:.productGeneral.biggerText {margin: 0 0 0 15px;}
It works!!!!!!! Fantastic! Thanks!!!... Now.. to move away of the line in the bottom? I tried {margin: 0 0 10 15px;}, {margin: 0 10 0 15px;} and {margin: 10 0 0 15px;}... but nothing works.
I should just add some </br> into the products description? or with the CSS can I do it?
BTW Thanks a lot!
try:
padding-bottom:15px
Hey, we're preparing a big revamp of our product info pages and I want Tabbed products to be a part of it. I have installed this on our test server and really like it. There's just a bit of layout that's holding us back. I think the Product Extra Fields mod will take care of it but I'm not sure if they will play nicely together. Essentially, we want the image in the top left, some product data across the top right and then the tabbed description, etc. spanning all the way across below them. Any thoughts?
I've added attributes to my products and the tab just shows up as "attributes". How do I change that based on the attributes they can choose from?
Ideally: Is there a way to move that above the "add to cart" instead of being tabbed?
I've add the module "Numinix Product Fields" to my site. How do I add the upc and the sku so that they show up on the Details Tab.
I tried adding this to my tpl_product_info_display.php, but it still does not show up.
PHP Code:
<!--bof Product details list -->
<?php //if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_dimensions == 1) or ($flag_show_product_info_condition == 1) or ($flag_show_product_info_upc == 1) or ($flag_show_product_info_isbn == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
<ul id="productDetailsList" class="floatingBox back">
<?php echo (($flag_show_product_info_model == 1 and $products_model != '') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_weight == 1 and $products_weight != 0) ? '<li>' . $products_weight_display . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_actual_weight == 1 and $products_actual_weight != 0) ? '<li>' . $products_actual_weight_display . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_dimensions == 1 && ($products_length != 0 || $products_width != 0 || $products_height != 0)) ? '<li>' . $products_dim_display . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_diameter == 1 && $products_diameter != '') ? '<li>' . $products_diameter_display . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_condition == 1 and $products_condition != '') ? '<li>' . TEXT_PRODUCTS_CONDITION . $products_condition . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_upc == 1 and $products_upc != '') ? '<li>' . TEXT_PRODUCTS_UPC . $products_upc . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_isbn == 1 and $products_isbn != '') ? '<li>' . TEXT_PRODUCTS_ISBN . $products_isbn . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_sku == 1 and $products_sku != '') ? '<li>' . TEXT_PRODUCTS_SKU . $products_sku . '</li>' : '') . "\n"; ?>
</ul>
<br class="clearBoth" />
<?php
}
?>
<!--eof Product details list -->
Good news! I've also gotten Numinix Fields to work with TPP and it's just about perfect for my needs.
I was wondering where I would find the style for the background and border of the display for TPP. I found tabs that look great with my site but the rest needs work.
Ah, probably because I'm on an older version (1.0.4) to be sure it works with my store. Only the tab selection is in there now. I'll try loading a more recent version to see what happens.
In stylesheet_tpp.css this is all I have:
[SCR]@import "tpp/alt_tpp_tabs11.css";[/SCR]
Looks like I'll have to load the entire Mod again? Anybody have any suggestions how I can do it with 1.0.4? Been coding for days now and really don't want to muck around with it much more.
Is there any way to disable a tab on certain products?
Ah. Thanks! I had assumed it was just calling for information about the tabs. Found and fixed!
Can anyone show me an example of how to hard code a tab.
I'd like to have Clydes un_wishlist mod as one of the tabs so I can discard the sidebox.
As I said before, I've tried the examples in the TPP instructions but I haven't been able make them work for me.
Thank you
Can someone please attach a demo link of how this works?:blink:
-Lee
I followed the pdf file included in the zip to add hard-coded tabs, and it works!
Does anyone know how to make the hard-coded tabs dynamic - have the same behavior as the default tabs (Product Description, Details, Reviews, etc)?
Working example here:
http://lemy.co.uk/dual-suspension-mo...ke-p-3196.html
I had just installed the Tabbed Products Pro but my site went completely blank. I then replaced the html_header file with my previous one and my site showed up again but tab on the product info is not css formatted...it just shows the bulleted list. All CSS files seem to be in the correct place and have been uploaded on my server. Any ideas on what could be the issue? My zen cart version is v1.3.9f
I have installed Tabbed products pro and it works fine in product_info page in the english language.
But when I switch to the french language option I do not get the tabs.
I have installed the tabbed_products_pro.php in the languages/french/extra_definitions file
I intalled the TabbedProductsPro.sql
Do I need to install the TabbedProductsPro_german.sql for multilanguages?
If so what do I need to change so that the sql sees french
Do I make the changes in the administation control pannel?
Ok done a bit of reading and still haven't found an answer
Does anyone know why TPP doesn't display the additional images tab with product priced as attributes? I am looking for a way to get extra photos posted for my attributes. I am using version 1.3.9h zen light box (newest), image handler 2, and TPP
Thanks ahead of time for the direction and ideas. I am still learning this.
I'm really happy with this add-on. It's easy to use and really sharpens up our product pages! One quick question:
I'm using all custom tabs and sometimes the title is long. The background color doesn't always reach. Can anyone point me to the right place to extend that? Maybe a background repeat or a longer image?
HI
I have almost the same problem, but in my case, its just the designe that brakes down, and all the basic boxes and links shows up, guess there is some diffrences on my templates html_header file, and the one from tabbed products pro.
Any idea how i can fix this in a easy way, im not good with scripts and css files.
I found the answer. The image files consist of a small slice on the left followed by a background image that floats out to the right as needed except it's only 175px wide. Strange since it's a small file size and wouldn't take long to load. Anyway, I bumped it up to 275px and it works fine now.
I just downloaded Tabbed Products Pro. It looks great and I think it will make my site look and function better. I have two questions.
Can the tabs all be closed at the same time. Right now, the Product Description tab opens when the page loads which makes my page very long.
I am using Clyde Jones Centered page which has the description under the image, but above the Attributes and Add to Cart buttons. If all the tabs were closed at the same time the page would be much shorter.
I know that I can work around it with a custom tab setup but that means doing every page over.
Second question. Where can I change the color of the tab and the color size of the font. Also, where can I change the tab names.
I hope that someone can help me.
Dave
No.. by default the first tab is "open". Your other option is to follow the instructions in the readme for creating subtabs for your product description content or changing the tab order so that a "shorter" tab appears first.
That may be your only option though.. Not sure of another workaround.
I believe the tab names are driven by the store's language definition files.. (not at my home PC to confirm.. going off memory here..) You can use the developers toolkit in the store admin to search for the text in the tab names and see which files contain that text string, and change the appropriate language file accordingly..
Please HELP! I just finish loading this TPP v1.07 and my home page with jscript_easySlider.js in define_main_page.php is not working any more. :( Please HELP! :frusty: Thanks
my testing site,
http://www.elitehf.com/ehfstore
I install below functions recently.
jscript_easySlider,
jscript_scroller,
Cross sell v1.30 + Advance Cross Sell,
Ultimate SEO,
TPP v1.07
will do, THANKSQuote:
Re: Home page with easySlider Not Working after installing TPP V1.07
-----
Quote:
Originally Posted by dorie
Please HELP! I just finish loading this TPP v1.07 and my home page with jscript_easySlider.js in define_main_page.php is not working any more. Please HELP! Thanks
my testing site,
http://www.elitehf.com/ehfstore
I install below functions recently.
jscript_easySlider,
jscript_scroller,
Cross sell v1.30 + Advance Cross Sell,
Ultimate SEO,
TPP v1.07
You might wanna ask this question in the support thread for the jscript_easySlider.
I have a problem after install the tabbed product add-on installed.
The problem: Only 1 unit is added into the shopCard no matter what number you input into the 'AddtoCard' textbox.
Such as you enter 4, and clik 'add to cart', but only 1 is added into shoppingcart. Please help, thank so much
Product:
http://www.dankung.com/happybuy/inde...&products_id=4
Hello, I didn't see this question anywhere , was just wondering if this is possible.....
I would like to list multiple attributes in their own tab. So an example is I have a product that is available in 4 different qualities. Each quality has up to 20 different colors. I would like each quality or attribute set to have its own tab, is there a way to hard code this?
I have installed version 1.07 on 1.3.9 h. All works fine but in Explorer my default attributes isn't selected. In firefox it does show.
It must be a setting in TPP because if i select that the attributes are not shown in a tab my default attribute is selected.
Can anybody help me with this please.
Well i soved my problem by installing attributes by grid. Now i have the next problem. In Google chrome i have py product image inside tpp but also outside. With other words i have two product images. I have set up tpp to open product info in a tab.
Please there must be somebody that can help me.
Can anyone tell me how to move the tabs themselves to the right of the main description?
http://pierianus.com/catalog/index.p...&products_id=1
I want the tabs to go below the additional images.... my goal is this:
http://sunfishdesign.com/pierian/stainless_detail.html
Hello All,
I am using the Zencarg 1.39 h vesrion. I have installed tabbed_products_pro_1-06c.zip.
Maybe this has been asked before (even though I searched and was not able to find any threads on this) but how can I add under a tab more products? I am trying to add a "spare parts" tab for a specific product. So when customer clicks on that tab he/she can see all spare parts available under that tab.
Any feedback is greatly apprictaed.
Thank You
I have trouble getting Tabbed Pro to work.
I think I've installed correctly. When I view the page source of my product page I see the code for the tabs, but its just not displaying on page.
Any idea why?
http://focalpointhardware.net/index....products_id=11
:unsure:
I'm not seeing any TPP related stylesheets loading on that page. Might be the reason.
I've looked at all the tpp stylesheets but don't see the ID's or Classes that I see when viewing my page source.
For instance, viewing my page source I see id="tabcontentcontainer". When search "tabcontentcontainer" in Developer's Toolkit I see it in a few lines in the php code in tabbed_products_pro.php. but I don't see #tabcontentcontainer in any tpp stylesheets that I uploaded (or downloaded) so the browser just doesn't style them.
I don't what to do to get/find that missing .css
Have you installed CJ Loader and configured the relevant settings in ZC admin?
Thanks for you response gaffettape.
I hadn't loaded CJ loader, so I did just now. Also earlier I downloaded v1.5 and uploaded stylesheet_tpp.css which allowed me to select a tab style. I seem to have some tabs going but they are looking screwy and not working.
http://focalpointhardware.net/index....products_id=11
Make sure you have the latest version installed. Have you configured the relevant settings in admin/configuration/TPP - Config and admin/configuration/CSS/JS Loader?
OK its finally working. I looked at the install instructions again and found the proper .js file. It wasn't in YOURTEMPLATE/js/ but in the docs folder. The .js file that IS in that folder is just named tpp.js and comparing them now I see I could have just renamed it javascript_tpp.js.
So doing that along with finding stylesheet_tpp.css in the 1.05 version seemed to get everything working.
Your install sounds confusing, and if I were you I would double check that you really have this installed correctly..
If you installed v1.06 of TPP and the latest version of CJ Loader, you should have had EVERYTHING you needed to get TPP to work without all of the patch work you've apparently done..
TPP v1.05 is VASTLY different than v1.06.. You really can't mix and match the two.. there are some files that are similar, but for the most part these two versions are completely different executions of the tabbed code..
Quick question.
I have some other sections I would like to create as new global tabs. They are sections that are based on other modules, similar to the Cross-Sell or Reviews sections.
Are there any tutorials like that???
Thanks
Hi, for some reason found this mod on my instation i was wondering how i could uninstall this mod, would anybody here know the SQL to uninstall this mod, Thanks for your help :bigups:
Hi, I just installed this mod and guess what happened? Take a look at this site: http://develop.centuriongames.se...
This feels weird, I don't know what's wrong..
I have a quick question I hope someone can help me with.
I am using Tabbed Products Pro with the Cross Sell mod.
In the Products Description tab open the page displays perfectly.
With my custom tab that displays after the Product Description the page displays perfect.
With the Details tab there is no blank line (white space) between the horizontal line below the Details tab and the writing.
The same is true for the Cross Sell images.
Can someone please tell me how to put a blank line in these areas?
DAve
Hi,
Does anyone have a link to show this mod in action? It sounds like what I need, but the only links I can find on here that work are the ones which show undesirable effects of the mod!
Thanks!
You may take a look here at my site
I know in the past I've seen posts in here somewhere about adding extra/custom tabs, but I can't seem to locate them.
I'd like to have a tab of additional info called "Attribute Details" that i can use to give a detailed description of attributes listed for a specific product.
Ideally I'd like to keep it separate from the Description entry by having it served up in a separate tab either from a html doc or php doc.
Can someone point me to documentation for this?
Thanks!
Hi,
I have now spent a week reading, comparing and merging and besides the fact that the wife and kids want to kill me I have made no headway. :frusty:
Zen Cart V1.3.9h
TPP V1.0.7
Everything seems OK until I enable Minify. After this my CSS files are not loaded but this ONLY happens when viewing a product. On other screens the CSS is loaded.
If I replace /includes/templates/MY_TEMPLATE/common/html_header.php with the default version my CSS loads but I obviously don't have tabs.
My version is as follows:Can anyone see any problems? There are no errors produced by the way in the cache directory.PHP Code:
<?php
/**
* Common Template
*
* outputs the html header. i,e, everything that comes before the \</head\> tag <br />
*
* @package templateSystem
* @copyright Copyright 2003-2010 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: html_header.php 15761 2010-03-31 19:31:27Z drbyte $
*/
/**
* load the module for generating page meta-tags
*/
require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));
/**
* output main page HEAD tag and related headers/meta-tags, etc
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>>
<head>
<title><?php echo META_TAG_TITLE; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />
<meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" />
<meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="The Zen Cart™ Team and others" />
<meta name="generator" content="shopping cart program by Zen Cart™, http://www.zen-cart.com eCommerce" />
<?php if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($current_page_base,explode(",",constant('ROBOTS_PAGES_TO_SKIP'))) || $current_page_base=='down_for_maintenance' || $robotsNoIndex === true) { ?>
<meta name="robots" content="noindex, nofollow" />
<?php } ?>
<?php if (defined('FAVICON')) { ?>
<link rel="icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
<link rel="shortcut icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
<?php } //endif FAVICON ?>
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />
<?php if (isset($canonicalLink) && $canonicalLink != '') { ?>
<link rel="canonical" href="<?php echo $canonicalLink; ?>" />
<?php } ?>
<?php
$jscript_files_to_load = $css_files_to_load = array();
/**
* load all template-specific stylesheets, named like "style*.css", alphabetically
*/
$directory_array = $template->get_template_part($template->get_template_dir('.css',DIR_WS_TEMPLATE, $current_page_base,'css'), '/^style/', '.css');
$load_order = -300;
while(list ($key, $value) = each($directory_array)) {
$css_files_to_load[$value] = $load_order++;
}
/**
* load stylesheets on a per-page/per-language/per-product/per-manufacturer/per-category basis. Concept by Juxi Zoza.
*/
$manufacturers_id = (isset($_GET['manufacturers_id'])) ? $_GET['manufacturers_id'] : '';
$tmp_products_id = (isset($_GET['products_id'])) ? (int)$_GET['products_id'] : '';
$tmp_pagename = ($this_is_home_page) ? 'index_home' : $current_page_base;
if ($current_page_base == 'page' && isset($ezpage_id)) $tmp_pagename = $current_page_base . (int)$ezpage_id;
$sheets_array = array('/' . $_SESSION['language'] . '_stylesheet',
'/' . $tmp_pagename,
'/' . $_SESSION['language'] . '_' . $tmp_pagename,
'/c_' . $cPath,
'/' . $_SESSION['language'] . '_c_' . $cPath,
'/m_' . $manufacturers_id,
'/' . $_SESSION['language'] . '_m_' . (int)$manufacturers_id,
'/p_' . $tmp_products_id,
'/' . $_SESSION['language'] . '_p_' . $tmp_products_id
);
$load_order = -200;
while(list ($key, $value) = each($sheets_array)) {
//echo "<!--looking for: $value-->\n";
$perpagefile = $template->get_template_dir('.css', DIR_WS_TEMPLATE, $current_page_base, 'css') . $value . '.css';
if (file_exists($perpagefile)) $css_files_to_load[trim($value, '/').'.css'] = $load_order++;
}
/**
* load printer-friendly stylesheets -- named like "print*.css", alphabetically
*/
$directory_array = $template->get_template_part($template->get_template_dir('.css',DIR_WS_TEMPLATE, $current_page_base,'css'), '/^print/', '.css');
sort($directory_array);
while(list ($key, $value) = each($directory_array)) {
echo '<link rel="stylesheet" type="text/css" media="print" href="' . $template->get_template_dir('.css',DIR_WS_TEMPLATE, $current_page_base,'css') . '/' . $value . '" />'."\n";
}
if (file_exists(DIR_WS_CLASSES . 'browser.php')) {
include(DIR_WS_CLASSES . 'browser.php');
$browser = new _Browser();
$browser_name = preg_replace("/[^a-zA-Z0-9s]/", "-", strtolower($browser->getBrowser()));
$browser_version = floor($browser->getVersion());
// this is to make it compatible with the other ie css hack
if ($browser->getBrowser() == $browser->BROWSER_IE) {
$browser_name = 'ie';
}
// get the browser specific files
$directory_array = $template->get_template_part($template->get_template_dir('.css',DIR_WS_TEMPLATE, $current_page_base,'css'), "/^{$browser_name}-/", '.css');
$js_directory_array = $template->get_template_part($template->get_template_dir('.js',DIR_WS_TEMPLATE, $current_page_base,'js'), "/^{$browser_name}-/", '.js');
$load_order = -100;
while(list ($key, $value) = each($directory_array )) {
$css_files_to_load[$value] = $load_order++;
}
$load_order = -500;
while(list ($key, $value) = each($js_directory_array )) {
$jscript_files_to_load[$value] = $load_order++;
}
// get the version specific files
$directory_array = $template->get_template_part($template->get_template_dir('.css',DIR_WS_TEMPLATE, $current_page_base,'css'), "/^{$browser_name}{$browser_version}-/", '.css');
$js_directory_array = $template->get_template_part($template->get_template_dir('.js',DIR_WS_TEMPLATE, $current_page_base,'js'), "/^{$browser_name}{$browser_version}-/", '.js');
$load_order = -100;
while(list ($key, $value) = each($directory_array )) {
$css_files_to_load[$value] = $load_order++;
}
$load_order = -500;
while(list ($key, $value) = each($js_directory_array )) {
$jscript_files_to_load[$value] = $load_order++;
}
}
/**
* load all site-wide jscript_*.js files from includes/templates/YOURTEMPLATE/jscript, alphabetically
*/
$directory_array = $template->get_template_part($template->get_template_dir('.js',DIR_WS_TEMPLATE, $current_page_base,'jscript'), '/^jscript_/', '.js');
$load_order = -400;
while(list ($key, $value) = each($directory_array)) {
$jscript_files_to_load[$value] = $load_order++;
}
/**
* load all page-specific jscript_*.js files from includes/modules/pages/PAGENAME, alphabetically
*/
$directory_array = $template->get_template_part($page_directory, '/^jscript_/', '.js');
$load_order = -300;
while(list ($key, $value) = each($directory_array)) {
$jscript_files_to_load["$page_directory/$value"] = $load_order++;
}
/**
* load all site-wide jscript_*.php files from includes/templates/YOURTEMPLATE/jscript, alphabetically
*/
$directory_array = $template->get_template_part($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'jscript'), '/^jscript_/', '.php');
$load_order = -200;
while(list ($key, $value) = each($directory_array)) {
/**
* include content from all site-wide jscript_*.php files from includes/templates/YOURTEMPLATE/jscript, alphabetically.
* These .PHP files can be manipulated by PHP when they're called, and are copied in-full to the browser page
*/
$jscript_files_to_load[$value] = $load_order++;
}
/**
* include content from all page-specific jscript_*.php files from includes/modules/pages/PAGENAME, alphabetically.
*/
$directory_array = $template->get_template_part($page_directory, '/^jscript_/');
$load_order = -100;
while(list ($key, $value) = each($directory_array)) {
/**
* include content from all page-specific jscript_*.php files from includes/modules/pages/PAGENAME, alphabetically.
* These .PHP files can be manipulated by PHP when they're called, and are copied in-full to the browser page
*/
$jscript_files_to_load["$page_directory/$value"] = $load_order++;
}
$files = loadCssJsFiles($css_files_to_load, $jscript_files_to_load);
foreach($files['css'] as $file)
if($file['include']) include($file['string']);
else echo $file['string'];
foreach($files['js'] as $file)
if($file['include']) include($file['string']);
else echo $file['string'];
//DEBUG: echo '<!-- I SEE cat: ' . $current_category_id . ' || vs cpath: ' . $cPath . ' || page: ' . $current_page . ' || template: ' . $current_template . ' || main = ' . ($this_is_home_page ? 'YES' : 'NO') . ' -->';
?>
<!--bof Simple Google Analytics -->
<?php
if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
}
?>
<!--eof Simple Google Analytics -->
</head>
<?php // NOTE: Blank line following is intended: ?>
Hopefully I can regain my sanity.
Kind regards,
Brent
Minify is PHP version dependant...
I think I should be OK as my host is running PHP Version 5.2.12?
Also surely if it was a version issue it wouldn't load CSS across the board? Seems strange that it loads in some places and not others.
Many thanks for showing interest as I'd given up hope.
As it happens after many sleepless nights I finally cracked this nut today! I'll post the solution to save some other poor sod the same aggravation.
I was using TPP V1.07 with the bundled CJ Loader and installed on the Classic template I had no problems. Using my template I could not get it to work. I therefore took V1.06 and merged Zen V1.3.9h changes. This installed and ran without any problems.
I then installed the latest version of CJ Loader but as soon as I enabled Minify none of my CSS or Java loaded. To cut a very long troubleshooting process short it turns out the problem was caused by neither of these mods. I was running easySlider on my home page. Enabling Minify also broke that and searches found the following thread. Following that advice fixed easySlider and hey presto all my other CSS and Java started loading.
After all this though I'm not convinced I'm seeing a large increase in load speeds using Minify.
Glad it's not just me then. As I'm no coder and simply a merge merchant I assumed I must be missing something. What worried me is that they no longer appear to be running CJ Loader on eazyecommerce . com as all the style sheets are loaded individually.
Would your advice be to stick solely with V1.06 merged with Zen V1.3.9h changes and drop CJ Loader?
At first glance though it's not obvious to anyone who isn't a coder that the two are basically the same. Even when doing a file compare of the two versions. Partly because there have been name changes between the two versions.
/includes/templates/your_template/css/stylesheet_tpp.css become /includes/templates/your_template/css/tpp.css
/includes/templates/your_template/jscript/jscript_tpp.js became /includes/templates/your_template/jscript/tpp.js
What really creates the major headache though is the addition of /includes/templates/your_template/common/html_header.php as it is in no way clear if this is introduced by TPP or CJ Loader. On top of that the version shipped with TPP bears no resemblance to the version that ships with CJ Loader. Various discussions on that here.
By the way I had assumed the functionality that allows you to load the style sheet from Admin was a TPP update that had been slipped in between V1.06 and V1.07. Does this actually come from CJ Loader then?
Could you possibly post a copy of your V1.06 with 1.3.9h changes so that I can double check I haven't missed anything? Also in view of the fact that there is some doubt of Minify it would be good to give other users the choice between the two versions.
Many thanks for all your hard work supporting this add-on. I've read and re-read every post in this thread and many of your earlier answers helped me fit all the pieces together.
I don't know what versions or files you are comparing.. v1.07 is simply v1.06 with the required changes to TWO files for Zen Cart 1.3.9h compatibility.
Some of the files you mention sound like the old v1.05 files.. I suggested you download the 1.06, 1.06, and 1.07 versions again and do your file comparisons again.. You are mixing up files between three different versions..Quote:
Updated to files to include 1.3.9 modifications.
~ includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
~ includes/templates/YOUR_TEMPLATE/common/html_header.php
Author: C Jones
Version: 1.07
Zen Cart™ Version: v1.3.9
Update added on Aug 29 2010
PHP 5.3 Compatible?: Yes
Download Now!
File size: 390034 bytes
I don't have any additional files to share.. I shared my "V1.06 with 1.3.9h changes" when I submitted the update to TPP (AKA v1.07 of TPP)..
Because v1.06 is v1.05 with some code added to support WP tabs..
Again v1.07 is v1.06c with to files modded for Zen Cart 1.3.9 compatibility..
You will need to look at ALL of the v1.06 releases to answer your question regarding what changes were introduced at what time..
http://www.zen-cart.com/index.php?ma...roducts_id=924
Since I have posted a simple question six times about a conflict TPP seems to have with a very widely used payment module (Google Checkout) can I assume that this is a dead mod and is not supported in any way, shape or form?
Somebody please prove me wrong. Is ANYONE successfully using Google Checkout with TPP?
:frusty:
Dead based on the fact that no has provided you an answer to your very specific issue??? Ummm no.. Given that there have been PLENTY of recent threads in this support thread and the fact that this mod still functions as intended, I can safely say that NO this mod is not DEAD..
Seems the issue is MORE of a Google Checkout issue than a TPP issue.. BTW, you do know that the Google checkout mod is still considered a BETA module.. It has been LOADED with issues from DAY ONE.. Did you try asking your question on the Google Checkout thread too??
I would like to animate the Tabs by either sliding them open or fading in and out. Can anybody tell me what I would change it the jquery to do this, please?
You do know that Google left GMail in beta for five years and nearly 200 million users, right? They are famously slow about taking the Beta tag off, something very admirable IMO.
Care to compare the installed base of GC vs TPP? GC has been downloaded from the Zen Cart site 3 times as often as TPP even though the official download site for GC is hosted externally.
Nobody at the GC thread has ever heard of TPP. Meanwhile, everyone here at TPP at least knows what Google Checkout is. It is pretty hard to believe that I am the only one here that wants to use them both together.
So yeah, if I can't get a single person to reply regarding TPP's compatibility problems with probably the most popular Zen Cart Mod, I'd say support for TPP is pretty much dead. Not to mention all the other requests for help that routinely go unanswered here...
RIP TPP
:Flush:
Did you know I was referring to the ZEN CART module for Google checkout which is still flagged as a beta module in the support thread: Google Checkout module for Zen Cart 1.3.x (beta)
This module is nearly 4 years old and has NOT been updated for PHP 5.3 compatibility let alone Zen Cart 1.3.9 compatibility.
Nope.. It's kinda irrelevant anyway since the two modules serve two COMPLETELY different purposes..
If you mean the general GC support forum, I would expect that it's UNLIKELY that unless they are familiar with Zen Cart and Zen Cart modules that they would have heard of ANY Zen Cart specific module.
However, as it turns out, I was speaking of the ZEN CART support thread for the ZEN CART module: Google Checkout module for Zen Cart 1.3.x (beta)
Nothing on this thread has gone "routinely" unanswered.. The fact is no one has been able to answer YOUR question.. So suddenly that means that questions go "routinely" unanswered here?? That is an exaggeration..
TPP is not dead.. YOU not getting an answer to the problem YOU are having doesn't make this a dead mod either.. It could be as simple as no-one in the community has any information to share with you regarding YOUR specific problem.. or maybe folks are choosing NOT to share information.. Either way it doesn't make this a dead mod, it just simply means YOU don't have an answer to YOUR question nothing more, and nothing less..
Yea.............I think so. It couldn't be too much of a change in the jquery, but I'll be darned in I can figure it out..................yet, but I'll still be trying..............
I'm kind of hoping that "niccol" will pick up on this thread. Nick's a jquery genius.:smartalec:
:clap:Hahahahaha....................You're funny, girl!
It'll be the 'Living Dead', won't it? :D
I'm sure I'll eventually figure it out. Of course, it would be nice if one of these jquery "guru's" were to magically jump in here with the answer, and save me a LOT of headaches. :smile:
Just thought of an idea for this add-on... a tab that contains social sharing buttons for the product. Now how can we get it to happen?
Have you ever done it? I've followed those instructions and nothing happens. There must be something missing from them. I've got to add a custom tab to display the product extra fields mod so I'll start going back thru the thread here. But if you've got any info about it, please let me know.
There is an error in the pdf instructions - 2 lines have the semi-colon left off. I had been putting the changed file into the override directory instead of overwriting the one in the module directory so I was unaware that the file was screwed. These are the two lines:
Code:$fmtShipEst .= "This is warranty information for our products. We want you to know that our products have a 100% guarantee.";
$fmtShipEst .= "Thank you for shopping with us. If you have any questions, call us at 1-800-111-2222.";
Hey all,
Love the mod, however I'm struggling with one small layout issue.
I've combined the product attributes with the add to cart tab but I can't get the to align properly.
You can view a product here to get an idea of how it looks currently:
(Note: Site is a lingerie shop, some more mature images inside)
http://test.alexasroom.ca/index.php?...roducts_id=106
I've got the product attributes listed side by side.. but I want the Add to Cart quantity box to be displayed beside the product attributes, laid out the same way with it saying "Quantity:" and then the input field below it, inline with the dropdown boxes for the attributes. Beside that I would like the Add to Cart image so that all of the information is displayed in one horizontal line.
I am using the Numinix Product Fields module. I want to use the info that I get from the supplier and put into the description2 field.
Is there any way to hide the description tab if the description field is empty for some of the products? Or is there a custom tag <!--# #--> that i can put in that would pull the description from the description2 field?
Hello,
I just finish adding the mod to my site and it's look good, But there is some things i want to know more about it :
1- it's not on my admin aria any thing that can let me control the mod ????
2- I add to my site 2 extra fields and the mod don't add them with details tab or at less make another tab for them [ how i can add them to another tab called : Features ].
3- is there any way to add tab called: [ compatible models ] and insert it's information with easy populate ??
my site is : http://www.tonerandinkplus.ca/index....oducts_id=1575
i want to show my product page as the photo i send with me replay.
I'm seeing the additional images on the tab and at the bottom of the pages like normal. Someone please confirm for that this works in the default installation. I've made some major modifications to this file and I don't know if this is my fault or not. I have not changed any of the default stuff except for some rearrangement and added several custom tabs.
To explain more :
1- when i upload cj_loader_install.sql to my sql my site not work good the site look change and be so bad. So i upload [ include folder + TabbedProductsPro.sql ] only.
2- i can't see TTP under my admin => configration
3- How i can add my extra 2 fields i made to show under details tap for all of my products like model and manufacture.
done :)
Without know what you mean by "my site not work good the site look change and be so bad" or being able to see this we can only GUESS, and since we don't have enough information here to even do that, I imagine it would be hard for ANYONE to provide any useful info for you.
You need to re-check your install and make sure it's correct. The ONLY reason to not see the module is if the install is not executed correctly.
Following the readme instructions for creating custom tabs, I have no problem creating custom tabs, however creating tabs from content added to the product details page is a mystery to me, and I'm afraid the answer to HOW to do this is over my paygrade.. Hopefully someone else on the forum knows HOW to do this..
Since I JUST got an e-mail from someone about this "alleged known issue", let me clear this up once and for all..
There is NO INCOMPATIBILITY issue between Google Checkout and Tabbed Products Pro..
How could there be an incompatibility between a module which alters the checkout process and a module that alters the LOOK AND FEEL of the product page?
These two modules have NO FILES IN COMMON whatsoever. So any "issues" with one or the other of these modules CANNOT be related to the other..
The most likely cause lies in the Google Checkout install. As per this post:
http://www.zen-cart.com/forum/showpo...postcount=3644
So the logical place to get resolution is in the support thread for the module where the issue is. Google Checkout..
I hope this clear this up for everyone once and for all.. Sheesh!!!!:no:
Well that all sounds very good, except that on two separate websites where GCO was working fine, installing TPP caused GCO to stop working.
Since no one here has EVER successfully installed TPP and GCO together, out of a sample of 2, TPP has broken GCO 100% of the time.
If you wish to "clear this up once and for all" I would suggest providing an example of GCO and TPP working together on the same website.
Until then, there is both a known incompatibility and an obvious unwillingness to even investigate the problem.
Sheesh indeed!!!!:no:
I understand your frustration but I have installed google checkout and tabbed products on the same site with no problems.
As it is a payment module there are no files in common between the two modules.
Look at simonbbc.com His google checkout is weird and not normal but has nothing to do with the tabbed products module.
Installing and configuring Google check out is the most challenging installation of all of them and is very hard to get working properly.