Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Upgrade to the latest version.. The WordPress integration (which causes issues) was removed in the last version available..
Quote:
Originally Posted by
jameszxc
Hi,thank you for your prompt reply, to be honest, I installed SQL, but it can not work! Finally I check the catch fold, I find the Promblem,But I do not know how to solve it!
It was something some with wordpress! I merged wordpress on my zencart! If I log in my admin turn off WOZ, My site work well! the error shows as follow:
PHP Code:
[18-Dec-2011 12:15:48] PHP Warning: require_once(/var/www/zc138/wordpress/wp-config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39
[18-Dec-2011 12:15:48] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/zc138/wordpress/wp-config.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39
I check ed init_woz.php on line 39,it as follows:
PHP Code:
require_once(ABSPATH . 'wp-config.php');
wp();
any one can help?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
Upgrade to the latest version.. The WordPress integration (which causes issues) was removed in the last version available..
Thank you DivaVocals, I have uninstalled WOZ, I installed "wordpress_on_zencart__sideboxes_only_edition_v_1-0" instead! Though it can not load my site's template, but it can work with tabbed product pro! Now My site is going on well!
Thank you everyone for helping me out! I learnt much here!:clap:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Just InstalledTabbed products Pro.
works fine but when I use inspect element in Firefox or Chrome, the css seems very long and strange. and the corresponding line is wrong. Before the installation everything was normal.
http://www.koufetakia.gr/eshop
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Adding Global Tabs
In case anyone is having problems creating global tabs (I noticed some fairly recent posts on this). I found that using the info in the .pdf help file worked, eventually.
The sample code in that file reads:
PHP Code:
$fmtShipEst .= "This is warranty information for our products. We want you to know that our products have a 100% guarantee."
$fmtShipEst .= "Thank you for shopping with us. If you have any questions, call us at 1-800-111-2222."
but should have a semi-colon at the end of each line, as in:
PHP Code:
$fmtShipEst .= "This is warranty information for our products. We want you to know that our products have a 100% guarantee.";
$fmtShipEst .= "Thank you for shopping with us. If you have any questions, call us at 1-800-111-2222.";
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I must be missing something in the instructions, because I can't get this to work properly.
I have installed TTP 1.0.7 on ZC 1.3.9 but it is not displaying the tabs.
I have enabled 'TPP - Global Enable Tabs', 'TPP - Global Product Description Tab' and 'TPP - Global Reviews Tab'
It display links (that function as expected when clicked) but no tabs at all. It's like it cannot find the css files. And yes, I've checked. The css files are in
/site/store/includes/templates/theme/css/tpp
I've only added those files mentioned in the Tabbed Products Pro v1.07/doc/readme_tabbed.html files "Installation" tab.
Help?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Ok. Found the Read Me file that says to move css files to the main css dir and rename them. Maybe that would be in the install instructions in a future upgrade.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
God's... it's me again!
I'm not sure what I'm missing .... but the HTML code in the product description field is being ignored by TPP (except <br>). I've checked other contrib users sites, and their HTML formatting is working fine.
Any pointers?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
satyros
Just InstalledTabbed products Pro.
works fine but when I use inspect element in Firefox or Chrome, the css seems very long and strange. and the corresponding line is wrong. Before the installation everything was normal.
http://www.koufetakia.gr/eshop
I have one more question that is also unanswered. If I want to uninstall Tabbed Products Pro, what should I do, especially about the database. As far as I know most modules have an uninstall.sql patch. It totally destroyed my css structure.
Thanx in advance
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
CabernetCat
Ok. Found the Read Me file that says to move css files to the main css dir and rename them. Maybe that would be in the install instructions in a future upgrade.
Hi. I am having the same problem in that after going through the installation and double checking the steps, the product tabs are still not showing. I have read the Readme file in the css/tp folder and am confused.I tried out the steps but still am unsuccessful. Would be grateful if you could detail out the baby steps you use.
Thank you
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Vanni
Hi. I am having the same problem in that after going through the installation and double checking the steps, the product tabs are still not showing. I have read the Readme file in the css/tp folder and am confused.I tried out the steps but still am unsuccessful. Would be grateful if you could detail out the baby steps you use.
Thank you
if installation is correct and still you are not seeing the tabs. possible problem can be tpp file and folder Permissions.
they may not be set to 755 for folder and 644 for file . they might have lower permission.