Excellent..
Printable View
hello, misty
thanks for your quick response.
Great, it is actullay a successful site. Maybe i made some mistake. i will check carefully later.
thanks again.:frusty:
http://dezinacart.co.uk
is using zencart 1.38a, with WOZ zencart mod
VERSION 1.3 and Wordpress 2.9, just following Hira's
install instructions in Woz zip, re WordPress integration...
HTH
Indeed you may have, and without a link to your site, can't say what..
Links to my test sites (and Misty's site and other working sites are posted ALL through this thread..)
http://zen138blog2.overthehillweb.co...page=wordpress
http://zen138blog1.overthehillweb.co...page=wordpress
You wrote there:One should add the closing div-tag too. So the replacement ofQuote:
3. Go to "includes/templates/template_default/sideboxes". Open all of the WOZ sidebox files and look for this line $content .= '<ul>'.$out.'</ul>';
Just above this line add this: $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
This will format the WOZ sideboxes to look like your store's other sideboxes
should look like this:Code:$content .= '<ul>'.$out.'</ul>';
:wink:Code:$content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
$content .= '<ul>'.$out.'</ul>';
$content .= '</div>';
I do have one fix to for the multi-site-installation. I guess, that the server could handel a "wrong" config in includes/extra_configures/wordpress-config.php like:But I do not like a site on domain2.com have paths with domain1.com in some config-file. So I resolved this this way:Code:define('ABSPATH','/home/httpd/vhosts/domain1.com/httpdocs/theblog/');
I still didn't test it with the other domains, but I guess it works too, as it does with "domain1.com".Code:
// fix for zen-cart and wp in multidomain-installation
$domain = strtolower($_SERVER["HTTP_HOST"]); // get domain
if(substr($domain,0,4) == 'www.'){ // test if domain is with "www." or not
$domain=substr($domain,4); //get rid of "www."
}
// build the path
define('ABSPATH','/home/httpd/vhosts/'.$domain.'/httpdocs/theblog/'); // Please end of this in "/".
Dont see why that statement should be true...Quote:
Does it means that the WOZ mod conflict with SEO mod, right
woz works with rss and should work with conor's mod below because specifics
can be set per page
http://www.zen-cart.com/index.php?ma...oducts_id=1269