Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I have uploaded the new modules file and that worked for the customers purchased header. Do I have to run the new sql file as well?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Berserker
I have uploaded the new modules file and that worked for the customers purchased header. Do I have to run the new sql file as well?
It would be best, only to keep you on the same level as the contrib. It just removes an extra admin configuration for the cross sell exists option. Won't hurt either way.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Can i install the Pro version on zen cart 1.3.6?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Zaki
Can i install the Pro version on zen cart 1.3.6?
You should be able to, but you might need to manually modify the 1.3.6 tpl_product_display_info.php template for tabs, as the included version was built off of 1.3.8's version and there might be some changes there.
It is quite simple to do still, only 3 code blocks that need to be pasted. One at the top, one at the bottom, and one in the middle where you want the tabs to be.
But you could try the included version to see if it works, as they may have only made minor changes between versions that might be backwards compatible.
Aside from that file, the rest of my code should work as far back as 1.2 maybe :P
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
qhome,
Thanks for your quick response, I'll try that and see.
Also, I'd like to ask another question. On my site i've products with lots of "options" or accessories. I'd like to show the options in its own exclusive tab. Does the Pro version support this? or if not, is there a way to make it happen?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Zaki
qhome,
Thanks for your quick response, I'll try that and see.
Also, I'd like to ask another question. On my site i've products with lots of "options" or accessories. I'd like to show the options in its own exclusive tab. Does the Pro version support this? or if not, is there a way to make it happen?
yes it does support this. It's an option in the admin section
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thank you, you are the best. :clap:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi qhome,
Installed the pro version on 1.3.6, and modified the products info display file in 3 places as you specified in your readme file. Installation and everything worked fine, and TPP config appears in Admin, but the products display page is blank. What do you think could be the issue?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Zaki
Hi qhome,
Installed the pro version on 1.3.6, and modified the products info display file in 3 places as you specified in your readme file. Installation and everything worked fine, and TPP config appears in Admin, but the products display page is blank. What do you think could be the issue?
Its usually due to an error when you were pasting the code snippets. Be sure that you didn't paste it in an open php block without closing it first. For example:
<?php
blah blah
<?php tabstuff ?>
?>
Paste the contents into a PM for me and I will look at it.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
qhome, it was my mistake. I had put the modules php in the custom folder, when I put it in the default folder it worked. Thank a lot for your help. :smile: