-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I have already used Product Tabbed Pro at my website with no problems. Recently I have tried to install it again after reinstalling Zen Cart but unsuccessful.
I have run sql patch and copied the files in CSS, Images, jscript and Templates folders. I’ve also amended product info display page with the codes provided. But my product info page isn’t tabbed but still appears as normal page (no tabbed).
Can someone help me to work out where the problem is?
Many thanks.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi fariba, I tried to follow the link in your post and it just went to a "product not found" so I went to all products and see one product in the listing. Then when I go to the product page, you do have tabs showing and no description above the tabs, so I'm not sure if you still need any help. Let us know.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
FiberDawn
Glad it worked!
Thanks a lot .
Can I ask you another question? I have three language modules installed: English, Chinese and Spanish. How can I put the Chinese/Spanish translation into the "Product Description" tab? Where is the source file? the tab currently shows this:"TEXT_TAB_TITLE_PROD-DESC".
Thank you in advance
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Lazar, here are the things I would check:
1. Admin->configuration->tpp config has Global enable tabs on (set to 1) and that something for global tabs was set to true (1) eg. Global Product Description tab.
2. If you have something set to Global tabs, and still no tabs on your product info page, I would make sure that the edited product info page is in the correct location. ~\YOURSHOP\includes\templates\YOUR_CUSTOM_TEMPLATE\templates
It sounds to me like something didn't get to the right place...
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
zhongc, the way I find this out is to use the Tools->Developer toolkit. Searching there for the TEXT_TAB_TITLE_PROD_DESC (I usually just go look up in all files and select catalog/php) shows it is defined in includes/languages/english/extra_definitions/tabbed_products_pro.php
I haven't set up the other languages myself, but the way I understand the override system, you would create copies of the file in
includes/languages/chinese/extra_definitions/tabbed_products_pro.php
and
includes/languages/spanish/extra_definitions/tabbed_products_pro.php
and put the correct language text inside those files ...
hope this helps!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
FiberDawn
zhongc, the way I find this out is to use the Tools->Developer toolkit. Searching there for the TEXT_TAB_TITLE_PROD_DESC (I usually just go look up in all files and select catalog/php) shows it is defined in includes/languages/english/extra_definitions/tabbed_products_pro.php
I haven't set up the other languages myself, but the way I understand the override system, you would create copies of the file in
includes/languages/chinese/extra_definitions/tabbed_products_pro.php
and
includes/languages/spanish/extra_definitions/tabbed_products_pro.php
and put the correct language text inside those files ...
hope this helps!
Yeah, I followed your instructions, it worked and the problems fixed. Thank you so much.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thanks for letting us know zhongc, I'm glad to help.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thank you so much FiberDawn :smile: My previouse problem is sorted now, But I have got another issue !! when I type somthing like below for product description it creates two tabs called Product Description and It does not show the first two lines above the tabs..
I guese I did something wrong in product_display_info page but I can not figer it out!!
Any idea???
consectetuer adipiscing elit. Nullam mattis, augue a pharetra aliquet, turpis magna sagittis odio, non lobortis dolor nulla a massa.
<!--%Product Description%-->
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Many Thanks.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
It is sorted now..Thanks :clap::clap:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thanks for this mod. I have a question what cross promote mod works with this?
lexxie
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
How can I get Multi Cross Sell to work with this mod?
everytime i add this to tpl_product_info_display.php
PHP Code:
<!-- BEG: Multi Cross-Sell mod -->
<?php
// THIS CODE WOULD BE ADDED INTO YOUR TPL_PRODUCT_INFO_DISPLAY.PHP WHEREVER YOU WANT TO DISPLAY THE CROSS_SELL BOX:
$mxsell = 1; // select the cross sell to display
require($template->get_template_dir('tpl_modules_multi_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_multi_xsell_products.php');
?>
<!-- END: Multi Cross-Sell mod -->
I get a duplicates of my product description out side of the tab. Trying to get cross sell to work with this mod.
Thanks for any help
Lexxie
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Okay figuared out why. He He I was missing a file in Multi x sell. how can I make it so Multi x sell will work with this mod?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi,
I am using version v1.3.9h and have just tried to install TPP. All I get is the actual text displayed in the product description i.e. :"The name of this tab is "Product Description". This is the text on the product description tab.
http://www.buyandfit.com/shop7141/in...&products_id=6
This is where the next tab is created. All text from below this tag goes on the "Custom Information" tab."
I have obvioulsy missed something along the way. I have not uploaded the folder called "min" in the installation files as it does not seem to have a place anywhere and is not referred to in any of the documentation - is this my issue?
Many thanks.
Denise.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
denise006
Hi,
I am using version v1.3.9h and have just tried to install TPP. All I get is the actual text displayed in the product description i.e. :"The name of this tab is "Product Description". This is the text on the product description tab.
http://www.buyandfit.com/shop7141/in...&products_id=6
This is where the next tab is created. All text from below this tag goes on the "Custom Information" tab."
I have obvioulsy missed something along the way. I have not uploaded the folder called "min" in the installation files as it does not seem to have a place anywhere and is not referred to in any of the documentation - is this my issue?
Many thanks.
Denise.
BTW I am also using the Products Extra Field module so I have modified the tpl_product_info_display.php file to include the 3 minor code snippets as stated in the installation notes.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
hi, i've recently installed ultimate cross sell, couldn't get the other mod working on my site for some reason, anyway i presume its not the mod intended to be used on the global cross sell tab, is there any way of me modifying this so i can incorporate into the existing cross sell tab please?
-
Re: Tabbed Products Pro (TPP) Contrib - Tell a friend
hello
Can i put Tell a Friend and Write a review on the tabs. My page looks messy at the moment and i was hoping to clean this up
thanks
ian
-
Re: Tabbed Products Pro (TPP) Contrib - Tell a friend
Quote:
Originally Posted by
ian
hello
Can i put Tell a Friend and Write a review on the tabs. My page looks messy at the moment and i was hoping to clean this up
thanks
ian
Hi,
I've managed to get my tabs sorted now and have used a review tab which is <!--#Reviews#-->. Not sure on tell a friend but the format will be the same as it is a pre set Zen tab as per those listed below:-
<!--#MainImageOnTab#--> Use this tag to add Main Image to the first (product description) tab
<!--#AttributeOptions#--> Use this tag to create a tab for keeping Attribs on their own tab.
<!--#DetailsOnTab#--> Use this tag to create a tab for putting the product details (weight, model #, etc) on its own own tab.
<!--#AddToCart#--> This puts the 'Add to Cart', and 'Quantity Discounts' inside its own tab
<!--#AdditionalImages#--> Use this tag to create a tab for additional images. This is based on ZC's design
<!--#CustomersAlsoPurchased#--> Use this tag to create a tab for the Customers Also Purchased module. This is based on ZC's design
<!--#CrossSell#--> Use this tag to create a tab for the Cross Sell module.
DO NOT ENABLE CROSS SELL IF YOU DO NOT HAVE THE CROSS SELL CONTRIB INSTALLED OR THE PAGE WILL NOT LOAD AND SHOW ERROR!!!
<!--#Reviews#--> Use this tag to create a tab for the reviews module. This is based on ZC's design.
Hope this helps.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Tab order has to be changed in the code, dynamic ordering is not yet supported. If you only want the attribs moved to the end I can PM you with a version that has that
<-- I actually want the attribs as the default opening tab, can that be achieved and if so how
thanks
Ian
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi,
I'm having an issue using Multi Cross Sell with TP Lite.
This is the Cross Sell Mod - http://www.zen-cart.com/index.php?ma...oducts_id=1677
As soon as a Cross Sell is added to a product, this happens: http://tinyurl.com/66awmb8
Compared to a product without a Cross Sell:http://tinyurl.com/5tytrw4
You'll see on the former the tabs aren't displayed and the page stops as soon as the Cross Sell content should be displayed, i.e. after:
Code:
<div id="sc2" class="tabcontent" style="display:block;">
Any help would be much appreciated.
Thanks.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Sorted my own issue!
I suspect I was using the incorrect Cross Sell mod, so had to amend a reference to the Cross Sell template.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
bonnit
hi, i've recently installed ultimate cross sell, couldn't get the other mod working
I've installed ultimate_cross_sell too, but i've many problems to replace it with the original cross sell.
in
includes/modules/tabbed_products_pro.php
i've replaced:
PHP Code:
//Check if CrossSell contrib is installed and enabled to create its tab data
if (file_exists(DIR_WS_MODULES . 'xsell_products.php') or file_exists(DIR_WS_MODULES . $template_dir . '/' . 'xsell_products.php')) {
$bCrossSell_Tab = strpos($proddata, "<!--#CrossSell#-->");
if ($bGblCrossSell_Tab == true && $IgnoreGlobals === false) {
$bCrossSell_Tab = 1;
}
} else {
$bCrossSell_Tab = 0;
}
with
PHP Code:
//Check if CrossSell contrib is installed and enabled to create its tab data
// if (file_exists(DIR_WS_MODULES . 'xsell_products.php') or file_exists(DIR_WS_MODULES . $template_dir . '/' . 'xsell_products.php')) {
if (file_exists(DIR_WS_MODULES . 'ultimate_cross_sell_products.php') or file_exists(DIR_WS_MODULES . $template_dir . '/' . 'ultimate_cross_sell_products.php')) {
$bCrossSell_Tab = strpos($proddata, "<!--#CrossSell#-->");
if ($bGblCrossSell_Tab == true && $IgnoreGlobals === false) {
$bCrossSell_Tab = 1;
}
} else {
$bCrossSell_Tab = 0;
}
and
PHP Code:
if ($bCrossSell_Tab != 0) {
$xsell_query = $db->Execute("select distinct p.products_id, p.products_image, pd.products_name
from " . TABLE_PRODUCTS_XSELL . " xp, " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd
where xp.products_id = '" . $_GET['products_id'] . "'
and xp.xsell_id = p.products_id
and p.products_id = pd.products_id
and pd.language_id = '" . $_SESSION['languages_id'] . "'
and p.products_status = 1
order by xp.sort_order asc limit " . MAX_DISPLAY_XSELL);
$num_products_xsell = $xsell_query->RecordCount();
if ($num_products_xsell != 0) {
$tabstrip .= "\n" . '<li><a href="javascript:void(0)" onclick="expandcontent(\'sc'.$g.'\', this)"><span>'.$cross_sell_tab_name.'</span></a></li>' . "\n";
$g++;
}
}
with
PHP Code:
if ($bCrossSell_Tab != 0) {
/* $xsell_query = $db->Execute("select distinct p.products_id, p.products_image, pd.products_name
from " . TABLE_PRODUCTS_XSELL . " xp, " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd
where xp.products_id = '" . $_GET['products_id'] . "'
and xp.xsell_id = p.products_id
and p.products_id = pd.products_id
and pd.language_id = '" . $_SESSION['languages_id'] . "'
and p.products_status = 1
order by xp.sort_order asc limit " . MAX_DISPLAY_XSELL);
$num_products_xsell = $xsell_query->RecordCount(); */
$cross_sell_sort_by = CROSS_SELL_SORT_ORDER . $mxsell=="sort_order"?" order by xp.sort_order asc ": " order by rand() ";
$cross_sell_query = $db->Execute("select distinct p.products_id, p.products_image, pd.products_name
from " . TABLE_PRODUCTS_CROSS_SELL . $cross_sell . " xp, " .
TABLE_PRODUCTS . " p, " .
TABLE_PRODUCTS_DESCRIPTION . " pd
where xp.products_id = '" . $_GET['products_id'] . "'
and xp.cross_sell_id = p.products_id
and p.products_id = pd.products_id
and pd.language_id = '" . $_SESSION['languages_id'] . "'
and p.products_status = 1 ".
$cross_sell_sort_by." limit " . constant(MAX_DISPLAY_CROSS_SELL . $cross_sell) );
$num_ultimate_cross_sell = $cross_sell_query->RecordCount();
// if ($num_products_xsell != 0) {
if ($num_ultimate_cross_sell != 0) {
$tabstrip .= "\n" . '<li><a href="javascript:void(0)" onclick="expandcontent(\'sc'.$g.'\', this)"><span>'.$cross_sell_tab_name.'</span></a></li>' . "\n";
$g++;
}
}
at last
PHP Code:
// Pre-load Cross Sell
if ($bCrossSell_Tab != 0 && $num_products_xsell != 0) {
ob_start();
'tpl_modules_xsell_products.php');
require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php'); 'tpl_modules_ultimate_cross_sell_products.php');
with
PHP Code:
// Pre-load Cross Sell
// if ($bCrossSell_Tab != 0 && $num_products_xsell != 0) {
if ($bCrossSell_Tab != 0 && $num_ultimate_cross_sell != 0) {
ob_start();
// require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
require($template->get_template_dir('tpl_modules_ultimate_cross_sell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_ultimate_cross_sell_products.php');
I've no php errors but tpl_product_info_display page is "empty", any help?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I have a couple of issues with this mod. It's broken another mod that I was using called "Product Special Order'. The mod basically replaces the quantity code with:
Code:
<!--bof Product Special Order Mod -->
<?php
if ($products_quantity > 0) {
echo (($flag_show_product_info_quantity == 1) ? '<li>' . TEXT_PRODUCT_QUANTITY . $products_quantity . '</li>' : '') . "\n";
} elseif ($products_quantity < -99) {
echo (($flag_show_product_info_quantity == 1) ? '<li>' . TEXT_PRODUCT_QUANTITY . '<span id="stockindi"><a href="javascript:popupWindow(\'' . zen_href_link(FILENAME_POPUP_PRODUCT_STOCK) . '\')">' . TEXT_SPECIAL_ORDER . '</a></span></li>' : '') . "\n";
} else {
echo (($flag_show_product_info_quantity == 1) ? '<li>' . TEXT_PRODUCT_QUANTITY . '<span id="stockindi"><a href="javascript:popupWindow(\'' . zen_href_link(FILENAME_POPUP_PRODUCT_STOCK) . '\')">' . TEXT_BACK_ORDER . '</a></span></li>' : '') . "\n";
}
?>
<!--eof Product Special Order Mod -->
But TPP changes that code and this doesn't slot in so easy. This is how the TPP code looks:
Code:
// 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 .= '</ul>';
$fmtDOT .= "\n" . '<br class="clearBoth" />';
$fmtDOT .= "\n" . '</div>';
}
Any idea how I merge the 2 bits of code to get this working?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi just installed this on my local server test site running zen 1.5rc2 and Admin->Configuration->TPP Config is not showing is there a fix available also if I install the 3 code snippets in the my comstock/includes/templates product info display php file it kills the page yet if I remove them it works so I assume I can ignore those instructions.
comstock template no mods
nice mod by the way
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
discoverytdi
Hi just installed this on my local server test site running zen 1.5rc2 and Admin->Configuration->TPP Config is not showing is there a fix available also if I install the 3 code snippets in the my comstock/includes/templates product info display php file it kills the page yet if I remove them it works so I assume I can ignore those instructions.
comstock template no mods
nice mod by the way
You should post this in the threads setup for v1.5 testing/questions as v1.5 is still a beta version..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
You should post this in the threads setup for v1.5 testing/questions as v1.5 is still a beta version..
I posted here cause I thought it may be an sql patch issue.
I also got to the bottom of the blank screen when I inserted the 3 code snippets they are not needed it works fine without them so could do with the instructions being edited on next mod update just thought I'd give you the heads up. still think it's a great mod hats off to the Devs
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Great addition to the start of my ZC, but would like to know if anyone has attempted to add a default new product description and how... I will have 2 employees that will be inputing data and the redundancy of adding the commands over and over again would drive "ME" nuts plus when it comes to me inputing new products i dont want to have to remember what syntax i used for every page hence (specifications or specs) I want to set it up so you hit "add new product" and in the description field there is already:
HTML Code:
General description here
<!--%Features%-->
Add all the features here.
<!--%Specs%-->
Add all the specs here.
Thanks in advance!!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
It's a good idea, but a more intelligent solution for your company would be to have your own internal process document. Something that everyone follows and anyone new to the company can pickup quickly.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
discoverytdi
Hi just installed this on my local server test site running zen 1.5rc2 and Admin->Configuration->TPP Config is not showing is there a fix available also if I install the 3 code snippets in the my comstock/includes/templates product info display php file it kills the page yet if I remove them it works so I assume I can ignore those instructions.
comstock template no mods
nice mod by the way
Quote:
Originally Posted by
discoverytdi
I posted here cause I thought it may be an sql patch issue.
I also got to the bottom of the blank screen when I inserted the 3 code snippets they are not needed it works fine without them so could do with the instructions being edited on next mod update just thought I'd give you the heads up. still think it's a great mod hats off to the Devs
Yes same issue here. v1.50 has additional security features and existing mods need to be upgraded so that they comply.
Mods written for v1.50 will automatically appear in the configuration menu, however old mods that haven't been upgraded will still install but will not appear.
Admin>Admin Access Management>Admin Page Registration can be used to register mods that don't comply - although this can be risky re security.
I've successfully registered 'newsletter_subscribe_2-2-2' using this facility. However TPP doesn't seem to be written such that this method can be used. At least I can't find a way.
'Admin Page Registration' calls for
BOX_MY_MOD_PAGE_NAME
FILENAME_PAGE_NAME
I can see no reference to these in the TPP installation files.
Maybe someone a little more intelligent than me can suggest a way to successfully register this program.
btw, my installation works fine, editing the tpl_product_info_display.php causes no problems although I think it took a couple of goes to get it right. It is possible to access the Admin/Configuration/TPP-config by navigating to it via url. My path is http://.../YOUR_ ADMIN/configuration.php?gID=32 although I gues your gID could be different.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
An excellent module.
Very well documented. Worked in the 1st install itself.
I am using 1.3.9 with TPP, Ceon URI, etc.
Somehow, I wish to place the TPP module to the right of the big image as in this website http://www.mytheresa.com/int_en/brac...et-113719.html
My website where the module is installed is at http://raunharman.com/eco-friendly-t...artwork-runner
Can you suggest how I can shift the module. I guess it has been discussed a number of times, but I am unable to find it.
Also, if I wish to remove the header line (Product Description, underlined and in Purple font) in the 1st line of the Description Tab, how do I go about?
Thanks for your time.
[QUOTE=qhome;493649]New Release:
Tabbed Products Pro is the superior replacement of Tabbed Products 'Lite'. I have completely rewritten the tab code to make the tabs more optimzed, use less files, and be easier than ever to instantly tab your products display page. Although it is now actually more "lite" than ever, I feel that pro is a good evolutionary step in the naming convetion. I also renamed it so that we could get away from that old TPL thread as it was getting a big large and unruly. A new contrib name and a new thread to go with it for a fresh start.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
btw, my installation works fine, editing the tpl_product_info_display.php causes no problems although I think it took a couple of goes to get it right. It is possible to access the Admin/Configuration/TPP-config by navigating to it via url. My path is http://.../YOUR_ ADMIN/configuration.php?gID=32 although I gues your gID could be different. tried this on my wamp test site and it worked :clap: not tried on my live site don't wan't to mess it up, Still could do with a way of accessing it from 1.5s admin the same way as in 1.39h. anyone :smartalec:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
hello using version 1.39h with tpp and edit cart i notice edit cart stops working anyone else have this problem?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I installed tabbed product pro V1.07 on zencart 1.39H, everything works well on my computer! when I upload it to server, it comes error!without it my site works well, too!anyone knows what happened? is it anything about my server? I am hosted on bluehost!
my site:www.fesmall.com
anyone can help will be appreciated!
I have checked many times, and test on my computer many times, it works well! Just not work on server!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I installed Tabbed product pro V1.07 on zen-cart 1.39H english version! It works well on my computer! but when I uploads it to server(bluehost), my site cannt open! I checked many times both on my computer and server! It works fine on computer, many times try but not work on server, and I am sure I am doing no wrong! My site:www.fesmall.com anyone kindly show me how I cam make it work?
many thanks!
James
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
jameszxc
I installed tabbed product pro V1.07 on zencart 1.39H, everything works well on my computer! when I upload it to server, it comes error!without it my site works well, too!anyone knows what happened? is it anything about my server? I am hosted on bluehost!
my site:
www.fesmall.com
anyone can help will be appreciated!
I have checked many times, and test on my computer many times, it works well! Just not work on server!
your site is down cant preview it other than that if you change all the YOURTEMPLATE folders to your templates it should work np i just lost edit cart function upon installing it other than that its all good
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
jameszxc
I installed Tabbed product pro V1.07 on zen-cart 1.39H english version! It works well on my computer! but when I uploads it to server(bluehost), my site cannt open! I checked many times both on my computer and server! It works fine on computer, many times try but not work on server, and I am sure I am doing no wrong! My site:
www.fesmall.com anyone kindly show me how I cam make it work?
many thanks!
James
oh just remembered you have to log into your admin and run the sql querys before it will work! uploading the files ftp dosent execute the sql statements so you need to do that again through zencart admin online in real time:clap:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I just installed the module and it looks great - thanks for creating it.
My questions have to do with links into a specific tab.
It appears there is only one URL for all of the content and no way to link to the content in the tab.
If I have 3 tabs and I want to provide a link to the middle of the 2nd tab how do I do it?
I have a couple of related questions that refer to the code below:
1) How do I provide a link to the features tab?
2) How do I provide a link to the f2 (feature 2) section?
3) When search engines crawl my site how will they link to anything other than the first tab?
<!--%Overview%-->
product overview....
<!--%Features%-->
<a name="f1">feature 1</a>
.....
<a name="f2">feature 2</a>
.....
<a name="f3">feature 3</a>
.....
<!--%specs%-->
size
weight
Sorry if this has been posted already. I read 70 pages and didn't see the answer.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
IronKladPC
oh just remembered you have to log into your admin and run the sql querys before it will work! uploading the files ftp dosent execute the sql statements so you need to do that again through zencart admin online in real time:clap:
Hi,thank you for your prompt reply, to be honest, I installed SQL, but it can not work! Finally I check the catch fold, I find the Promblem,But I do not know how to solve it!
It was something some with wordpress! I merged wordpress on my zencart! If I log in my admin turn off WOZ, My site work well! the error shows as follow:
PHP Code:
[18-Dec-2011 12:15:48] PHP Warning: require_once(/var/www/zc138/wordpress/wp-config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39
[18-Dec-2011 12:15:48] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/zc138/wordpress/wp-config.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39
I check ed init_woz.php on line 39,it as follows:
PHP Code:
require_once(ABSPATH . 'wp-config.php');
wp();
any one can help?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I followed the instructions from posts 913-915:
While editing modules\tabbed_products_pro.php:
Re-sorting Tabs
1. Tab names
* Search for: BOF: Tabbed Products Calculations
* Scroll down to the collection of if statements
* For the tab you want to move, find the if code blurb, including the last two closing braces and highlight
* Cut and paste
2. Tab contents
* Search for second: Zen Tag - Tab Contents
* Be sure you're not in the pre-load swction.
* Scroll down to the code blurb for the tab you want to move and select
* Cut and paste
but I was unable to get any result. I am attempting to make the Additional Images tab the first tab from the left.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I am trying to get this to work with Multi Cross-Sell. However, I get this error on the product page:
Quote:
1146 Table 'earphone_zen139h-new.TABLE_PRODUCTS_XSELL' doesn't exist
in:
[select distinct p.products_id, p.products_image, pd.products_name from TABLE_PRODUCTS_XSELL xp, zen_products p, zen_products_description pd where xp.products_id = '214' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by xp.sort_order asc limit 9]
This is the relevant piece of code from includes/modules/tabbed_products_pro.php:
Quote:
$xsell_query = $db->Execute("select distinct p.products_id, p.products_image, pd.products_name
from " . TABLE_PRODUCTS_XSELL . " xp, " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd
where xp.products_id = '" . $_GET['products_id'] . "'
and xp.xsell_id = p.products_id
and p.products_id = pd.products_id
and pd.language_id = '" . $_SESSION['languages_id'] . "'
and p.products_status = 1
order by xp.sort_order asc limit " . MAX_DISPLAY_XSELL);
Can anyone explain how I can fix this error?
Thanks!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Upgrade to the latest version.. The WordPress integration (which causes issues) was removed in the last version available..
Quote:
Originally Posted by
jameszxc
Hi,thank you for your prompt reply, to be honest, I installed SQL, but it can not work! Finally I check the catch fold, I find the Promblem,But I do not know how to solve it!
It was something some with wordpress! I merged wordpress on my zencart! If I log in my admin turn off WOZ, My site work well! the error shows as follow:
PHP Code:
[18-Dec-2011 12:15:48] PHP Warning: require_once(/var/www/zc138/wordpress/wp-config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39
[18-Dec-2011 12:15:48] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/zc138/wordpress/wp-config.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39
I check ed init_woz.php on line 39,it as follows:
PHP Code:
require_once(ABSPATH . 'wp-config.php');
wp();
any one can help?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
Upgrade to the latest version.. The WordPress integration (which causes issues) was removed in the last version available..
Thank you DivaVocals, I have uninstalled WOZ, I installed "wordpress_on_zencart__sideboxes_only_edition_v_1-0" instead! Though it can not load my site's template, but it can work with tabbed product pro! Now My site is going on well!
Thank you everyone for helping me out! I learnt much here!:clap:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Just InstalledTabbed products Pro.
works fine but when I use inspect element in Firefox or Chrome, the css seems very long and strange. and the corresponding line is wrong. Before the installation everything was normal.
http://www.koufetakia.gr/eshop
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Adding Global Tabs
In case anyone is having problems creating global tabs (I noticed some fairly recent posts on this). I found that using the info in the .pdf help file worked, eventually.
The sample code in that file reads:
PHP 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."
but should have a semi-colon at the end of each line, as in:
PHP 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.";
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I must be missing something in the instructions, because I can't get this to work properly.
I have installed TTP 1.0.7 on ZC 1.3.9 but it is not displaying the tabs.
I have enabled 'TPP - Global Enable Tabs', 'TPP - Global Product Description Tab' and 'TPP - Global Reviews Tab'
It display links (that function as expected when clicked) but no tabs at all. It's like it cannot find the css files. And yes, I've checked. The css files are in
/site/store/includes/templates/theme/css/tpp
I've only added those files mentioned in the Tabbed Products Pro v1.07/doc/readme_tabbed.html files "Installation" tab.
Help?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Ok. Found the Read Me file that says to move css files to the main css dir and rename them. Maybe that would be in the install instructions in a future upgrade.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
God's... it's me again!
I'm not sure what I'm missing .... but the HTML code in the product description field is being ignored by TPP (except <br>). I've checked other contrib users sites, and their HTML formatting is working fine.
Any pointers?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
satyros
Just InstalledTabbed products Pro.
works fine but when I use inspect element in Firefox or Chrome, the css seems very long and strange. and the corresponding line is wrong. Before the installation everything was normal.
http://www.koufetakia.gr/eshop
I have one more question that is also unanswered. If I want to uninstall Tabbed Products Pro, what should I do, especially about the database. As far as I know most modules have an uninstall.sql patch. It totally destroyed my css structure.
Thanx in advance
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
CabernetCat
Ok. Found the Read Me file that says to move css files to the main css dir and rename them. Maybe that would be in the install instructions in a future upgrade.
Hi. I am having the same problem in that after going through the installation and double checking the steps, the product tabs are still not showing. I have read the Readme file in the css/tp folder and am confused.I tried out the steps but still am unsuccessful. Would be grateful if you could detail out the baby steps you use.
Thank you
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Vanni
Hi. I am having the same problem in that after going through the installation and double checking the steps, the product tabs are still not showing. I have read the Readme file in the css/tp folder and am confused.I tried out the steps but still am unsuccessful. Would be grateful if you could detail out the baby steps you use.
Thank you
if installation is correct and still you are not seeing the tabs. possible problem can be tpp file and folder Permissions.
they may not be set to 755 for folder and 644 for file . they might have lower permission.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
satyros
Just InstalledTabbed products Pro.
works fine but when I use inspect element in Firefox or Chrome, the css seems very long and strange. and the corresponding line is wrong. Before the installation everything was normal.
http://www.koufetakia.gr/eshop
solved thanx to @tony_sar
strange looking css is because of cjloader installation . cj loader allows you to minifiy your css and jscript for faster loading . you can turn that feature off from Configuration > cj loader . ( as far as i remember ) .
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Vanni
Hi. I am having the same problem in that after going through the installation and double checking the steps, the product tabs are still not showing. I have read the Readme file in the css/tp folder and am confused.I tried out the steps but still am unsuccessful. Would be grateful if you could detail out the baby steps you use.
Thank you
Actually took me ages to work this out... ended up sort of regressively reading the code till I worked out that the css files were not in the right place.
- Decide which theme you want to use (example alt_tpp_tabs12.css)
- Move that file to /includes/templates/your_theme/css
- Rename it to stylesheet_alt_tpp_tabs12.css [Make changes to this file to affect how the tabs appear (highlight, active state, etc)]
- Copy tpp.css to /includes/templates/your_theme/css and rename it stylesheet_tpp (not sure what this affects, but hey, better safe than sorry)
Make sure you have the appropriate graphic files in /includes/templates/your_theme/images/tpp (example tableft12.gif, tabright12.gif)
(or just upload the entire /images/tpp to /includes/templates/your_theme)
Also, as suggested, check your file and dir permissions.
Hope this helps
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
CabernetCat
Actually took me ages to work this out... ended up sort of regressively reading the code till I worked out that the css files were not in the right place.
- Decide which theme you want to use (example alt_tpp_tabs12.css)
- Move that file to /includes/templates/your_theme/css
- Rename it to stylesheet_alt_tpp_tabs12.css [Make changes to this file to affect how the tabs appear (highlight, active state, etc)]
- Copy tpp.css to /includes/templates/your_theme/css and rename it stylesheet_tpp (not sure what this affects, but hey, better safe than sorry)
Make sure you have the appropriate graphic files in /includes/templates/your_theme/images/tpp (example tableft12.gif, tabright12.gif)
(or just upload the entire /images/tpp to /includes/templates/your_theme)
Also, as suggested, check your file and dir permissions.
Hope this helps
Thanks for your reply. I actually solve my problem just before your reply. I read somewhere in the thread to uninstall and reinstall an earlier 1.05 and it works for me. Don't know why.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Vanni
Thanks for your reply. I actually solve my problem just before your reply. I read somewhere in the thread to uninstall and reinstall an earlier 1.05 and it works for me. Don't know why.
There was never really anything wrong with v1.05 it was stable and worked perfectly. When v1.06X was submitted, the original author of TPP stopped actively supporting this mod. (if I recall correctly he did not agree with the submitted change - the CJ Loader bundling in particular) v1.06X's most significant "change" was the inclusion of the CJ Loader app. Otherwise there was no REAL reason to install v1.06X at all..
IMHO the CJ Loader app should have been submitted as a separate add-on and not "stuffed" into another mod with no REAL benefit to the mod itself.. (what's particularly troubling is that the TPP documentation was not updated to explain why CJ Loader was stuffed in TPP versus being submitted as a separate add-on). Additionally, the version of theCJ Loader included is probably NOT the most recent version of the CJ Loader app...
Kuroi summed this up best here:
Quote:
Originally Posted by
kuroi
Hi Ken
That wasn't a reflection on the quality of the code. It was motivated by concern that it has been extended into areas that feel more the province of core code than a add-on to enhance the product info page.
So all that minification feels like it ought to be a mod in its own right rather than an addendum to the TPP. And the associated html_header changes have the potential to clash with other plugins, several of the free templates and most commercial ones.
On a functional level, I don't like the way that by default the add-to-cart button seems to be hidden inside an inactive tab ... goes against all that we know about e-commerce conversion - but I'm sure that can be changed.
Those are the reasons why I, personally, would hesitate to use it. But equally there will be circumstances and people for whom it's a good approach.
IMHO whomever updates TPP to be Zen Cart v1.5 compatible should SERIOUSLY consider removing the CJ Loader altogether.. The CJ Loader should ALWAYS have been a separate mod, and not stuffed into this mod..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Posted this before.. Will post again..
Quote:
uninstall v1.07 altogether and install TPP v1.05.. Unless you NEED the CJ Loader add-on which is included in the v.107 files (the addition of the CJ Loader add-on was introduced in TPP v1.06) v1.05 works just fine.. You will need to incorporate any Zen Cart v1.3.9 changes to the product detail page of course.. If you want CJ Loader after that, you can get it from the Rubiks Integration site and install it AFTER you get TPP working all by it's lonesome..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi
I was hoping to get TPP to work on pages other than products_info pages - i.e. the home page.
I'm not sure how to do this, or if it is even possible - could someone please confirm this is doable, and what is involved in getting tabs to show on the main page?
Thanks in advance,
Tija
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
MortalWombat
Hi
I was hoping to get TPP to work on pages other than products_info pages - i.e. the home page.
I'm not sure how to do this, or if it is even possible - could someone please confirm this is doable, and what is involved in getting tabs to show on the main page?
Thanks in advance,
Tija
If you look at the source HTML code that makes up the TPP readme, you will see how to structure your HTML to use TPP on other pages.. If you are not familiar with how to write raw HTML, then I'm afraid there really isn't an easy "plug-n-play" type of answer to your question..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I loaded Tabbed Pro and it's working OK into zencart 1.5 ... however there is nothing in admin/configuration for TPP.
Having spent some time looking thro the forums it looks like I need to use the new Admin Page registration...can someone tell how to use Admin Page Registration in admin and what I need to enter in the fields to make TPP appear in Admin>Configuration
Many Thanks... Excellent contribution
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
ianhg
I loaded Tabbed Pro and it's working OK into zencart 1.5 ... however there is nothing in admin/configuration for TPP.
Having spent some time looking thro the forums it looks like I need to use the new Admin Page registration...can someone tell how to use Admin Page Registration in admin and what I need to enter in the fields to make TPP appear in Admin>Configuration
Many Thanks... Excellent contribution
Not sure this is that simple.. Simply getting a mod to register in the admin doesn't make it "v1.5 ready".. The new codebase has many other requirements that many older mods may not meet just yet.. that said I do not think anyone has or is working on a v1.5 compatible version of TPP as of yet..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
Not sure this is that simple.. Simply getting a mod to register in the admin doesn't make it "v1.5 ready".. The new codebase has many other requirements that many older mods may not meet just yet.. that said I do not think anyone has or is working on a v1.5 compatible version of TPP as of yet..
Thanks for the speedy reply... I was hoping it was going to be relatively simple as it 's working OK ... maybe I need to go back to zencart 1.39 although I don't really want to..
-
Tabbed Products Pro (TPP) Contrib
HI, I uploaded TPP Pro to zencart 1.5 and it appears to be working, except that I am not able to to see admin/configuration/TPP
Is there any work around to show in admin/configuration so that I make adjustment. I have checked the database and everything seems to be place.
Would appreciate any help, thanks
-
Re: Tabbed Products Pro (TPP) Contrib
Quote:
Originally Posted by
ianhg
HI, I uploaded TPP Pro to zencart 1.5 and it appears to be working, except that I am not able to to see admin/configuration/TPP
Is there any work around to show in admin/configuration so that I make adjustment. I have checked the database and everything seems to be place.
Would appreciate any help, thanks
Re-posting the same question multiple times (and in less than 24 hours to boot) is not helpful nor is it going to get you an answer any faster..
As I said previously to my knowledge NO ONE has looked at the TPP code to evaluate it's v1.5 readiness. There is A LOT MORE to making mods v1.5 ready than simply getting them to register in the v1.5 admin.. Many of these mods will require some core changes to work properly with v1.5 and that my friend is a LOT MORE than simply getting it to show up in the admin menus.. Showing up in the admin menu doesn't mean it will WORK with v1.5..
Until someone in their FREE TIME takes a look at the TPP code to determine exactly what is needed to make it v1.5 compatible, there just isn't going to be a FAST answer for your question just yet I'm afraid..
If you are in need RIGHT NOW, then you can consider hiring someone to update TPP for you.. Otherwise you will need to show a little more patience.. eventually all of these mods get updated as soon as someone has time and a need to update this and a desire to share the updated code..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Sorry ...
I was trying to ask a general question that if a contribution appears to work but is not showing in the admin area was there a work around. Guess you have answered the question.
I am not in the habit of duplicating questions, support Zen cart by making the occasional payment contribution. I appreciate the fact that people use their FREE TIME.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
ianhg
Sorry ...
I was trying to ask a general question that if a contribution appears to work but is not showing in the admin area was there a work around. Guess you have answered the question.
I am not in the habit of duplicating questions, support Zen cart by making the occasional payment contribution. I appreciate the fact that people use their FREE TIME.
It's not a general question at all..
Quote:
Originally Posted by
DrByte
But converting addons for v1.5 compatibility requires two primary things:
a) rebuilding the menu options by inserting the required page associations into the database.
b) rewriting all forms to use the POST method instead of GET whenever those forms trigger UPDATE statements of any sort into the database. GET parameters should only be used for things like filters, and even then they need to be sanitized. In fact, the other part of form rewriting is that ALL inputs need to be sanitized before use.
If you don't do those things then your admin won't show the menu options, and even if they did they might be non-functional because if the forms aren't rewritten and sanitized then all updates will just redirect you to the admin home screen instead of doing the action required/expected..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
If you look at the source HTML code that makes up the TPP readme, you will see how to structure your HTML to use TPP on other pages.. If you are not familiar with how to write raw HTML, then I'm afraid there really isn't an easy "plug-n-play" type of answer to your question..
Wow, I hadn't even thought to look at that file :oops:
THANK YOU for that.
- Tija
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
MortalWombat
Wow, I hadn't even thought to look at that file :oops:
THANK YOU for that.
- Tija
Psshhhhhh it was nothing.. :laugh: All the readme files I wrote are SHAMELESSLY stolen from TPP.. :laugh:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
Psshhhhhh it was nothing.. :laugh: All the readme files I wrote are SHAMELESSLY stolen from TPP.. :laugh:
No shame in shameless stealing :eek:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
MortalWombat
No shame in shameless stealing :eek:
:laugh::laugh::laugh: None at all!!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi Divocals
I totally agree with you on what you are saying about the V1.5 readiness of the module, I also understand that if one has to read through 168 pages of forum it can get a little tedious to find if the module will actually work on V1.5 or not, would it be coreect for me to assume that if it were compatible the listing under free software add ons wouyld say so ?
In the meantime i do have everything working except for the config part but i can modify enough to show the tabs i want and make it work for me.
Great forum otherwise got lots of info lately.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
windsurfer
Hi Divocals
I totally agree with you on what you are saying about the V1.5 readiness of the module, I also understand that if one has to read through 168 pages of forum it can get a little tedious to find if the module will actually work on V1.5 or not,
Given that v1.5 was JUST released, and this 168 page thread is over 3 years old, there wouldn't seem to be a need to go through the ENTIRE thread to just get v1.5 compatibility information now would it??:smile:
Quote:
Originally Posted by
windsurfer
would it be coreect for me to assume that if it were compatible the listing under free software add ons wouyld say so ?
In the meantime i do have everything working except for the config part but i can modify enough to show the tabs i want and make it work for me.
Great forum otherwise got lots of info lately.
You are correct.. when this mod has been updated for v1.5 compatibility, the contributor will indicate this when submitting the mod in the free add-ons.. However I need to stress ONCE AGAIN, that getting a mod to appear in the admin menus doesn't mean that it will work, is secure, or is PCI compliant. ALL of these variables must be addressed when add-ons are updated to work with v1.5
-
1 Attachment(s)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I installed this mod and it is wonderful! The only problem I am having is that titles that are long, such as the "Customers Also Purchased" tab have a big gap in background color/tab. The attached image shows what is wrong much better than I can explain.
This seems to be a CSS problem, but I can't seem to figure out which attribute to change. Does anyone have a solution to this?
Your help is much appreciated.
Thank you.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
smoothrider
I installed this mod and it is wonderful! The only problem I am having is that titles that are long, such as the "Customers Also Purchased" tab have a big gap in background color/tab. The attached image shows what is wrong much better than I can explain.
This seems to be a CSS problem, but I can't seem to figure out which attribute to change. Does anyone have a solution to this?
Your help is much appreciated.
Thank you.
I doubt anyone will be able to "guess" this!
Show us a live link to your website so we can see what CSS you are using
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
gilby
I doubt anyone will be able to "guess" this!
Show us a live link to your website so we can see what CSS you are using
Sorry, I thought it may have been a common error. The link is:
http://www.amagimetals.com/shop/inde...ei8s3r4qbc3773
You can only tell when you click on the tab "Customers Also Purchased." Thank you for your help.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi Smooth
I changed the "TEXT_TAB_TITLE_CUST_ALSO_PURCHASED" to "Customers also bought" in the includes/languages/english/extra_definitions/tabbed_products_pro.php and the problem went away. Rather then trying to adjust it in css
That being said, I have installed this in V1.5 and i do realize it is not yet compatible with this version but it is working fine for me. The only thing i would like to do is exclude the additional images from the tabs, anybody have an idee how to do this please.
Thank you
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I did manage to turn the additional tab off, i'll wait for an updated verwsion and do it the proper way :)
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
By the way for those who want to know
I went into php admin - configuration - TPP - Global Main Image On Tab and turned the "configuration_value" to 0 (zero)
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi
I installed the tabbed product pro on a new website (to make sure i know what i'm doing before i install it on my proper one) but now it looks all funny - http://yjg.pollycollection.com.
I had installed the SQL Patch and uploaded the includes folder (renaming the your_template etc) but it came to this. Also, when i log into admin area, under configuration there is no TPP Config option.
Any ideas on where i have gone wrong?
Thanks.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Which version of zen cart are you using ?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi windsurfer, i ama using v150
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
TPP is not yet V1.5 compatible, that's why it doesn't show up in admin, i do have it working though without the admin.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
kal
Hi windsurfer, i ama using v150
this is how I've done it
http://www.your domain/your admin name/configuration.php?gID=33 this number you'll find in your database under confiuration_group. it's not the correct way to do it but till it's upgraded it's a fast and dirty way of confiugring the mod.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
windsurfer
TPP is not yet V1.5 compatible, that's why it doesn't show up in admin, i do have it working though without the admin.
And this is NOT recommended as a workaround for any mod that has not yet been updated for v1.5 compatibility.. there may be other aspects of the mod which need to be updated to work with the new v1.5 security features.. Simply "working around" this in this manner could possibly bypass the new security features..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I would ask 3 questions
Where can i download the last version for 1.3.9?
Does it show count of reviews next to review tab?
If not is there a solution for this?
Thanks
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Can anyone provide instructions about how to change the order of the tabs. I started to change what I thought was the code but it ended up with the tabs moving but the content staying where it was and therefore against the wrong tab.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
dave_
I would ask 3 questions
Where can i download the last version for 1.3.9?
Does it show count of reviews next to review tab?
If not is there a solution for this?
Thanks
Problem solved
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Prior to intalling TPP I had (and it's still in there) the mod that displays all product reviews on the 'prod. display' page.
Now there all tucked away nicely within their own TAB.
Problem is, if I turn off the 'Review' tab in config, the reviews don't show up anymore.
Is there an 'easy' way to make this happen?
Trouble is I'm convinced that customers are not seeing the reviews and would like to test which converts better.
Thanks for any help.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi,
I have zen cart 1.3.9.d installed.
Tabs are not showing in internet explorer. Tested in 8 and 9. All that is showing is a list of the headings.
example:-
All other browsers are fine.
migmirrors.co.uk/MirroredClocks/AirRoadMirroredClocks/MirroredBi-PlaneClock
Any help appreciated thank you.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I seem to have solved my problem.
I have had to delete the last 8 css files and add all the code into another existing css file.
I must have had too many css files, and something stopped the code from getting to the tpp.css etc...
Oh well, should keep the internet explorer visitors happy now :)
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quick question, I want to create a standard tab that shows on all product pages, im using a Cross Sell plugin, There are 169 pages i read through about 50 of them (sorry just couldn't keep going heads strating to hurt) but i would like the tab to show the related products from this cross sell plugin i have. how would i go about doing that?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello,
Is there a similar mod that is compatible for 1.5.0?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
uncharted
Hello,
Is there a similar mod that is compatible for 1.5.0?
Short answer no.. and until someone steps up to become the "maintainer" for this this add-on, it remains one that shopowners will have to decide if they need it badly enough to consider INVESTING in paying a developer to fix it for them..
-
Tabbed Products Pro (TPP) is NOT Zen Cart v1.5 ready!!!!
A summary of all the "Is TPP Zen Cart v1.5 ready??" questions and answers posted (only a few pages back):
Quote:
Originally Posted by
windsurfer
TPP is not yet V1.5 compatible, that's why it doesn't show up in admin, i do have it working though without the admin.
Quote:
Originally Posted by
DivaVocals
Re-posting the same question multiple times (and in less than 24 hours to boot) is not helpful nor is it going to get you an answer any faster..
As I said previously to my knowledge NO ONE has looked at the TPP code to evaluate it's v1.5 readiness. There is A LOT MORE to making mods v1.5 ready than simply getting them to register in the v1.5 admin.. Many of these mods will require some core changes to work properly with v1.5 and that my friend is a LOT MORE than simply getting it to show up in the admin menus.. Showing up in the admin menu doesn't mean it will WORK with v1.5..
Until someone in their FREE TIME takes a look at the TPP code to determine exactly what is needed to make it v1.5 compatible, there just isn't going to be a FAST answer for your question just yet I'm afraid..
If you are in need RIGHT NOW, then you can consider hiring someone to update TPP for you.. Otherwise you will need to show a little more patience.. eventually all of these mods get updated as soon as someone has time and a need to update this and a desire to share the updated code..
Quote:
Originally Posted by
DivaVocals
Given that v1.5 was JUST released, and this 168 page thread is over 3 years old, there wouldn't seem to be a need to go through the ENTIRE thread to just get v1.5 compatibility information now would it??:smile:
You are correct.. when this mod has been updated for v1.5 compatibility, the contributor will indicate this when submitting the mod in the free add-ons.. However I need to stress ONCE AGAIN, that getting a mod to appear in the admin menus doesn't mean that it will work, is secure, or is PCI compliant. ALL of these variables must be addressed when add-ons are updated to work with v1.5
Quote:
Originally Posted by
DivaVocals
Not sure this is that simple.. Simply getting a mod to register in the admin doesn't make it "v1.5 ready".. The new codebase has many other requirements that many older mods may not meet just yet.. that said I do not think anyone has or is working on a v1.5 compatible version of TPP as of yet..
Quote:
Originally Posted by
DivaVocals
And this is NOT recommended as a workaround for any mod that has not yet been updated for v1.5 compatibility.. there may be other aspects of the mod which need to be updated to work with the new v1.5 security features.. Simply "working around" this in this manner could possibly bypass the new security features..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I am willing to give it a try to upgrade this module to Zen Cart 1.5, but it will take some time, since I have to do this in my spare time.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Design75
I am willing to give it a try to upgrade this module to Zen Cart 1.5, but it will take some time, since I have to do this in my spare time.
You KNOW I understand that!!:laugh:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
You KNOW I understand that!!:laugh:
I know you do:P, and I admire your patience with some of the members that don't always understand
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Design75
I know you do:P, and I admire your patience with some of the members that don't always understand
I am trying.. it's tough because some shopowners seem to forget that this is OPEN source.. and EVERY SINGLE add-on was created by some poor soul WITHOUT compensation and IN THEIR SPARE TIME.. NO ONE is obligated to share their code or time..:no:
There is a segment of the community who HONESTLY think that there is some altruistic motive behind this "sharing".. That add-on creators and maintainers were thinking about all the poor small shopowners who don't have IT budgets. That these people in their spare time generously created or updated an add-on to save the poor small shopowner from having to "do without"..
The REAL truth is that nearly every person who has created or updated one of these add-ons has done so for their OWN personal needs. They THEN shared their work with the community. The only thing altruistic about this is the fact that they shared their updates/creations at all.
I've said it before, and I will keep saying it no matter how some folks dislike it when I say this: Small businesses who are relying SOLELY on free add-ons to run their businesses should reconsider that business model. At some point if an add-on is THAT crucial to your shop/business/livelihood, then you are going to need to budget for the occasional services of an outside developer to update things you cannot update yourself.
OR
You can wait patiently for the VOLUNTEERS who maintain or create free-add-ons to find time in their busy schedules (which are MORE IMPORTANT than a shopowner's need for a fast update) to update the add-on you NEED..
And because I recently got accused by someone of not empathizing or understanding the needs of small shopowners let me say this: It's not that folks don't get that it's important to small shopowners.. I get it, but speaking personally my family, paid clients, and my day job are HIGHER priorities than some STRANGER'S e-commerce shop.. Now that may sound harsh, but it's the truth..:lookaroun If you need an add-on FASTER than a volunteer can fix it, then it's time to INVEST in your business and pay to fix the add-ons your BUSINESS needs..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello
Is possible to using Related Products contribution in Tabbed Products Pro in order to appear with other tags (Reviews, Customers Also Purchased, Additional Images)?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello everyone,
Today I was checking out a mod on one of my sites and while checking a couple of things with the Firebug addon for Firefox I accidentally clicked on the "Console" button which also had the "Errors" button clicked and much to my surprise I noticed there was a couple of errors listed (errors were not associated with mod I was checking out). Now both these errors were the same and basically said the following.
Code:
"NetworkError: 400 Bad Request - http://www.mywebsite.com/min/?f=&1310864200"
So after some investigation it seems that this is related to the TPP mod as I checked all the other mods and the template and nothing else uses the "min" directory.
So I am curious to know does anyone know what might be causing this error to show up for?
Note this error is only showed when looking at the site with Firebug. There is now error in the cache directory nor does the website show this error on any of the pages.
When I click on the "Headers" tab in Firebug I get the following information.
Response Headers
Code:
Response Headerspretty print
HTTP/1.1 400 Bad Request
Date: Mon, 02 Apr 2012 06:54:27 GMT
Server: Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 mod_perl/2.0.4 Perl/v5.8.8
X-Powered-By: PHP/5.2.17
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html
Request Headers
Code:
Request Headersview source
Accept text/css,*/*;q=0.1
Accept-Encoding gzip, deflate
Accept-Language en-us,en;q=0.5
Cache-Control max-age=0
Connection keep-alive
Cookie zenid=550c15264134bb50c81a0ab13e0f000a; MySQLDumper=e17f4844ab7cbb02b54a01b0b65f368a
Host www.mywebsite.com.Referer http://www.mywebsite.com/index.php?main_page=product_info&products_id=253
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Now with this information does anyone have any idea what is going on here and why are these errors present in Firebug?
Also can someone please tell me what the contents of the "min" directory is suppose to do in regards to TPP.
I'm also using version 1.07 of TPP.
Thanks.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Actually it is not a tpp problem but a minfy problem, but since the last versions of tpp had minify integrated :frusty: I guess it makes it a tpp problem to :cry:
I do not know why this error happens, because I never used the integrated minify, but always the stand alone version, and therefore do not if there are any differences.
Which version of Zen Cart are you running?
You could turn minify off in your admin, and see if the error is still occurring
Currently. i am trying to make TPP work properly in Zen Cart 1.5 in my spare time, but so far with little luck. :censored:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Design75
Currently. i am trying to make TPP work properly in Zen Cart 1.5 in my spare time, but so far with little luck. :censored:
Don't forget your own sig;
"Nothing is impossible, as long as you're willing to try, make mistakes, and learn." :wink: :thumbsup: