I have test one pc and host sever, the mod Wordpress On Zencart v1.2 doenst work with google froogle feed v1.3.7!!
Can anybody or the author solve the problem?
Both of them are wonderful mod ! Better could be compatible with each other...
Thanks..
I have test one pc and host sever, the mod Wordpress On Zencart v1.2 doenst work with google froogle feed v1.3.7!!
Can anybody or the author solve the problem?
Both of them are wonderful mod ! Better could be compatible with each other...
Thanks..
The mod what i have test also included blow mods , and my zencart is 1.3.5.
THe Below mod i have listed are totally compatible with zencart 1.3.5 ,and there are no conflict between each mods as well! BTW the mod are all the latest version..Please attention before you install.
1: Super order
2: css horizental dropdown menu
3: better together
4: cross sell + sell advance
5: google froogle feeder
6: column grid layout
7: image handler 2
8: ultimate SEO URls
9: link manager 3
10: wordpress( only uncomatiple with google froogle feeder ,need solve )
11: social booking mark
12: ask a questions
13rintable pricelist
14: tabbled products lite
15: split login panel
16: quantity discount
17:mzmt shipping
18: dropshipping suppplier interface( need change the code if you have php4 )
19: purchase orders
20: faq moudle
21: shopping cart total
22:news box manager
23: bestsellers thumbnail images
24: direct bank deposit
25: band sign_up
26: zen affiliate
27: popup attribute image
28: add contact us subject
29: fck editor
30: better categories EZ info
31: TY package tracker
33: login box
34: link partner
35: html area image manager
36: Tinymc editor
So they can work together in Zencart 1.3.5 .
Just find out which file in zen_wordpress has conflicted with google foogle feeder.
zen_root\includes\extra_configures\wordpress-config.phpJust find out which file in zen_wordpress has conflicted with google foogle feeder.
zen_root\includes\extra_configures\wordpress-config.php
if(isset($_GET['feed'])){
wp();
gzip_compression();
// require_once('./wordpress/wp-includes/template-loader.php');
require_once('./wp-includes/template-loader.php');
exit();
}
The function code isset($_GET['feed']) do conflit with google froogle. Since there is the same function Line in goolgefroogle.php in zencart root directory!
I know little php , My way to get the worked together is to delete the code
if(isset($_GET['feed'])){
wp();
gzip_compression();
// require_once('./wordpress/wp-includes/template-loader.php');
require_once('./wp-includes/template-loader.php');
exit();
}
}
in wordpress-config.php.
The wordpress still works fine. But i am not sure there will be any hidden trouble in futurn.
DOes any body have other options to change the code ?if(isset($_GET['feed'])){
wp();
gzip_compression();
// require_once('./wordpress/wp-includes/template-loader.php');
require_once('./wp-includes/template-loader.php');
exit();
}
The function code isset($_GET['feed']) do conflit with google froogle. Since there is the same function Line in goolgefroogle.php in zencart root directory!
I know little php , My way to get the worked together is to delete the code
if(isset($_GET['feed'])){
wp();
gzip_compression();
// require_once('./wordpress/wp-includes/template-loader.php');
require_once('./wp-includes/template-loader.php');
exit();
}
}
in wordpress-config.php.
The wordpress still works fine. But i am not sure there will be any hidden trouble in futurn.
DOes any body have other options to change the code ?
Did you ever try replacing the feed in google feeder instead of deleting it in wordpress?
I have wordpress too and I could never get google feeder to work. It's a pain doing ti manually especially since its always changing.