Quote Originally Posted by sachin1234 View Post
I have solved the problem. I commented some line in the extra_configure/wordpress-config.php file

PHP Code:
    /*$i=strlen(DIR_WS_CATALOG);
    $req=substr($_SERVER['REQUEST_URI'],$i,1);
    if($req=='?'){
        $_GET['main_page']='wordpress';
    }*/ 
and just use
PHP Code:
$_GET['main_page']='wordpress'
instead of commented line.
Sounds similar to kiddos fix (http://www.zen-cart.com/forum/showpo...&postcount=565) At least your fix is centered around the same place in the wordpress-config.php as Kiddos fix..

Quote Originally Posted by sachin1234 View Post
After long exploration of files within worpress and zen cart I came into conclusion that zencart dont get ?main_page=wordpress in the URL so that why when we click on the wordpress sidebox link it will redirected me to index page of zen cart
But to be CLEAR, you are trying to get this mod to work with WordPress-MU correct??? I assume part of your problem might have been related to the differences between WordPress-MU and WordPress (since this mod was written specifically for WordPress and NOT WordPress-MU)..