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..