Hi,
Does anybody have an example of CMSMS with zencart integration I can look at?
Admin and live pages if possible.
I am quoting for an ecommerce job, and was looking at zencart with wordpress, but much prefer CMSMS. Does the zencart port offer all of the normal zencart functionality?
regards
Barry
zencart - CMSMS integration
-
- Forum Members
- Posts: 63
- Joined: Fri Jul 13, 2007 6:49 am
Re: zencart - CMSMS integration
Extremely interested in this, would be great 

-
- Forum Members
- Posts: 83
- Joined: Mon Nov 03, 2008 1:28 pm
Re: zencart - CMSMS integration
tutorial on how to include* cms made simple template into zencart; very good
Here: http://www.studio-owens.com/blog/CMS-Ma ... ration.htm
If that link does not work try: http://replay.waybackmachine.org/200903 ... ration.htm
If you dont have pretty urls installed you will need to use this instead tutorial instruction code
I can use this to integrate anything into cmsms
Here: http://www.studio-owens.com/blog/CMS-Ma ... ration.htm
If that link does not work try: http://replay.waybackmachine.org/200903 ... ration.htm
If you dont have pretty urls installed you will need to use this instead tutorial instruction code
Code: Select all
<?php
if ($_SERVER['SERVER_PORT'] == '443') {
$cmsmsURL = 'https://www.123.com/index.php?page=';
} else {
$cmsmsURL = 'http://www.123.com/index.php?page=';
}
?>