Results 1 to 4 of 4
  1. #1

    Default Wordpress On Zencart v1.2 doenst work with google froogle feed v1.3.7!!

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

  2. #2

    Default Re: Wordpress On Zencart v1.2 doenst work with google froogle feed v1.3.7!!

    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 .

  3. #3

    Default Re: Wordpress On Zencart v1.2 doenst work with google froogle feed v1.3.7!!

    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 ?

  4. #4
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart v1.2 doenst work with google froogle feed v1.3.7!!

    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.

 

 

Similar Threads

  1. Froogle/Google Feed
    By threekni in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 24 Mar 2011, 04:59 PM
  2. Google Froogle Feed Not Displaying in Admin/Tools
    By CJ Internet Sales in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Apr 2007, 01:20 AM
  3. Google Froogle Feed Not Displaying in Admin/Tools
    By CJ Internet Sales in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Apr 2007, 10:04 PM
  4. Google/Froogle Feed
    By waveneybooks in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 14 Nov 2006, 03:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg