-
Re: Integration of Cross Sell Modules with TPP
Hi everybody,
I hope someone can help me.
I just installed TPP and now my product description pages are blank.
I found out that the addition of
<?php
//BOF :: Tabbed Products Pro ::
require(DIR_WS_MODULES . 'tabbed_products_pro.php');
//EOF :: Tabbed Products Pro ::
?>
above
<div class="centerColumn" id="productGeneral">
leads to this problem, because when I delete that section, the product description sites are back again.
Does Anyone know what to do?
Thx in advance
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
kath7_hoffi
Hi everybody,
I hope someone can help me.
I just installed TPP and now my product description pages are blank.
I found out that the addition of
<?php
//BOF :: Tabbed Products Pro ::
require(DIR_WS_MODULES . 'tabbed_products_pro.php');
//EOF :: Tabbed Products Pro ::
?>
above
<div class="centerColumn" id="productGeneral">
leads to this problem, because when I delete that section, the product description sites are back again.
Does Anyone know what to do?
Thx in advance
Blank pages usually means an error has ocurred, and you will need to look at your error logs to see what that error is..
Out the box TPP installed correctly should just work.. problems can occur when folks merge the TPP files with modified versions of the same files TPP modifies or do not upload all the TPP files. If you attempted to merge your existing files with the ones from the TPP fileset, it's likely that you have made your merges incorrectly leading to the issue you are having. If you haven't tried merging the TPP files with your existing files, then you need to re-upload the TPP files again and see if that corrects your issue. Either way the issue is an incorrect install of the TPP files..
-
Re: Integration of Cross Sell Modules with TPP
OK thanks :)
Before I go ahead and try stuff should I try removing my cross sell and see if that works and if not try install the other version you mentioned "Cross Sell Plus Advanced Sell Combo"as I see it is 1.5
-
Re: Integration of Cross Sell Modules with TPP
Thank you so much - I found the problem
I always forget about the log files....
-
Re: Integration of Cross Sell Modules with TPP
took a chance as they both had uninstall options and the 1 you recommended works fine (Cross Sell Plus Advanced Sell Combo)albeit with a little extra work involved as it doesn't cross sell both ways ....but is worth the little more effort needed
Thanks again
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
ATSWorld
OK thanks :)
Before I go ahead and try stuff should I try removing my cross sell and see if that works and if not try install the other version you mentioned "Cross Sell Plus Advanced Sell Combo"as I see it is 1.5
If You want cross cell to work with TPP then you must use 1 of the 2 cross cell mods that I have mentioned that have already been tested and do work with TPP. You do not need to turn on the cross sell tab if you choose to use a different cross cell module. Any cross sell module will work with TPP. Only 2 will work on the TPP cross sell tab.
-
Re: Integration of Cross Sell Modules with TPP
Hmm, unfortainly back for another problem.
I've read quite a lot of this Thread but it seems that noone ever solved this problem.
My product description appears twice and I have no clue how to get rid of the non-tapped description.
I thought this code
//BOF :: Tabbed Products Pro ::
echo $tabjscript;
//BOF :: Tabbed Products Pro ::
?>
should avoid duplicate blocks. Am I wrong?
Any suggestions?
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
kath7_hoffi
Hmm, unfortainly back for another problem.
I've read quite a lot of this Thread but it seems that noone ever solved this problem.
My product description appears twice and I have no clue how to get rid of the non-tapped description.
I thought this code
//BOF :: Tabbed Products Pro ::
echo $tabjscript;
//BOF :: Tabbed Products Pro ::
?>
should avoid duplicate blocks. Am I wrong?
Any suggestions?
Honestly I have never been able to replicate this issue which is why I've never chimed in to try and "solve it".. I'm not convinced it's a TPP issue..
Perhaps your template's product information page is modified from the default Zen Cart one. If the TPP code is applied on top of an already modified product information page incorrectly, then it's very possible that problems like you are describing could ocurr. Post a link to your site, and perhaps I might see something that is obvious..
-
Re: Integration of Cross Sell Modules with TPP
Yes, my product information page is modified. I really tried to follow the instructions for modified information pages.
Here the link to my site http://www.cherrymoia.com/shop/index...roducts_id=195
Thank you so much for trying to help!
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
kath7_hoffi
You need to look at your error logs.. the product pages are not displaying completely, and I'm sure you will find an error log that tells you why. The TPP product page is based on the default Zen Cart product page. You need to reapply the TPP changes to your modified product page. It might help you if you compare your product page to the Zen Cart default so you will see how your product page has been modified so you know where to merge in the TPP changes..
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
DivaVocals
If You want cross cell to work with TPP then you must use 1 of the 2 cross cell mods that I have mentioned that have already been tested and do work with TPP. You do not need to turn on the cross sell tab if you choose to use a different cross cell module. Any cross sell module will work with TPP. Only 2 will work on the TPP cross sell tab.
Hi I did post after to say I had it working fine now
thanks for the help
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
ATSWorld
Hi I did post after to say I had it working fine now
thanks for the help
Yep.. but was posting from a mobile device and I didn't see your follow-up post.. glad you are all sorted now..
-
Re: Integration of Cross Sell Modules with TPP
ahhhhh OK ..Although do have another issue now :shocking:
now that I have gone onto a 2nd row of tabs the bottom row is like jumping sideways then settles .. I've shortened descriptions to keep them on 1 line for now
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
ATSWorld
ahhhhh OK ..Although do have another issue now :shocking:
now that I have gone onto a 2nd row of tabs the bottom row is like jumping sideways then settles .. I've shortened descriptions to keep them on 1 line for now
Yeah, I imagine that you need to look at the tab names and the stylesheet to keep things in line..
-
Re: Integration of Cross Sell Modules with TPP
Hi,
just wanted to say thank you again for your help and that now my product page works without duplicate blocks.
For everyone interested: I don't use xselling so I just commented out the line
require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php')
et voilá no more error log, no double product description and the whole product page is shown
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
kath7_hoffi
Hi,
just wanted to say thank you again for your help and that now my product page works without duplicate blocks.
For everyone interested: I don't use xselling so I just commented out the line
require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php')
et voilá no more error log, no double product description and the whole product page is shown
Well I'm glad it worked out for you, but I'm not sure that your solution actually addresses your real problem. You never posted a link to your site but I still think the issue is with your templates product info page and how te TPP changes are being merged in..
-
Re: Integration of Cross Sell Modules with TPP
Can't seem to find a way to add an image to certain products under attributes tab
ie Algerian script aerial script the image is how it looks
it is a drop down list and I want image to appear under
will keep trying to find out how though
thanks
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
ATSWorld
Can't seem to find a way to add an image to certain products under attributes tab
ie Algerian script aerial script the image is how it looks
it is a drop down list and I want image to appear under
will keep trying to find out how though
thanks
Not for nothing.. but I haven't a CLUE what you are talking about...:laugh: If you still need some help, would you care to share some details with the class..:smile:
-
2 Attachment(s)
Re: Integration of Cross Sell Modules with TPP
lol hopefully this is better
Attachment 12301 image
Attachment 12302 2nd tab across
I want to take the image and place it in the engraving tab .but it is only on a selected number of categories as it is also being used for colours where the image does not need to be shown
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
ATSWorld
lol hopefully this is better
Attachment 12301 image
Attachment 12302 2nd tab across
I want to take the image and place it in the engraving tab .but it is only on a selected number of categories as it is also being used for colours where the image does not need to be shown
You need to look at the readme and follow the instructions for adding custom tabs in the product description..
-
Re: Integration of Cross Sell Modules with TPP
Hi
I have been though it many times ..All I can do is double the Attribute option and nothing seems to work for me.
tried adding the image to product but it only shows on the product page tried <!--#AttributeOptions#--> in front also <!--*sub_AttributeOptions(#)*--> above and below and all using the plain text editor
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
ATSWorld
Hi
I have been though it many times ..All I can do is double the Attribute option and nothing seems to work for me.
tried adding the image to product but it only shows on the product page tried <!--#AttributeOptions#--> in front also <!--*sub_AttributeOptions(#)*--> above and below and all using the plain text editor
The only way you can add this image to certain products it to put it in it's own custom tab on the products you want it displayed on.. If you want it inside the attributes tab, you will need custom code to place the image on the attributes tab when certain conditions are met.. Wish I could help, but I don't know how to do this.. maybe someone in the community might know the custom code you'd need to do that..
-
Re: Integration of Cross Sell Modules with TPP
thanks
Hopefully someone will ,but will keep trying ,if you say I have to add another tab ,will look into that as well
-
Re: Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
ATSWorld
thanks
Hopefully someone will ,but will keep trying ,if you say I have to add another tab ,will look into that as well
A custom tab added to the product description of the products where you want to display this image is your only option at this point.. To make this image appear on the global attributes tab when certain conditions are met WILL require a custom solution to modify the TPP file that generates the global tabs.. There are instructions included with this module that explain how to add new global tabs and they may help you find a solution. However those instructions do not include directions for modifying existing global tabs (in this case the attributes tab) to include a conditional statement for the display of specific content when certain conditions are met (display an image when the category ID = X) This is what it will take to get to the result you are looking for.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
mmmmmm complete u-turn :) took a gamble and searched google for add image to attributes ..
Turns out it has nothing to do with tabs but adding image to each attribute .um so once you have turned it on in config/attribute settings/images
Then go to each attribute and update with image and it will show up under text box a lot more work needs to be done but will get there in the end..
Thanks for trying to help DivaVocals
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
ATSWorld
mmmmmm complete u-turn :) took a gamble and searched google for add image to attributes ..
Turns out it has nothing to do with tabs but adding image to each attribute .um so once you have turned it on in config/attribute settings/images
Then go to each attribute and update with image and it will show up under text box a lot more work needs to be done but will get there in the end..
Thanks for trying to help DivaVocals
Yes you certainly can use the attributes image feature that is built in with Zen Cart.. I (apparently mistakenly) assumed you had looked at that, and were trying to do something different here..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Well that was painless in the end ...Also found the category copy function easy
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I love this add on but I am having a problem with additional images tab and I am not sure if this a problem with this mod or something else if you click on the additional images tab you will see it shows 2 images but if you click "large image" it does popup in new window but only shows the original image not the new image I am not using image handler or litebox or anyother image addon. Do you have any idea what may be causing this here is the link for the page
pet-services-directory.com/index.php?main_page=product_info&cPath=17183_23548_26537_26554&products_id=5
the only other add on's I am using are
easypopulate 4.0
reviews updated
CKEditor
also I am using zen cart 1.5.1
Thank you for your help
Wendy
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
wj694
I love this add on but I am having a problem with additional images tab and I am not sure if this a problem with this mod or something else if you click on the additional images tab you will see it shows 2 images but if you click "large image" it does popup in new window but only shows the original image not the new image I am not using image handler or litebox or anyother image addon. Do you have any idea what may be causing this here is the link for the page
pet-services-directory.com/index.php?main_page=product_info&cPath=17183_23548_26537_26554&products_id=5
the only other add on's I am using are
easypopulate 4.0
reviews updated
CKEditor
also I am using zen cart 1.5.1
Thank you for your help
Wendy
Not this mod.. (otherwise many others would report the SAME issue)
most likely problem is the names you've given your images.. and if I may suggest, you should NOT use spaces in your image names.. Magnuson Dog Park.jpg should be MagnusonDogPark.jpg
Suggest that you take a look at the Zen Cart FAQs. There are a few useful articles which cover file naming and troubleshooting issues with the wrong images showing when selecting additional images..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
thank you I will check it out
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
First, why does the thread search tool not work. I typed in 1.39 so it should bring up every thread which talks about 1.39 but no results. I was trying to find out if the newest version of tabbed pro 1.09 with the auto installer works on 1.39 or if i have to upgrade to 1.50? I read all the issues with the js loader but to get a version that in the plugin download that says works on 1.39 without the js loader i have to go back to 1.6.
So does 1.09 with auto installer or 1.08 work on 1.39?
Thanks,
Brad
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
bradlawson25
So does 1.09 with auto installer or 1.08 work on 1.39?
Thanks,
Brad
No..
Tabbed Products Pro - Version: v1.09 |
~ Zen Cart v1.5 ready version of TPP that doesn’t REQUIRE the CSS/JS Loader to work
~ Includes SQL auto installer functionality. (There is no need for any external SQL install or upgrade files).
~ The auto-installer will now remove previous versions of TPP from the database completely (including versions 1.06 - 1.08) |
|
|
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
bradlawson25
First, why does the thread search tool not work. I typed in 1.39 so it should bring up every thread which talks about 1.39 but no results.
Thanks,
Brad
Oh how I agree with this part. It is frustrating but you will figure it out eventually......................
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
[QUOTE=DivaVocals;1199326]No..
I appreciate the quick response. So you replied to just the auto-install so does that mean I can use 1.09 if I manual install it?
If not what version do you recommend for zen cart 1.39? Should I just use 1.07 with the JS loader or revert all the way back to 1.6 before that was added?
Thanks
Brad
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Brad I'm not as smart as diva never will be but 1.5.1 runs great. I have it on many stores.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
bradlawson25
I appreciate the quick response. So you replied to just the auto-install so does that mean I can use 1.09 if I manual install it?
If not what version do you recommend for zen cart 1.39? Should I just use 1.07 with the JS loader or revert all the way back to 1.6 before that was added?
Thanks
Brad
v1.09 all the way around isn't compatible with Zen Cart v1.3.9..
I NEVER used any of the v1.06 flavors of TPP.. I have always maintained that the introduction of the JS Loader into the TPP fileset didn't make sense.. It's part of the reason why the original author (qhome) walked away from this module (he as much as said so in a past post here). The JS Loader should have been submitted as a separate module and not bundled in with TPP.. The number of install issues escalated after the introduction of the JS Loader, and the author who did this NEVER provided any support after the introduction of the JS Loader to TPP..
but that's all a thing of the past! Right?? :smile:
That said, if you are comfortable with using a file merging tool, you should be able to get a JS Loader free version of TPP by starting with the v1.05 fileset. The hint for the files you need to modify to make this version 1.3.9 compatible are in the v1.07 description:
Quote:
Tabbed Products Pro - Version: 1.07 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
DO NOT use the v1.07 changes.. To get TPP v1.05 compatible with Zen Cart v1.3.9, you only need to compare the default includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php with the one in the TPP fileset. The includes/templates/YOUR_TEMPLATE/common/html_header.php in the v1.07 fileset was modified for the JS Loader (which you don't want)
Hope that helps..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thanks, for the response I would have missed that part about 1.07 if you didn't say something. I would have just assumed 1.38 and 1.39 are pretty much the same and installed 1.05 never the wiser.
Brad
-
ADDING write review to review tab
After hours of searching I cannot find an answer.
I WANT a link in the review tab for Write A Review - I see 1000's of posts to get RID of the button as it is in both places... but in mine. Nope. I either have the button (using Catalog/Product Types) and turning it on or off - no matter what I cannot GET a link to write a review in the tab.
I have tried global reviews on - no link
I have tried global reviews off with <!--#Reviews#--> added in the product area - no link
Have uninstalled and re installed with no luck. Everything else works fine.
Any hints?
Here is an example on my test site
http://www.rsessentials.com/shop/ind...oducts_id=1058
Using Version 1.09 on Zen 1.5.1
-
Re: ADDING write review to review tab
I too have been stumped on this problem .But I do think it will be some coding that will need to be placed in reviews to get it to show up there rather than at the bottom
-
Using Tabbled Products Pro with Boilerplate Fix
I am putting this in here for others who may run in to this problem
If you follow the directions here
http://www.thatsoftwareguy.com/zenca...ate_files.html
it will tell you to put the code in tpl_product_info_display.php
right before
<!--bof Product description -->
in most cases this works just fine. However if you use TPP it will not work
you must put the code at the very beginning of tpl_product_info_display.php right after the first ?> at the top of the page.
in 1.51 it would look like this
Code:
<?php
/**
* Page Template
*
* Loaded automatically by index.php?main_page=product_info.<br />
* Displays details of a typical product
*
* @package templateSystem
* @copyright Copyright 2003-2006 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: tpl_product_info_display.php 3435 2006-04-14 03:42:46Z ajeh $
*/
//require(DIR_WS_MODULES . '/debug_blocks/product_info_prices.php');
?>
<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
<br class="clearBoth" />
<!-- bof html description -->
<?php
function html_include_cb($match) {
$prefix = "HTML_INCLUDE_";
$match_filename = str_replace($prefix, '', $match[0]);
$filename = DIR_WS_LANGUAGES . $_SESSION['language'] .
'/boilerplate/' .
$match_filename . ".html";
$buffer = "";
if (file_exists($filename)) {
$handle = @fopen($filename, "r");
while (!feof($handle)) {
$buffer .= fgets($handle, 4096);
}
fclose($handle);
}
return $buffer;
}
if ($products_description != '') {
$pattern = "/HTML_INCLUDE_[a-zA-Z0-9]*/";
$products_description = preg_replace_callback($pattern, "html_include_cb",
$products_description, -1);
}
?>
<!-- eof html description -->
Hope this might help someone.
Dan
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello All,
I got the Tabbed products pro installed ok, and seems to work fine except one issue that I am unsure how to correct.
For some reason I can't seem to be able to turn off these TABS below. I have designated the 0 for non-display on the backend TPP settings, but it still displays these below without the placement of the shortcodes into the product. Or to be more specific, it does not display these tabs on the products automatically, unless it detects any text on the description of the product, then it displays these four below automatically.
Product description
Details
Add to cart
Reviews
I am on v1.5.1
Can anyone offer any suggestions ?
Thanks,
Rudy
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
rudyg99
Hello All,
I got the Tabbed products pro installed ok, and seems to work fine except one issue that I am unsure how to correct.
For some reason I can't seem to be able to turn off these TABS below. I have designated the 0 for non-display on the backend TPP settings, but it still displays these below without the placement of the shortcodes into the product. Or to be more specific, it does not display these tabs on the products automatically, unless it detects any text on the description of the product, then it displays these four below automatically.
Product description
Details
Add to cart
Reviews
I am on v1.5.1
Can anyone offer any suggestions ?
Thanks,
Rudy
Tabs will not display unless there is something in the product description..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
rudyg99
For some reason I can't seem to be able to turn off these TABS below.
Product description
Details
Add to cart
Reviews
Rudy
You can turn them off under configurations ...... Configuration / Tabbed Products Pro
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
rudyg99
For some reason I can't seem to be able to turn off these TABS below. I have designated the 0 for non-display on the backend TPP settings, but it still displays these below without the placement of the shortcodes into the product. Or to be more specific,it does not display these tabs on the products automatically, unless it detects any text on the description of the product, then it displays these four below automatically.Thanks,
Rudy
For the record this post is a tad confusing and contains contradictory statements.. so I answered based on the last part (in red), ATSWorld's answer is based on the first part (in blue)..
So pick your poison and decide what you were asking and which answer works.. (cause I'm not sure which question you were asking..:laugh:)
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I am looking into adding tabs to the product pages of a new zencart site built on 1.5 and just wanted to ask if anyone has tried rearranging the tabs to make them align verticallly rather than horizontally
example of what I am aiming for is shown on this personalisedmugs.biz site which uses a wordpress woo theme
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
welshop.com
I am looking into adding tabs to the product pages of a new zencart site built on 1.5 and just wanted to ask if anyone has tried rearranging the tabs to make them align verticallly rather than horizontally
example of what I am aiming for is shown on this
personalisedmugs.biz site which uses a wordpress woo theme
Since the tabs are defined in a list, it is pretty simple do undo the horizontal css trick and make it vertical again. After that you'll need to tweak the css to align the "new" tabs and the descriptions.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
welshop.com
I am looking into adding tabs to the product pages of a new zencart site built on 1.5 and just wanted to ask if anyone has tried rearranging the tabs to make them align verticallly rather than horizontally
example of what I am aiming for is shown on this
personalisedmugs.biz site which uses a wordpress woo theme
one of the MANY tab stylesheets included with this module is for such a tab layout.. you can use it as a starting place to get the tabbed layout you are looking for..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
one of the MANY tab stylesheets included with this module is for such a tab layout.. you can use it as a starting place to get the tabbed layout you are looking for..
:blush: Forgot all about the existing styleshheets. It has been to long since I used this module.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Design75
:blush: Forgot all about the existing styleshheets. It has been to long since I used this module.
It's a staple install for me.. One of these days I need to submit the updated version I now use which includes a CSS3 imageless stylesheet with rounded corners, and gradients..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
one of the MANY tab stylesheets included with this module is for such a tab layout.. you can use it as a starting place to get the tabbed layout you are looking for..
Thx! thats great - I'll give it a go
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi,
I just installed TPP into a ZC151 and I love this mod. Where have you been all my life!
Anyway, I am now experiencing some sort of conflict with Zen Lightbox. Instead of having the images load into a lightbox, they appear to be trying to load in a pop up window. You can try it on my staging site (just remove the ***):
http://2staging.ap***swittcosales.co...e_Testing_Demo
Click on the Additional Images tab and then click on one of the picks. Use your back button to return to the page. Very different experience between firefox and chrome.
These two mods appear to have no common files. I have done some searching in both support forums, decided to post in here... mostly because it would give me an excuse to chat with Diva! :D
Anyway, I think the javascripts are conflicting. But I'm terrible with js! I'm hoping somebody else has encountered this before and can tell me how to resolve it
Thanks,
Mike
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Feznizzle
Hi,
I just installed TPP into a ZC151 and I love this mod. Where have you been all my life!
Anyway, I am now experiencing some sort of conflict with Zen Lightbox. Instead of having the images load into a lightbox, they appear to be trying to load in a pop up window. You can try it on my staging site (just remove the ***):
http://2staging.ap***swittcosales.co...e_Testing_Demo
Click on the Additional Images tab and then click on one of the picks. Use your back button to return to the page. Very different experience between firefox and chrome.
These two mods appear to have no common files. I have done some searching in both support forums, decided to post in here... mostly because it would give me an excuse to chat with Diva! :D
Anyway, I think the javascripts are conflicting. But I'm terrible with js! I'm hoping somebody else has encountered this before and can tell me how to resolve it
Thanks,
Mike
Hey MIKE!!! **waves furiously***
I use BOTH of these modules together ALL the time, and I have no issues at all.. I believe the cause of your issue is elsewhere.. Suggest re-examining your lightbox/IH4 installation.. I beleive that's where the issue is..
Also you have two different versions of jQuery loading..
jquery-1.4.4.min.js
jquery/1.8.2/jquery.min.js
and it appears that the jQuery easing script is loading twice as well..
/jquery.easing.1.3.js
jscript_xjquery.easing.1.3.js
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Well... poo.
But thanks for the insight, Diva! You have provided me with plenty of clues so I can poke figure out what's up. Awesome, as ever!
Glad to see you've still got the touch. :)
I'll report back once I've solved it, in case anybody else bumps into this issue. Probably associated with the goodies pre-installed in my template.
Thanks again, Diva!
:hug:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Feznizzle
Well... poo.
But thanks for the insight, Diva! You have provided me with plenty of clues so I can poke figure out what's up. Awesome, as ever!
Glad to see you've still got the touch. :)
I'll report back once I've solved it, in case anybody else bumps into this issue. Probably associated with the goodies pre-installed in my template.
Thanks again, Diva!
:hug:
HA!! What I am is sleep deprived!! **LOL**
Hope my information helps..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
You were right, miss ma'am!
The conflict had nothing to do with TPP, Zen Lightbox, or IH4. It happened b4 installing TPP, I just didn't notice it until after TPP went in. I removed some offending code, everything is back to normal now. Except that the 'offending code' was fixing another problem.
Anyway, nothing to do with TPP, a most excellent mod!
In case you get bored, here is a post about how I screwed things up:
http://www.zen-cart.com/showthread.p...d-Zen-Lightbox
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Feznizzle
You were right, miss ma'am!
The conflict had nothing to do with TPP, Zen Lightbox, or IH4. It happened b4 installing TPP, I just didn't notice it until after TPP went in. I removed some offending code, everything is back to normal now. Except that the 'offending code' was fixing another problem.
Anyway, nothing to do with TPP, a most excellent mod!
In case you get bored, here is a post about how I screwed things up:
http://www.zen-cart.com/showthread.p...d-Zen-Lightbox
Glad you got it all worked out sir!!:smile:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
First off I would like to say to the developer great job on the TPP module. Works like a champ and really helped me out. I have a questions regarding Tabbed Products Pro. I am currently working on my companies website: www.scpcat5e.com. Please look at this page to hopefully help understand what I am asking. http://www.scpcat5e.com/bulk-cables-.../224epsh-p-940
Basically I would like the "Product Description" information to appear to the right of the product image underneath the product shipped weight + model number. All other tabbed product information would show up where it is now. I guess I would like to split the product description to be on it own and the rest of the tabs show up where they are now.
Thank you,
Simon Lacey
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
need customization advice...using 1.5.9 / oxford dark template
RE: tabbed products pro 1.09
Would like to customize the tab / content area(s), not edit tabs themselves, or add tabs.
Want to display info from tabs..."product description" and "details" on one tab called "overview"
example...link to site with what I want...
http://www.harborfreight.com/fuel-in...ter-92699.html
I have played with their .css and .html and can find a majority of what I think I need but am still newbie and confused. It appears as though they just added <div> within that particular display area to get it to show on one tab, and table added "float right" to set in display correctly...that is where I get lost.
Could anyone assist in pointing me in the right direction on achieving this layout? I will gladly post everything once it is accomplished so that it would be available for others. Assuming it works properly on my site(s). I cant seem to find a full detail of what and how, just a million sites with bits and pieces.
Thanks in advance.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Ummmmm last time I checked, Harbor Freight used Magento for their e-commerce needs.. Looking at the source for your site, I can see that this is indeed a Magento site.. You are posting for help on a ZEN CART support thread.. So, you might want to start with heading on over to the Magento support site..
Quote:
Originally Posted by
swdynamic
need customization advice...using 1.5.9 / oxford dark template
RE: tabbed products pro 1.09
Would like to customize the tab / content area(s), not edit tabs themselves, or add tabs.
Want to display info from tabs..."product description" and "details" on one tab called "overview"
example...link to site with what I want...
http://www.harborfreight.com/fuel-in...ter-92699.html
I have played with their .css and .html and can find a majority of what I think I need but am still newbie and confused. It appears as though they just added <div> within that particular display area to get it to show on one tab, and table added "float right" to set in display correctly...that is where I get lost.
Could anyone assist in pointing me in the right direction on achieving this layout? I will gladly post everything once it is accomplished so that it would be available for others. Assuming it works properly on my site(s). I cant seem to find a full detail of what and how, just a million sites with bits and pieces.
Thanks in advance.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Ahhh it's early and I need coffee.. I didn't see the highlighted text.. sorry..:blush:
In any case combining the TPP tabs requires a change to the TPP codebase.. Don't think it can be achieved with just a simple tinkering to the TPP stylesheet.. I'm afraid I don't know exactly what that will take off the top of my head.. Perhaps another community member may be able to chime in..
Quote:
Originally Posted by
swdynamic
need customization advice...using 1.5.9 / oxford dark template
RE: tabbed products pro 1.09
Would like to customize the tab / content area(s), not edit tabs themselves, or add tabs.
Want to display info from tabs..."product description" and "details" on one tab called "overview"
example...
link to site with what I want...
http://www.harborfreight.com/fuel-in...ter-92699.html
I have played with their .css and .html and can find a majority of what I think I need but am still newbie and confused. It appears as though they just added <div> within that particular display area to get it to show on one tab, and table added "float right" to set in display correctly...that is where I get lost.
Could anyone assist in pointing me in the right direction on achieving this layout? I will gladly post everything once it is accomplished so that it would be available for others. Assuming it works properly on my site(s). I cant seem to find a full detail of what and how, just a million sites with bits and pieces.
Thanks in advance.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Where can I find Tabbed Products Pro readme file? My designer installed it but I don't know how to make it work. It really isn't very self explanatory in the admin panel. How do I add tabs? I want a tab that says "ingredients", and one that says "benefits" along with the ones that are already there such as "product description, reviews, details". Thank you for any help!
my site so far: http://www.nfbotanicals.com/nfb
version 1.5.1
Kelly
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Using ZC 1.39 and I installed Tabbed Products Pro 1.07
One thing I never considered prior to installing it is that it appears to be GLOBAL, meaning, in my case it's either ON every product_info_display page or OFF every product_info_display page
Is there anyway to simply add tabs on some pages and not on others? There's a lot of pages where the tabs aren't needed, nor desired.
Thanks in advance!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
After further review, I see in a note that you can turn globals on, but than use an "IgnoreGlobals" tag so tabs only appear on the pages you want. Two thoughts though...
1) I have over 1000 products and only about 50 I want to use the tabs on, so is there an easier way to turn off globals on the other 750? I fear I see a lot of hand coding in my future. I'd hate to have to go into all 950 products and hand code the globals off. Is there another approach?
2) If I do have to do as stated above, how do I use the "IgnoreGlobals" tab? Do I put it at the top of my page like this: <!--%IgnoreGlobals%-->
Thanks again.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
It's official —##I'm am idiot. I apologize to all! Disregard my previous posts. I was seeing global "details" and "reviews" and wasn't thinking clearly. Obviously, if I turn off ALL the global settings (except the first one), I then have control over wqhich pages display the tabs. Thank you and excuse my error. Great mod! It should be a huge help for us!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
kellyf
Where can I find Tabbed Products Pro readme file? My designer installed it but I don't know how to make it work. It really isn't very self explanatory in the admin panel. How do I add tabs? I want a tab that says "ingredients", and one that says "benefits" along with the ones that are already there such as "product description, reviews, details". Thank you for any help!
my site so far:
http://www.nfbotanicals.com/nfb
version 1.5.1
Kelly
Download the module.. readme file is included in the fileset..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi
i have installed TPP 1.09 on ZenCart 1.5 and the admin is not working correctly.
When i click the Tabbed Products Pro / Configuration in my Admin then
the menu is displayed but i can not change any value.
Also i see menuitems jump up and down on a click in the menu.
In the shop the products are shown tabbed so that part works.
Can anybody help me with the Admin section?
Thanks!
Ray
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
ecoach
Hi
i have installed TPP 1.09 on ZenCart 1.5 and the admin is not working correctly.
When i click the Tabbed Products Pro / Configuration in my Admin then
the menu is displayed but i can not change any value.
Also i see menuitems jump up and down on a click in the menu.
In the shop the products are shown tabbed so that part works.
Can anybody help me with the Admin section?
Thanks!
Ray
Problem seems unique to your store setup, and I'm sure it's not directly related to TPP, but possibly to other modifications you've made to your admin.. As this problem is not something I can replicate I couldn't begin to give you a clue what the issue might be.. I can only suggest trying to re-install TPP..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
Problem seems unique to your store setup, and I'm sure it's not directly related to TPP, but possibly to other modifications you've made to your admin.. As this problem is not something I can replicate I couldn't begin to give you a clue what the issue might be.. I can only suggest trying to re-install TPP..
Hi, thank you for your answer.
The strangest thing happened: I removed TPP and after that it works!!
I dont understand this at all but i am happy it works now :-)
Puzzled....
Ray
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi!
I'm trying to use Multi Cross Sell with TPP on a zc151.
I have MCS installed, test products displays my cross sells, no problems. And I have set "TPP - Global Cross Sell Tab" to "1" to enable Cross Sell to show up under a tab.
No dice! :no:
Here is a link to my sample page:
http://2staging.apswittcosales.com/C...3_4_x_3-1_2_IN
All of my other tabs are working fine (Accessories button is the Attributes tab, renamed).
TPP is set up to work automatically with Cross Sell, but not MULTI Cross Sell? Is there a way to get MCS to work nicely with TPP?
If not, which cross sell version should I use? This one?
I chose the "MULTI" version because it does not limit the number of cross sells to 6. Many of my products will have far more than 6 accessories. For instance, for a soldering iron I will want to provide as many as 30 tips to choose from.
Thanks,
Mike
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
After much tears and gnashing of teeth, I found THIS POST.
I guess I will now surrender and abandon Multi Cross Sell, though it breaks my heart. Looks easier to find a way around the stunted number of products offered by Cross Sell Plus Advanced Sell.
Lousy solution. :(
You know what the ultimate solution would be? Allow you to select products to behave like attributes. You could then group sets of products and apply the collections to specific products or categories of products. Man, that would be so tight! That way the attributes could have automatic More Info links.
Sorry. Off subject.
Peace out, yo!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quick follow up for anybody else in this Cross Sell boat... unless you can program, don't waste your time with Multi Cross Sell if you want a cross sell that works with TPP.
I installed Cross Sell Plus Advanced Sell, played nicely with TPP right out of the gate. It appears you can get around the limitation of "6 cross sells per product", too. In the configure, you can tell it how many cross sells to accept. I changed from the default of 6 to 150, have yet to figure out how to input the additional xsells, though.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Just installed this Plugin - super-fab-great work (in fact it made me smile it was so cool)
So I have been messing around with it and was trying out a few things and got everything to work except the sub_ option.
I tried adding it into my existing prod descr content and even removed that and entered just the example from the read me and still not getting it to work.
I just searched this thread for sub_ and got no results so figured i would just ask as the last 10 pages of the thread came up with nothing.
Its live on this page so if anyone can point out my error or give some guidanace it would be appreciated.
Cheers
Brinley
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
please ignore the above question - trial and error as always has helped. I will probably have a few more questions but for now its cool
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Okay! I am getting a better handle on the problem I'm having with adding sub_ options.
Basically sub_ functions will only display if the relevant option is selected in Tabbed Products Pro configuration.
What I want is to have one tab for product description which is turned on globally (all fine) however the second tab I want to combine Details & Reviews
I use this code below the product description however nothing appears until I turn on globals for Details & reviews which is not ideal since it adds additional tabs.
<!--#Reviews & More Info#-->
<!--*sub_Reviews(2)*-->
<!--*sub_DetailsOnTab(2)*-->
Has anyone come across this and have a workaround other than reinstalled using an older version of Tabbed Pro?
link to page http://www.personalisedmugs.biz/inde...oducts_id=1998 globals are turned off for both subs_
Cheers
Brinley
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I would also like to move my button so it is above the tabs and right under my product title and price. How did you do it?
Quote:
Originally Posted by
toutou21
Hello i am trying to move my "Add to Cart:" box above the tabs and so above "the text above the tabs". I moved the "Add to Cart:" box below <!--eof Product Price block --> in tpl_product_info_display.php but "the text above the tabs" still display above my "Add to Cart:" box.
Help would be appreciated. Thanks!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Nevermind. I just figured it out. You can turn it off in the tabbed product file by setting $bGblAddToCart (which adds the button to a tab) to false.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
antonia
Nevermind. I just figured it out. You can turn it off in the tabbed product file by setting $bGblAddToCart (which adds the button to a tab) to false.
I want to make sure it's clear to folks following this thread, that this is not the way to do this.. You would simply move the add to cart block in the includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php file above the tab block.
everything between this:
Code:
<!--bof Add to Cart Box --> <div id="cartAdd">
and the closing div for cartAdd
No reason to modify ANY of the TPP code to make a simple appearance change like this.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I really like this mod however a word of warning to anyone else who is running it alongside MagicThumb Image plugin and wants the reviews turned on you, it will bring in all the images from the reviews page.
In my case I have 3 & sometimes 6 additional images per product and the result is that all the images (S, M & L) are triplicated.
Eventhough the images are display:none they are parsed by the server but not rendered and so do have an effect on the page load speed.
I am going to attempt to remove the additional images & magicthumb from the reviews page which should negate the effect they have as I really want to include reviews in my tabbs. Will come back and post if i get it sorted.
Cheers
Brinley
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi Again
Unfortunately I could not find a workaround that allowed me to use the built in reviews switch in Tabbed PP with MagicThumb installed.
In the end I installed dg reviews as well as TPP which places the reviews below the tabbed section. I have tried to tweak it so that the dg reviews gets added to the tabbed section but no luck so far. So if anyone has managed to do this or can point me in the right direction it would be appreciated.
Cheers
Brinley
-
1 Attachment(s)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello All i am running version 1.5.1
I have Tabbed Products Pro running and it works great :) I have one questions and i haven't been able to figure it out for myself yet - can you create a tab for the PDF attachment MOD http://www.zen-cart.com/downloads.php?do=file&id=1642 this mod gives you an extra field in admin side which creates a link in the customer side - if possible and its easy i would like to move that link into its own tab. Currently my site looks like attached.
Attachment 12948
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
gazag
Hello All i am running version 1.5.1
I have Tabbed Products Pro running and it works great :) I have one questions and i haven't been able to figure it out for myself yet - can you create a tab for the PDF attachment MOD
http://www.zen-cart.com/downloads.php?do=file&id=1642 this mod gives you an extra field in admin side which creates a link in the customer side - if possible and its easy i would like to move that link into its own tab. Currently my site looks like attached.
Attachment 12948
Can you create tabs for opther content on the product information page: Yes..
It's simply a matter of taking a look at the custom tab instructions in the read me to determine what code is required to add the tab, then what code is needed to capture your PDF attachments in that tab.. I've no idea what code is required.. only that it's possible to do.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
On my Product Description page I have a bullited list... Problem is is comming our a little messy. Bullets are to the left of the image and text to the right.
Anyone know how I can fix this?
Page: http://www.thepersonalisedtouch.com/...ntre?cPath=86&
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thanks for the typo Simon
What about the problem? Anyone?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Rizla
What browser(s) are you see this?
In ie and ff the bullets are to the right of the image
Except where it rolls off below the image.
You could push them all below the image with a <br class="clearBoth" />
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Rizla
more of a CSS issue than a TPP issue.. You might wanna start a new thread to see if some of the CSS experts can help with this..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Wanted to share a fix for a problem I discovered with TPP. If you are using Zen Lightbox and have the reviews tab turned on Zen Lightbox will treat the image on the products reviews page as an additional image.
What this change does:
IF you are using TPP and have the reviews tab turned on, this will prevent the reviews page default image from treated like an additional product image and being grouped in with the rest of your product images in the lightbox.
The issue is MUCH MORE obvious when you have a main product image and no additional images.. Because the reviews page image is being treated as an additional image, the net effect is that the lightbox will show 1 of 2 images. (the "second" image being the product reviews page image)
The fix is posted here: http://www.zen-cart.com/showthread.p...27#post1215927
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi diva
Is this anything to do with my problem as I use Lightbox??
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Rizla
Hi diva
Is this anything to do with my problem as I use Lightbox??
as I stated, this is an issue with those using Lightbox when the reviews tab is turned on..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Wanted to share another fix for a problem I discovered with TPP. If you are using either Zen Lightbox or Zen Colorbox with Tabbed Products Pro, and you use model numbers for your products, the model number doesn't display correctly on the product reviews page.
What this change does:
If you have Tabbed Products Pro and either Zen Lightbox or Zen Colorbox installed, the model number field will NOT display on the product reviews page.
I realize this is pretty much a bandaid solution, but coming up with a solution that allows the product model field to display when both TPP and Zen Colorbox are installed and active is over my paygrade to execute. I don't know if the issue is in the TPP code, or the Zen Colorbox code or if a change needs to be made in both. Again, someone smarter than me will need to figure this out. So I am sharing a down and dirty solution that works.
For Zen Lightbox, the solution is posted here: http://www.zen-cart.com/showthread.p...09#post1216009
For Zen Colorbox, the solution is posted here: http://www.zen-cart.com/showthread.p...08#post1216008
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi!
Can I call the functionality of TPP on a category description page? I have several categories that require SUPER lengthy descriptions, primarily spreadsheet charts for choosing the correct products. I'd love to break it up and hide under tabs.
Anybody done this?
Thanks,
Mike
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Feznizzle
Hi!
Can I call the functionality of TPP on a category description page? I have several categories that require SUPER lengthy descriptions, primarily spreadsheet charts for choosing the correct products. I'd love to break it up and hide under tabs.
Anybody done this?
Thanks,
Mike
You can use the HTML from the TPP readme as a guideline for adding tabs elsewhere on your site.. I used the very same structure for all of the readme docs in add-ons I have contributed as well..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Ah! Good thinking!
Wait. Ur saying snag the the html from the actual readme itself?
I looked, is this what u mean:
Code:
<script src="res/jscript_tpp.js" type="text/javascript"></script>
<div id="slidetabsmenu" style="display: none;">
<ul>
<li> <a onClick="expandcontent('sc1', this)" href="javascript:void(0)"><span>Title</span></a> </li>
<li> <a onClick="expandcontent('sc2', this)" href="javascript:void(0)"><span>About</span></a> </li>
<li> <a onClick="expandcontent('sc3', this)" href="javascript:void(0)"><span>Installation</span></a> </li>
<li> <a onClick="expandcontent('sc4', this)" href="javascript:void(0)"><span>How to Use</span></a> </li>
<li> <a onClick="expandcontent('sc5', this)" href="javascript:void(0)"><span>Notes &
Demos</span></a> </li>
<li> <a onClick="expandcontent('sc6', this)" href="javascript:void(0)"><span>History</span></a> </li>
<li> <a onClick="expandcontent('sc7', this)" href="javascript:void(0)"><span>AddOn</span></a> </li>
</ul>
</div>
<br style="clear: both;">
<div id="tabcontentcontainer">
<div class="tabcontent" id="sc1" style="display: block;">
Mess around with that ^ to build something from scratch?
I bet I could figure that out, thanks! You're still the greatest, Diva! :hug:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Feznizzle
Ah! Good thinking!
Wait. Ur saying snag the the html from the actual readme itself?
I looked, is this what u mean:
Code:
<script src="res/jscript_tpp.js" type="text/javascript"></script>
<div id="slidetabsmenu" style="display: none;">
<ul>
<li> <a onClick="expandcontent('sc1', this)" href="javascript:void(0)"><span>Title</span></a> </li>
<li> <a onClick="expandcontent('sc2', this)" href="javascript:void(0)"><span>About</span></a> </li>
<li> <a onClick="expandcontent('sc3', this)" href="javascript:void(0)"><span>Installation</span></a> </li>
<li> <a onClick="expandcontent('sc4', this)" href="javascript:void(0)"><span>How to Use</span></a> </li>
<li> <a onClick="expandcontent('sc5', this)" href="javascript:void(0)"><span>Notes &
Demos</span></a> </li>
<li> <a onClick="expandcontent('sc6', this)" href="javascript:void(0)"><span>History</span></a> </li>
<li> <a onClick="expandcontent('sc7', this)" href="javascript:void(0)"><span>AddOn</span></a> </li>
</ul>
</div>
<br style="clear: both;">
<div id="tabcontentcontainer">
<div class="tabcontent" id="sc1" style="display: block;">
Mess around with that ^ to build something from scratch?
I bet I could figure that out, thanks! You're still the greatest, Diva! :hug:
Ha!!! I am just the gatekeeper here.. QHome gets the cred... BTW, you know of course to NOT use the script line..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Is it possible to add custom sub tabs, not modules like 'add to cart' etc, to a main tab. My description is very long and would like to break it down, but keep it on the product description tab using sub tabs. I'm using Zen Cart 1.5 and the latest TPP version.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Im sure this is quite simple to achieve, but how do i remove the add to cart tab, and have the original one show instead.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
figured out to be setting 'global add to cart' to 0 in admin....
-
1 Attachment(s)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Firstly, a big thanks to the author and contributors for this great plugin. I’ve been using it successfully on our site for the last six months but have run into a couple of issues.
I’ve searched through this thread and seen one of the problems mentioned a couple of times but no definitive fix. I haven’t read every post so I apologise if this has been posted and answered before.
I have a custom tab where I want to place the additional images from a product. At first I couldn’t get it to work but then realised you had to globally set Additional images to On within Admin, Tabbed Products Pro – Configuration. The problem with this is it creates an Additional Images Tab. I want to switch this off but retain the ability to show additional images under my custom tab.
The second issue I have is the placement of these additional Images. I would like the images to be at the top followed by the text. At the moment, it is the other way round and again I don’t seem to be able to change the order.
I’ve included an image to illustrate the issues and would be very grateful for any advice to achieve what I’m after.
Many thanks
Steve
Attachment 13007
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
ben harry
Im sure this is quite simple to achieve, but how do i remove the add to cart tab, and have the original one show instead.
Quote:
Originally Posted by
ben harry
figured out to be setting 'global add to cart' to 0 in admin....
Glad you figured this out, but this (and most "how-to's") are covered in the readme file..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Ok, back again, trying to figure out how to call the "TPP" effect for category descriptions (would love to use it for EZ-pages as well, subject for another conversation).
This *seems* like it should be VERY easy to do, since the mod is already installed. During install, you copy 3 little snippets to:
/includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
Theoretically, it should be super simple to just add the snippets to the category controlling file:
/includes/templates/YOUR_TEMPLATE/templates/tpl_index_categories.php
Right? But no matter I try it things go wonky!
Input, anybody? Bueller? Bueller?
Here are the 3 snippets:
Code:
<?php
//BOF :: Tabbed Products Pro ::
require(DIR_WS_MODULES . 'tabbed_products_pro.php');
//EOF :: Tabbed Products Pro ::
?>
<?php
//BOF :: Tabbed Products Pro ::
echo '<div id="tpptabBlock" style="display:none;">' . $tabData . '</div>';
//EOF :: Tabbed Products Pro ::
?>
<?php
//BOF :: Tabbed Products Pro ::
echo $tabjscript;
//BOF :: Tabbed Products Pro ::
?>
And here is the code from tpl_index_categories.php (I bolded out the place I've been trying to put the snippets):
Code:
<?php
/**
* Page Template
*
* Loaded by main_page=index<br />
* Displays category/sub-category listing<br />
* Uses tpl_index_category_row.php to render individual items
*
* @package templateSystem
* @copyright Copyright 2003-2006 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: tpl_index_categories.php 4678 2006-10-05 21:02:50Z ajeh $
*/
?>
<div class="centerColumn" id="indexCategories">
<?php if ($show_welcome == true) { ?>
<h1 id="indexCategoriesHeading"><?php echo HEADING_TITLE; ?></h1>
<?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
<h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
<?php } ?>
<!-- deprecated - to use - uncomment
<?php if (TEXT_MAIN) { ?>
<div id="" class="content"><?php echo TEXT_MAIN; ?></div>
<?php } ?>-->
<!-- deprecated - to use - uncomment
<?php if (TEXT_INFORMATION) { ?>
<div id="" class="content"><?php echo TEXT_INFORMATION; ?></div>
<?php } ?>-->
<?php if (DEFINE_MAIN_PAGE_STATUS >= 1 and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
<div id="indexCategoriesMainContent" class="content"><?php
/**
* require the html_define for the index/categories page
*/
include($define_page);
?></div>
<?php } ?>
<?php } else { ?>
<h1 id="indexCategoriesHeading"><?php echo $breadcrumb->last(); ?></h1>
<?php } ?>
<?php
if (PRODUCT_LIST_CATEGORIES_IMAGE_STATUS_TOP == 'true') {
// categories_image
if ($categories_image = zen_get_categories_image($current_category_id)) {
?>
<div id="categoryImgListing" class="categoryImg"><?php echo zen_image(DIR_WS_IMAGES . $categories_image, '', SUBCATEGORY_IMAGE_TOP_WIDTH, SUBCATEGORY_IMAGE_TOP_HEIGHT); ?></div>
<?php
}
} // categories_image
?>
<?php
// categories_description
if ($current_categories_description != '') {
?>
<div id="categoryDescription" class="catDescContent"><?php echo $current_categories_description; ?></div>
<?php } // categories_description ?>
<!-- BOF: Display grid of available sub-categories, if any -->
<?php
if (PRODUCT_LIST_CATEGORY_ROW_STATUS == 0) {
// do nothing
} else {
// display subcategories
/**
* require the code to display the sub-categories-grid, if any exist
*/
require($template->get_template_dir('tpl_modules_category_row.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_category_row.php');
}
?>
<!-- EOF: Display grid of available sub-categories -->
<?php
$show_display_category = $db->Execute(SQL_SHOW_PRODUCT_INFO_CATEGORY);
while (!$show_display_category->EOF) {
// // echo 'I found ' . zen_get_module_directory(FILENAME_UPCOMING_PRODUCTS);
?>
<?php if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_CATEGORY_FEATURED_PRODUCTS') { ?>
<?php
/**
* display the Featured Products Center Box
*/
?>
<?php require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?>
<?php } ?>
<?php if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_CATEGORY_SPECIALS_PRODUCTS') { ?>
<?php
/**
* display the Special Products Center Box
*/
?>
<?php require($template->get_template_dir('tpl_modules_specials_default.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_specials_default.php'); ?>
<?php } ?>
<?php if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_CATEGORY_NEW_PRODUCTS') { ?>
<?php
/**
* display the New Products Center Box
*/
?>
<?php require($template->get_template_dir('tpl_modules_whats_new.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_whats_new.php'); ?>
<?php } ?>
<?php if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_CATEGORY_UPCOMING') { ?>
<?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_UPCOMING_PRODUCTS)); ?><?php } ?>
<?php
$show_display_category->MoveNext();
} // !EOF
?>
</div>
Can somebody take a look and tell me if I'm on the right track? And if so, where should I put the snippets?
Thanks,
Mike