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 ?