http://www.s-page.net/en/
I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
It may be funny English, but please endure it. (I am weak in English)
[17-Sep-2010 02:18:13] PHP Warning: Attempt to assign property of non-object in /home/truwater/public_html/includes/modules/shipping_estimator.php on line 92
[17-Sep-2010 02:18:13] PHP Warning: Attempt to assign property of non-object in /home/truwater/public_html/includes/modules/shipping_estimator.php on line 124
I installed woz manager and wordpress last night. It all works fine but when i have woz set to true in the configuration menu it breaks my shipping estimator. If i disable woz it works fine.
I also noticed that on your demo site the shipping estimator works fine when you are a visitor. Can you please assist me with what i need to do?
http://www.s-page.net/en/
I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
It may be funny English, but please endure it. (I am weak in English)
Thank you.
Please try the following.
(I added a red part)
includes\init_includes\init_woz.php
Code:if (!defined('IS_ADMIN_FLAG')) { die('Illegal Access'); } if( $_GET['main_page'] == 'popup_shipping_estimator' ){ // do nothing }else if (defined('WOZ_CONFIG_STATUS') && WOZ_CONFIG_STATUS == 'true') {
http://www.s-page.net/en/
I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
It may be funny English, but please endure it. (I am weak in English)
I also disabled my shipping methods one by one to see if one was causing a problem but i dont think any of them were. Also downloaded the latest version of woz and reinstalled everything but that didnt work either. There is no problem with the shipping estimator when you are logged in just if your a visitor?
A mistake was discovered on the last cord.
I'm sorry.
includes\init_includes\init_woz.php
Code:if (!defined('IS_ADMIN_FLAG')) { die('Illegal Access'); } if( $_GET['main_page'] == 'popup_shipping_estimator'; ){ // do nothing }else if (defined('WOZ_CONFIG_STATUS') && WOZ_CONFIG_STATUS == 'true') {
http://www.s-page.net/en/
I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
It may be funny English, but please endure it. (I am weak in English)
Bookmarks