-
Re: Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)
Quote:
Originally Posted by
strelitzia
... Regarding the reviews tab, if you click the link created by split page results (either the page number or the next) it reloads the page back to the product description tab and you have to click reviews again to see the next bunch of reviews.
Is there a fix so that the next page of reviews will load and stay showing the reviews tab? ...
Not a simple one. To make a specific tab open one would need to add something to the URL and then read it from the URL (for each tab). Then one would need to read the URL (when processing in Zen Cart), determine a tab needed to be open (and which tab), and then generate the appropriate code to show the correct tab open when the page is loaded. Next one would need to replace all of the URLs generated by the reviews template (to add which tab needs to be open when).
Not saying it cannot be done (work may already be in progress to allow direct links which open the page with a specific tab showing - in a future version). Just letting you know this is not a simple change and may require someone talented in HTML, PHP, CSS, and / or JS to implement such a feature.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
This module works fine on my wampp ............. but when i install it to my live site its not working what the problem ?
-
Re: Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)
Quote:
Originally Posted by
strelitzia
I've read countless pages of this thread and if there is an answer to this question i must have missed it.
Regarding the reviews tab, if you click the link created by split page results (either the page number or the next) it reloads the page back to the product description tab and you have to click reviews again to see the next bunch of reviews.
Is there a fix so that the next page of reviews will load and stay showing the reviews tab?
I'm using the standard files supplied in the latest version of the module from downloads an zc 1.5.1. There has been no customisation to the reviews code anywhere else that i am aware of.
Thanks
You are correct TPP does not touch the core reviews files. It only grabs the associated header and tpl files for product reviews and uses those to show reviews on the product page. As someone posted above, it would not be an easy fix.
But there are a few workarounds you could do.
Options 1 - in the product_reviews header file you will see a define of "MAX_DISPLAY_NEW_REVIEWS'. This is set to allow the max display per page. So what you could do is make a conditional statement to set the "MAX_DISPLAY_NEW_REVIEWS" to ALL for the product info pages and act as normal on the main product review pages.
Option 2 - there is a plugin called "dgreviews" bascially combines the header and tpl in 1 file. A few changes has to be done in this route:
1) In modules/tabbed_product_pro.php find the section that pulls the requires for the product_review header and tpl files. Block out that code and insert the tpl_dgreviews.php in its place.
2) In tpl_dgreviews.php, change "MAX_DISPLAY_NEW_REVIEWS" to a large number such as "100".
3) Depending on which version of ZC you are using currently at this moment you may have to modify the code structure to align. For instance, I have used dgreviews for a 1.51 site and went and merged the same structure as some minor things have changed. Also, I think I recall that there was an extra div in their throwing off alignment issues on newer ZC versions.
Either of these options will solve your problem.
-
Re: Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)
Quote:
Originally Posted by
jennydutch
This module works fine on my wampp ............. but when i install it to my live site its not working what the problem ?
Don't know.. Might help if you can say WHAT isn't working.. did you install it and stars now shoot out of your monitor??
check your install... Make sure you've got all the right files in place.. post a link to your site.. otherwise all we can do is lob guesses at you..
-
2 Attachment(s)
Re: Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)
Quote:
Originally Posted by
DivaVocals
Don't know.. Might help if you can say WHAT isn't working.. did you install it and stars now shoot out of your monitor??
check your install... Make sure you've got all the right files in place.. post a link to your site.. otherwise all we can do is lob guesses at you..
Same data base same file..............
in wamp Attachment 14157
any my live site...
Attachment 14158
-
Re: Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)
Quote:
Originally Posted by
jennydutch
Screenshots are NOT helpful.. a URL to the live site is..
-
Re: Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)
Quote:
Originally Posted by
DivaVocals
Screenshots are NOT helpful.. a URL to the live site is..
Here is my site url...please take a look......
http://allhdd.tk/
-
Re: Tabbed Products Pro and additional images (ZC 1.5.1, TPP 1.10)
Quote:
Originally Posted by
jennydutch
Don't make me dig through your site looking for a product.. can you provide a specific URL??
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
nevermind.. this is some kind of conflict with the CSS/JS Loader.. If you turn off the CSS/JS Loader and things work, then the issue is with the CSS/JS Loader, and you will need to seek support from the authors/supporters of the CSS/JS Loader.. Not sure if there is an "official" support thread on this forum for the CSS/JS Loader, but there is an unofficial thread.. You can do a search to find it..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
nevermind.. this is some kind of conflict with the CSS/JS Loader.. If you turn off the CSS/JS Loader and things work, then the issue is with the CSS/JS Loader, and you will need to seek support from the authors/supporters of the CSS/JS Loader.. Not sure if there is an "official" support thread on this forum for the CSS/JS Loader, but there is an unofficial thread.. You can do a search to find it..
Thanks a lot ... when i turn off css/js loader it works .. can you tell me what is css and js loader do actually ?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
not possible to run bot in same time? but i don't know why its works fine on wamp server :(
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
jennydutch
Thanks a lot ... when i turn off css/js loader it works .. can you tell me what is css and js loader do actually ?
Not the place for this discussion.. you need to ask the CSS/JS support folks..
Quote:
Originally Posted by
jennydutch
not possible to run bot in same time? but i don't know why its works fine on wamp server :(
Dunno either.. again, you REALLY need to pose this question in the support thread for the CSS/JS Loader module..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
How I can add additional Tabs if needed other than already included?
Field should get information from create product page and each product have different information for this tab.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Not sure you can. I looked for a way to rearrange the order of the tabs and there was not any way to do it. I would be interested in finding out of this is possible.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
anklebiterwoodworks
Not sure you can. I looked for a way to rearrange the order of the tabs and there was not any way to do it. I would be interested in finding out of this is possible.
it's possible.. it's just that noone has shared the solution..
Quote:
Originally Posted by
jsarwar
How I can add additional Tabs if needed other than already included?
Field should get information from create product page and each product have different information for this tab.
possible if you are familiar with how the code is constructed.. there are instructions for adding additional tabs in the readme..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
it's possible.. it's just that noone has shared the solution..
possible if you are familiar with how the code is constructed.. there are instructions for adding additional tabs in the readme..
Thank you. I am not sure how to do that but will try. Usually Supp fact table goes in description when creating product but having a separate tab for this should work?
Or do I have to create a separate field for SF on Create product page first?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
jsarwar
Thank you. I am not sure how to do that but will try. Usually Supp fact table goes in description when creating product but having a separate tab for this should work?
Or do I have to create a separate field for SF on Create product page first?
You will have many options to do what you want but it depends on further information on what exactly you want. From what I read you are going to need this supp fact tab to display separate data for each product. So keep in mind that the best case for you is to use the plugin "numinix product fields" OR use it as a baseline for how to add an extra field. That mod gives fields like product desciption 2 and specifications. So these would make the data independent for each product. Once you get this setup, then you would add the fields you want to another tab. The main coding for TPP lies in the modules/tabbed_product_pro.php which pulls the relevant inform######## you want displayed. So you would start in that file to duplicate the coding of how it pulls the description field in a tab. There are many blocks of code that you want to copy and and paste it in the same order.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
yaritai
You will have many options to do what you want but it depends on further information on what exactly you want. From what I read you are going to need this supp fact tab to display separate data for each product. So keep in mind that the best case for you is to use the plugin "numinix product fields" OR use it as a baseline for how to add an extra field. That mod gives fields like product desciption 2 and specifications. So these would make the data independent for each product. Once you get this setup, then you would add the fields you want to another tab. The main coding for TPP lies in the modules/tabbed_product_pro.php which pulls the relevant inform######## you want displayed. So you would start in that file to duplicate the coding of how it pulls the description field in a tab. There are many blocks of code that you want to copy and and paste it in the same order.
Thank you. That's what I thought too. I have already installed and see description 2 on create product page. But any information entered here does not save in admin nor it appear on live site. Any idea?
I have upload all files and ran sql.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
jennydutch
Thanks a lot ... when i turn off css/js loader it works .. can you tell me what is css and js loader do actually ?
CSS/JS loader bascially has 2 main purposes which it loads css and js files in an order that is owner controlled and has the ability to minify those same files. I don't use the minify option but do use the autoload feature. Basically it solves the downfall of having to rename files alphabetically when you want to load it in a certain order such as loading jquery first. Another positive is that some plugins use links to js files as they want it to load at a specific location after other files which the css/js loader also solves by telling it when and which order to load in.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
jsarwar
Thank you. That's what I thought too. I have already installed and see description 2 on create product page. But any information entered here does not save in admin nor it appear on live site. Any idea?
I have upload all files and ran sql.
From my recall, I think that mod has the catalog (customer side) display in a separate folder that you would need to add the block of code to the tpl_product_info_display.php.
As far as the data not being saved to the database, I would suggest you relook at the collect_info.,php and the update.php files in admin. Make sure that those files are merged correctly OR uploaded directly from the mod if no customizations in the past. Those 2 files serve the purpose of updating the database. Another possiblity is that the other files such as the npf_sql folders were not loaded correctly? That mod tries to make it easier for users to upload as it separates the database calls in its own files.
Fix the admin side first then do the catalog side as no data saved in the database will not display in the catalog side.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
yaritai
From my recall, I think that mod has the catalog (customer side) display in a separate folder that you would need to add the block of code to the tpl_product_info_display.php.
As far as the data not being saved to the database, I would suggest you relook at the collect_info.,php and the update.php files in admin. Make sure that those files are merged correctly OR uploaded directly from the mod if no customizations in the past. Those 2 files serve the purpose of updating the database. Another possiblity is that the other files such as the npf_sql folders were not loaded correctly? That mod tries to make it easier for users to upload as it separates the database calls in its own files.
Fix the admin side first then do the catalog side as no data saved in the database will not display in the catalog side.
Quote:
Originally Posted by
yaritai
CSS/JS loader bascially has 2 main purposes which it loads css and js files in an order that is owner controlled and has the ability to minify those same files. I don't use the minify option but do use the autoload feature. Basically it solves the downfall of having to rename files alphabetically when you want to load it in a certain order such as loading jquery first. Another positive is that some plugins use links to js files as they want it to load at a specific location after other files which the css/js loader also solves by telling it when and which order to load in.
and not to be a naysayer, but discussions regarding the setup and configuration of other modules should be discussed in separate threads since none of this set up is specifically related to Tabbed Products Pro..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
jsarwar
Thank you. I am not sure how to do that but will try. Usually Supp fact table goes in description when creating product but having a separate tab for this should work?
Or do I have to create a separate field for SF on Create product page first?
The instructions in the readme are pretty good to help guide you through all the edits needed to create the extra tab.. It was what I used as a guide to add the Defined page tabs that are a part of the current version..
Once you have your additional product fields working you will need to add the code needed so that your new tab will display your additional product fields.. This part is a tad over my head, but it sounds like there are community members who've chimed in here who can help you with that last part..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I have installed ZC 1.5.3.
Installed EP 4.0
Added 13 custom product fields to the products table.They are all in TEXT format.
Installed TPP 1.10
I plan to install Image Handler 4.
I need TPP to be able to pull content / data from custom fields so that the custom data is displayed in tabs in the product information page of my store.
I read Crazy_Chris' post that was submitted in 2007 which seems to be the easiest to follow instructions so far. But. I am not sure if there have been changes in ZC since 2007, or if the TPP 1.10 Global Tabs instructions are sufficient to pull the data. Or do I need to make the changes that Crazy_Chris outlines and the TPP Global Instructions. I'm not a programmer; but, I am good at following instructions, provided they are clearly written.
I have looked at Numinix 3.0 but most of the custom field names are different than the ones I have created and it modifies ZC 1.5.3 core files.
AJ
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
This is probably going to be a simple thing and it'll be a big DUH, but I haven't been able to figure it out. I would like to change the "Attributes" tab to read "Product Options". Can anybody point me in the right direction? Thanks much!
Oh, and fantastic mod! It's solving a big issue I have with one site.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
RescoCCC
This is probably going to be a simple thing and it'll be a big DUH, but I haven't been able to figure it out. I would like to change the "Attributes" tab to read "Product Options". Can anybody point me in the right direction? Thanks much!
Oh, and fantastic mod! It's solving a big issue I have with one site.
Did you try the language file for TPP? There should be one in the extra definitions folder.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Geez, I'm feeling pretty stupid. Thanks!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
How to switch order of "reviews" with "custom tabs"?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
khejit
How to switch order of "reviews" with "custom tabs"?
Alright, I learned to use Custom Tab Tags and this question expired. Of course I wanted custom tab with different content for each product, and this is impossible with Global Custom Tab1, Global Custom Tab2 etc. It's also easy to manage order of custom tabs when using tags.
Sorry for ill question :bangin:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I have tried everything I can think of to get this to work. I can get global settings to work but not custom tabs. Each of my products may have different tabs so global settings wont be appropriate. I have used the example coding for including the tabs through the product page but I cannot get it to show any tabs. If I copy and paste the example text:
This is text above the tabs.
<!--%Product Description%-->
This is the main product description.
<!--%Extra Specs%-->
This is where you can add custom stuff as you wish. You can have as many
tabs as you want.
<!--%BlahBlah%-->
This is another tab named BlahBlah
I get the text to show but no tabs. I also have no tab headers showing, just the text that should under the tabs. Any ideas would be very welcome.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
It has been a long time since I used these, but did you enter the end tag? <!--@EndTabs@-->
I vaguely remember having issues when I did not include that.
-
1 Attachment(s)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi FiberDawn. Thanks for your reply. I think the coding must have changed since you used it because I can't find that piece of code anywhere in the instructions. I tried it anyway and it didn't work.
After playing with it for quite some time all is resolved. My issue was that I had not turned on the tabs globally. I turned all global tabs off which stopped custom tabs from showing. I resolved this when I disabled all of the unwanted tabs so that only the custom tags would show when global tabs are enabled. I think that makes sense.
I did have another issue come up though which again I have solved. I really didn't like the layout of the product info page and I had a hell of a job trying to get it to display in the same format as my old version. In the end I had to place parts of the page into a table format in order to stop parts of the description appearing in between the product image and the price/add to basket block that I have now moved to the top next to the product image. I have included a snapshot for anyone who may want to do something similar.
Attachment 14659
If anyone wants to used this code message me and I will be happy to share. I will upload it here when I have cleaned it up a bit and have a bit more time.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Axeman
Hi FiberDawn. Thanks for your reply. I think the coding must have changed since you used it because I can't find that piece of code anywhere in the instructions. I tried it anyway and it didn't work.
This code is indeed in the readme file under the "How to Use" & "Notes & Demos" tabs.. the functionality/purpose of that tag has not been altered..
Quote:
Originally Posted by
Axeman
After playing with it for quite some time all is resolved. My issue was that I had not turned on the tabs globally. I turned all global tabs off which stopped custom tabs from showing. I resolved this when I disabled all of the unwanted tabs so that only the custom tags would show when global tabs are enabled. I think that makes sense.
Covered in the readme file under the "Notes & Demos" tab..
Quote:
Originally Posted by
Axeman
I did have another issue come up though which again I have solved. I really didn't like the layout of the product info page and I had a hell of a job trying to get it to display in the same format as my old version. In the end I had to place parts of the page into a table format in order to stop parts of the description appearing in between the product image and the price/add to basket block that I have now moved to the top next to the product image. I have included a snapshot for anyone who may want to do something similar.
If anyone wants to used this code message me and I will be happy to share. I will upload it here when I have cleaned it up a bit and have a bit more time.
Personally I don't think the use of tables is necessary or desired particularly if you have any notion that your site will be responsive.... the product page layout/order can be pretty easily modified, and CSS can be used to control the placement of items so that you avoid things like the product description appearing in the wrong place. An example of this in action can be see here:
http://tlwtestsite.tablelegworld.com...iameter-column
or here:
http://www.eyeitalia.com/shop/index....roducts_id=362
Both of these layouts are done SANS tables..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quickie question - I upgraded a cart from 1.3.9h so upgraded the Tabs mod. I turned off the Reviews Tab but the reviews do not show at all now. Is this expected behavior because it was a surprise to me.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
delia
Quickie question - I upgraded a cart from 1.3.9h so upgraded the Tabs mod. I turned off the Reviews Tab but the reviews do not show at all now. Is this expected behavior because it was a surprise to me.
Not behavior I would expect either.. I'll have to test and see if this behavior can be repeated..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello,
Tabs appearing like
Description
Details
Customers Also Purchased
Reviews
How I can change sort order so they appear like
Details
Description
Customers Also Purchased
Reviews
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi
Does this module work on tablet and mobile devices?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
dharrison
Hi
Does this module work on tablet and mobile devices?
If by "work on tablet and mobile devices" you actually are meaning to ask is it responsive on tablet and mobile devices?? Then the answer is no.. The tabs will "work", but on a mobile device they will likely look like a shrunken version of what you see in the desktop view.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello,
Tabs appearing like
Description
Details
Customers Also Purchased
Reviews
How I can change sort order so they appear like
Details
Description
Customers Also Purchased
Reviews
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
jsarwar
Hello,
Tabs appearing like
Description
Details
Customers Also Purchased
Reviews
How I can change sort order so they appear like
Details
Description
Customers Also Purchased
Reviews
I've never done it so I can'r help provide any details on HOW, but I'm fairly certain that you'd have to make changes to the tabs in the TPP includes/module file.. However, the way TPP currently works is that if there is no product description NONE of the other tabs will work.. I say this because I am sure that this will impact the change to the order of the tabs.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
I've never done it so I can'r help provide any details on HOW, but I'm fairly certain that you'd have to make changes to the tabs in the TPP includes/module file.. However, the way TPP currently works is that if there is no product description NONE of the other tabs will work.. I say this because I am sure that this will impact the change to the order of the tabs.
Yes I agree with you. I have been tweaking code in module/tabbedpro file but nothing working so far.
I hope anyone have done this and can post here.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
Great mod.. Installed and worked on the 1st try! I only have one question: The reviews tab includes the "Write a Review" button.. However there is also a "Write a Review" button at the bottom of the product page. How do I get rid of one or the other of these buttons.. I think I'd prefer that the reviews tab not contain the "Write a Review" button.. I think I'd like the reviews tab for just displaying product reviews..
DivaVocals: Greetings.
You said "The reviews tab includes the 'Write a Review' button..". Somehow the button doesn't show up on the Reviews tab on my site (http://angelcorp.net/test/zencart/in...products_id=92), even after I set "TPP - Global Reviews Tab" to 1.
For the "Write a Review" button at the bottom of the product info page, I can hide it by setting "Show Product Reviews Button" to false from Catalog/Product-Type/Product-General/Edit-Layout.
I prefer the "Write a Review" button stay on Review tab only but not at the bottom of the product info page. Could you tell me how I can achieve that?
Thank you and mc12345678 for directing me here from http://www.zen-cart.com/showthread.p...nside)-one-tab.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
scott_ease
DivaVocals: Greetings.
You said "The reviews tab includes the 'Write a Review' button..". Somehow the button doesn't show up on the Reviews tab on my site (
http://angelcorp.net/test/zencart/in...products_id=92), even after I set "TPP - Global Reviews Tab" to 1.
For the "Write a Review" button at the bottom of the product info page, I can hide it by setting "Show Product Reviews Button" to false from Catalog/Product-Type/Product-General/Edit-Layout.
I prefer the "Write a Review" button stay on Review tab only but not at the bottom of the product info page. Could you tell me how I can achieve that?
Thank you and mc12345678 for directing me here from
http://www.zen-cart.com/showthread.p...nside)-one-tab.
The post of mine you quoted is from YEARS AGO, and the issue I asked about has LONG been resolved, and incorporated into the TPP module for many years now.. If you are running the LATEST version of TPP, the reviews button shows inside the tab..
If you have the LATEST version of TPP and it is installed correctly, AND you haven't made other changes to the product_info page which would affect the tabs behavior, then simply turning on the reviews tab will correctly display the reviews tab and the reviews button..
Suggest checking your installation and make sure you have all the right code in the right places.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi all!
I have a Msql error when activate the TPP :( anyone can help me with this?
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-0, 0' at line 6
in:
[SELECT r.reviews_id, left(rd.reviews_text, 100) as reviews_text, r.reviews_rating, r.date_added, r.customers_name FROM reviews r, reviews_description rd WHERE r.products_id = 1183 AND r.reviews_id = rd.reviews_id AND rd.languages_id = 1 and r.status = 1 ORDER BY r.reviews_id desc limit -0, 0]
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
GsMafia
Hi all!
I have a Msql error when activate the TPP :( anyone can help me with this?
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-0, 0' at line 6
in:
[SELECT r.reviews_id, left(rd.reviews_text, 100) as reviews_text, r.reviews_rating, r.date_added, r.customers_name FROM reviews r, reviews_description rd WHERE r.products_id = 1183 AND r.reviews_id = rd.reviews_id AND rd.languages_id = 1 and r.status = 1 ORDER BY r.reviews_id desc limit -0, 0]
Link to site.. otherwise we'll be guessing..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Re: #2142
Thank you, DivaVocals. I'm still living in dinosaur age and was using TabbedProductsPro_1.09. The newest version Tabbed Products Pro v1.10 gave me what I'm looking for.
Those who will upgrade the version on your server remember to backup 'tpl_product_info_display.php' at least. I didn't notice the file change and lost my customization. Fortunately I still have fresh memory.
Thanks again to all contributors and the forum.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
scott_ease
Re: #2142
Thank you, DivaVocals. I'm still living in dinosaur age and was using TabbedProductsPro_1.09. The newest version Tabbed Products Pro v1.10 gave me what I'm looking for.
Those who will upgrade the version on your server remember to backup 'tpl_product_info_display.php' at least. I didn't notice the file change and lost my customization. Fortunately I still have fresh memory.
Thanks again to all contributors and the forum.
Actually the recommended way to handle an upgrade is to use a file comparison program like WinMerge or Beyond Compare to compare the files on your site to the files in the install package and carefully merge the files..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
If by "work on tablet and mobile devices" you actually are meaning to ask is it responsive on tablet and mobile devices?? Then the answer is no.. The tabs will "work", but on a mobile device they will likely look like a shrunken version of what you see in the desktop view.
Yes i was referring to responsive. That's a shame, because its ideal for our needs. Maybe I'll have a little tinker offline and see if I can come up with something.
Additional images plays up a bit. On a couple of our products it works fine, but on most of them, they do not appear at all. Is that purely because we're on 1.5.1?
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
dharrison
Additional images plays up a bit. On a couple of our products it works fine, but on most of them, they do not appear at all. Is that purely because we're on 1.5.1?
NO idea what you mean.. Posts some example product links.. Otherwise TPP works JUST FINE with v1.5.1..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Sure thing, Diva. I should point out that this is only a test site at the mo (hence the IP Address etc).
http://212.113.133.235/~shaftparalle...products_id=35 works fine
http://212.113.133.235/~shaftparalle...products_id=28 doesn't
Both have 2 additional images added.
Also I weren't referring to TPP not working well with 1.5.1, I was referring to the additional images module potentially not working. I am sure I read you saying something similar earlier on in this thread. :smile:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
dharrison
If I had to guess I'd say your lightbox module or your template is the culprit here.. No way TPP would prevent additional images from working..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hmm... I checked the old template as well and it still acts tempremental. It only shows on a couple of pages.
As the guy is using the additional images uploader for technical drawings for another tab, I have created a workaround so he can select the images to include in the gallery.
How I can disable additional images on the tab setup, so they do not show up automatically for the 2 pages that it does work on? :smile:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
dharrison
Hmm... I checked the old template as well and it still acts tempremental. It only shows on a couple of pages.
Let me be clearer then.. The additional images behavior you are describing is NOT caused by TPP. The culprit is some other module you have installed which is interfering with the behavior of the additional images (which TPP does NOT)
Quote:
Originally Posted by
dharrison
As the guy is using the additional images uploader for technical drawings for another tab, I have created a workaround so he can select the images to include in the gallery.
and this module might be your culprit... IJS
Quote:
Originally Posted by
dharrison
How I can disable additional images on the tab setup, so they do not show up automatically for the 2 pages that it does work on? :smile:
It's a GLOBAL setting.. That means it's ON or OFF.. That said you could follow the instructions in the readme for manually adding the tabs you want to those specific products.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I have turned off aditional Images to make life easier. Thanks for your help Diva :smile:
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
May I ask how I could go about turning off the info tab ,as it is not really required now
using version 1.09 1.5.3 zen
thanks
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Looking for advice on how to get Numinix product fields to show up under the Details tab.
ZC 1.53, TPP v1.10 Numinix Master (latest)
in modules/tabbed_products_pro I added "or ($flag_show_product_info_upc == 1 and $products_upc != '')" after !empty($manufacturers_name) in the $bDetailsOnTab section
and added "$fmtDOT .= (($flag_show_product_info_upc == 1 and $products_upc != '') ? '<li>' . TEXT_PRODUCTS_UPC . $products_upc . '</li>' : '') . "\n";" after the quantity line in the $bDetailsOnTab section.
The template page is already mergred for both numinix and TPP.
I did install TPP before the NPF not sure if that makes a difference?
Thanks
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Hello All,
I'm running Zen 154 with TPP 1.1 and I'm now installing CSS JS Loader 3.0.2. When I turn on "css minify" in CSS JS Loader it removes the styling for TPP only. In reading this thread I see that TPP at one time used CSS JS Loader but no longer does.
Questions....
Is there a way to get TPP 1.1 and CSS JS Loader 3.0.2 to play nicely?
Or do I have to revert back to TPP 1.0.6c which used CSS JS Loader?
Any help would be appreciated. Thank you.
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Quote:
Originally Posted by
kcb410
Hello All,
I'm running Zen 154 with TPP 1.1 and I'm now installing CSS JS Loader 3.0.2. When I turn on "css minify" in CSS JS Loader it removes the styling for TPP only. In reading this thread I see that TPP at one time used CSS JS Loader but no longer does.
Questions....
Is there a way to get TPP 1.1 and CSS JS Loader 3.0.2 to play nicely?
Or do I have to revert back to TPP 1.0.6c which used CSS JS Loader?
Any help would be appreciated. Thank you.
Took out CSS JS Loader because it never should have been bundled in with TPP to begin with.. reverting to TPP v1.06 is a BAD idea as it's written for an older version of Zen Cart, and is NO LONGER SUPPORTED..
You need to direct CSS JS Loader questions to the CSS JS Loader support thread.. They can better guide you through getting it to work with TPP..
(and YES this is a CSS JS Loader support question)
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Thanks DivaVocals, I'll do that!
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Hello, I just installed this but not sure how to get it to look the way I need it to look. Have read over most of this thread and more confused now then ever. Here is what I need it to look like.... (forgive me but for some reason I can not hit enter in this forum and start a new paragraph) On the product page I need for the Title and the Price right where it is to the right of the pic...BUT I need the Description to be back up there too where it was (instead of on one of the tabs). I then need to rename the tabs so that one says Product (not description text but a more detailed description of the product), Ingredients, Usage and on one product an additional tab that says FAQs. Can someone please point me in the right direction to accomplish this. I will be forever grateful as I am in the middle of "foggy brain" syndrome (if you're a woman you will get this! :lookaroun). Thanks in advance!
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
For the most part, you're going to have to learn how to configure this yourself. TPP has CONFIGURATION settings in ADMIN that need to be set, or un-set, as the case may be.
Also, the module has its own tpl_product_info_display.php file - so if you loaded this over your existing file of that name, it has over-written the original.
You should have a backup of your original file - and you can use this as a guide to how to configure the TTP version's PHP to retain the structure you want.
TABS are activated/deactivated in the admin configuration area.
Within the module are instructions of how to embed a specific HTML tag-set to "create" a tab of your choice.
In the module package, locate the file doc/readme_tabbed.html and look at the instructions.
The TAB SETS are what you will focus on...
Quote:
Create Tabs for your product(s)
To create a tabbed view for your items, you simply add the proper tags to the product description area when adding or modifying a product from the admin
This: <!--% is the opening tag
This: %--> is the closing tag
Anything in between is the title of the tab.
Example:
This is text above the tabs.
<!--%Product Description%-->
This is the main product description.
<!--%Extra Specs%-->
This is where you can add custom stuff as you wish. You can have as many
tabs as you want.
<!--%BlahBlah%-->
This is another tab named BlahBlah
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
I'm simply trying to increase the font size of the tab labels. I've found that I believe it's a global size, which I don't want to increase for the entire site. I'm using the default css (alt_tpp_tabs13.css) file. Preferably I'd like to maximize (%) the tabs to fill a single row, increasing the size of the text to match. I noticed right now that it is a set size based on whether I'm on a desktop vs mobile browser (mobile browser puts 2 rows whereas desktop puts 1).
Thanks
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Quote:
Originally Posted by
PeauProductions
I'm simply trying to increase the font size of the tab labels. I've found that I believe it's a global size, which I don't want to increase for the entire site. I'm using the default css (alt_tpp_tabs13.css) file. Preferably I'd like to maximize (%) the tabs to fill a single row, increasing the size of the text to match. I noticed right now that it is a set size based on whether I'm on a desktop vs mobile browser (mobile browser puts 2 rows whereas desktop puts 1).
Thanks
Haven't got a CLUE what it is you are trying to do.. A link to your site might help.. An example of what you want would REALLY help..
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Link to Site: HERE
The text in the tabs, for example "Product Description", "Specifications", etc is too small. Need to increase the font size.
I tracked the font size down to a global body page size, which when increased does indeed increase the tab text size, but I don't also want to increase the text globally on the page, I want to do it only for the tabs' text. As I mentioned, I wasn't able to do it in the associated css file (alt_tpp_tabs13.css) for tpp, since changing it didn't do anything. The beginning of the "document_product_info.css" file says @import "tpp/alt_tpp_tabs13.css";. I do see the font size is default at 93%. I like the idea of using a percent and not a defined size value so it scales.
More information let me know, thanks.
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
add a font-size over 100% in alt_tpp_tabs13.css around line 34
Code:
#slidetabsmenu a span {
float:none;
font-size:120%;
}
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Didn't know I could go over 100%. Thanks! :D
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Does this work with responsive templates as I have been told it doesn't ... I tried on a test site and it does the same thing ,everything is out of position and some tabs don't work like extra images... If this is the case is there a alternative option as I have seen some website with completely different tab styles
-
1 Attachment(s)
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Quote:
Originally Posted by
Andy-C27
Does this work with responsive templates as I have been told it doesn't ... I tried on a test site and it does the same thing ,everything is out of position and some tabs don't work like extra images... If this is the case is there a alternative option as I have seen some website with completely different tab styles
I'm using it with the default responsive theme and if the screen isn't wide enough then the tabs span more than 1 row, I haven't looked into how to make it look better
Attachment 14983
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Quote:
Originally Posted by
Andy-C27
Does this work with responsive templates as I have been told it doesn't ... I tried on a test site and it does the same thing ,everything is out of position and some tabs don't work like extra images... If this is the case is there a alternative option as I have seen some website with completely different tab styles
Nope.. and I haven't had time to submit the responsive version of this.. sorry..
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
I installed this on a few responsive websites in the past couple days and a easy way to make it responsive is to add this to the bottom of the .css file
I am using the default theme alt_tpp_tabs13.css
@media (min-width:0px) and (max-width:480px){
#slidetabsmenu a {
min-width:100%;
text-align:center;
}
}
@media (min-width:481px) and (max-width:767px){
#slidetabsmenu a {
float:left;
min-width:49%;
text-align:center;
}
}
Quote:
Originally Posted by
SignTorch
I'm using it with the default responsive theme and if the screen isn't wide enough then the tabs span more than 1 row, I haven't looked into how to make it look better
Attachment 14983
-
1 Attachment(s)
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
thanks, that's definitely an improvement, and a good example, I'm new to all this responsive stuff...
Attachment 14985
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
Glad this worked for you!
-
Re: Tabbed Products Pro (TPP) Question RE: 1.1 and CSS JSLoader 3.0.2
whoa forgot about my post ,thanks for the update ,will have to look into this too at some stage as am upgrading everything to get ready for the change over 1 day soon .Although I thought it was tabs causing the issue till I started again but it is actually css loader causing issues too ,but that's another problem
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello,
Is there a preview available for this?
Regards
Christopher
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
not an official one but take a look at simonbbc.com for an example.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I just sent the files for approval for my latest version of Product Extra Fields which now enables you to have them display on a new tab. It will be sometime before the new version is up on ZenCart.com so pm me if you want them before they go up.
That mod is located here: http://www.zen-cart.com/downloads.php?do=file&id=926
Forum thread here: http://www.zen-cart.com/showthread.p...pdfs-and-flash
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Can I ask is tabs responsive friendly ... I am having real issues getting it to work when I add it to my site
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Andy-C27
Can I ask is tabs responsive friendly ... I am having real issues getting it to work when I add it to my site
Your question was answer from the last time you asked this.. (suggest going back a page or two..)
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
oops, forgot about that post ....Still having issues with my responsive template and can't get it to work right ..Will try suggested info
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thanks for yet another great plugin. Works perfectly on our responsive theme.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Dearest Diva, Beautiful Goddess of Zen, Keeper of the Law, Merciful Dispenser of Wisdom,
I am once again attempting to use TPP on an EZpage for a zc154. I have done it before (thanks to your help!), here is the solution I came up with:
https://www.zen-cart.com/showthread....63#post1217363
I remember that breakthru like it was yesterday. It worked perfectly and I decided to use it again today, immediately after installing the latest TPP. As you can see, I have installed TPP and it is working perfectly:
http://justmedicalequipment(DOT)com/...&products_id=1
So I copy/pasted the code found in the link above into an EZpage. Here is the result:
http://justmedicalequipment(DOT)com/...page=page&id=4
I then went back to the original conversation you and I had, followed all the steps to get there (went back to your ReadMe docs and rebuilt code modeling after you)... still no dice!
Please don't yell at me! I'm just trying to figure out why that solution no longer works.
Does anybody else use TPP on EZpages? If so, how are you doing it? Can you please post a code/html example?
Thanks!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I created a separate forum thread for the problem above.
In the even anybody else stumbles in here wanting to...
- use tabbed product pro on an ez-page
- use tabbed product pro on a category description page
- use tabbed product pro on an other type of page not covered by the mod
...then you will find step-by-step directions here:
https://www.zen-cart.com/showthread....o-on-an-EZpage
Good luck!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Has anyone had issues with Chrome's Dynamic Price Updater plugin not working with TPP? I am not sure if it is something with TPP or Zen Cart 1.5.4 and figured I would ask here since I have yet to receive a response from Chrome's support thread on this.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi,
I would like to have Custom Tab 1 display in every page except two products, and have Custom Tab 2 to display on that two products (products_id=522, 523). Actually tab 2 is very similar to tab 1, but we need to do this, because pre-order products need 4 weeks to delivery, and other products only need 2-3 working days.
I'd found the code in #2093, which can display the Custom Tab in certain products.
PHP Code:
$bCustom2_Tab = strpos($proddata, "<!--#CustomTab2#-->");
Below is the capture of product 523, which I have added the <!--#CustomTab2#--> code.
Product link: Here
http://oi61.tinypic.com/119347o.jpg
How can I restrict Custom Tab 1(Delivery Details) from product #522 and #523?
Guess this can be done with sql, just don't know how.:down:
Thanks,
Eva
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hello,
I searched this thread but did not find solution. Its over 200 pages so not sure if this have been answered before.
How I can select different tab than description to load by default. I don't want description tab to display by default instead want it to be number 2 or 3 in row and user can click to view it. Thank you!
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
My product images are displaying the full width of the website. How do I constrict them to a certain size?
-
3 Attachment(s)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I am using zc version 1.5.5a
I have two questions...
1) How can I remove product description information on the product listing page.
here is my Product Description text
<!--%Product Description%-->
<div align="center" style="padding-top:20px;">
<div align="center" style="max-width:900px;"><img src="/store/Products/00821-a.jpg" /></div>
<div align="center" style="max-width:900px;padding-top:40px;"><img src="/store/Products/00821-b.jpg" /></div>
<div align="center" style="max-width:900px;padding-top:40px;"><img src="/store/Products/00821-c.jpg" /></div>
<div align="center" style="max-width:900px;padding-top:40px;"><img src="/store/Products/00821-d.jpg" /></div>
<div align="center" style="max-width:900px;padding-top:40px;"><img src="/store/Products/00821-e.jpg" /></div>
<!--*sub_AddToCart(1)*-->
</div>
<!--%Details%-->
<div style="padding:20px 0 20px 0; font-size:16px; font-weight:bold;">
PV: 2,800<br>
Weight: 2.5 kg
</div>
<!--%Shipping/Exchange/Return%-->
<div style="padding:20px 0 20px 0;">
My shipping, exchange and return info goes here
</div>
<!--@EndTabs@-->
The information in "Details" and "Shipping/Exchange/Return" is showing on the product list page.
Attachment 16542
2) How can I change the look of the "Add to Cart" quantity box? I want to put a black border around it. Below are two pics.
This is the current look (I have outlined the area in question with a red box). Left is original state and right is after clicking inside the box.
Attachment 16543
This what I want it to look like. again... Left is original state and right is after clicking inside the box.
Attachment 16544
Thank you
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I found the answer to question #1 :D
and I removed this line... <!--*sub_AddToCart(1)*-->
I found it wasn't necessary. "Add to Cart" is at the bottom of every tab.
Now I just need to change the look of the quantity boxes.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Kuya
Now I just need to change the look of the quantity boxes.
You should post this as a new question in the forum as it's more of a template/CSS change, and NOT a TPP specific solution..
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Has anyone had an issue with embedded YouTube Videos used in tabs? Specifically, it appears to be an iOS issue because they won't load in iPhone or iPad, but they will on Android and OSX desktop. I'm running version 1.1 on Zen Cart 1.5.4. All other tab behavior seems to work, but I can't narrow down the issue preventing YouTube videos to display in the tab.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi there
Sorry to ask a silly question...
I am selling food items and i want to display a Tab which is labelled ingredients.
Each item i sell will have its own ingredients tab which will be different every time with a new product etc.
How can I do this or can this not be done ???
Thanks
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I do not recall the exact procedure, but it is described in the readme very clearly.
You can use the standard description field, and add a special tag around the text that needs to be added to the new tab.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thank you very much, i will give that a try.
Thanks
Quote:
Originally Posted by
Design75
I do not recall the exact procedure, but it is described in the readme very clearly.
You can use the standard description field, and add a special tag around the text that needs to be added to the new tab.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi Thank you for your help. I have it all sorted out now. Thanks
-
1 Attachment(s)
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I am using Tabbed Products Pro v1.20-for155 with Zen Cart v1.5.5e. Current PHP version: 5.6
On the product page the label for product prices appears twice. Price: Price:
Image Below
Attachment 16962
It doesn't happen when I switch to a template that doesn't use the plugin.
Otherwise, I love the plugin and am still going to use it even if I can't fix this problem.
-
Re: Using Tabbled Products Pro with Boilerplate Fix
FYI This also works in 1.5.5e
It really is a handy coupling especially for any product that could use a highlight like I needed for Cosmetic products to highlight a special ingredient
Dan
Quote:
Originally Posted by
bubbadan
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
-
2 Attachment(s)
Re: Using Tabbled Products Pro with Boilerplate Fix
Revisiting this module after a long time. I remember there was a discussion some time ago about the responsiveness of this mod. Can't find that discussion anymore, but since I need this mod for a new project I thought to give ti a go. See the pictures for the result. It is not final yet, but the start is there. As soon as I have some time, I will pour this into a new version of this mod.
Attachment 17303Attachment 17304
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I really like this add on. But did have difficulty installing and changing files, etc. Ended up removing it. If anyone can guide through the steps when I re-attempt another install, I'd be grateful. I'm also willing to pay to have someone install it for me.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
AnthonyEnnis
I really like this add on. But did have difficulty installing and changing files, etc. Ended up removing it. If anyone can guide through the steps when I re-attempt another install, I'd be grateful. I'm also willing to pay to have someone install it for me.
At which point are you getting in trouble?
there is only one file that needs editing, and that is "/includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php". the readme explains how to make the changes.
-
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thanks, I probably missed a step. I'm very new to Zen Cart. I'll reinstall and put if I run into any problems.