Page 1 of 1

zencart - CMSMS integration

Posted: Sat Feb 23, 2008 12:14 pm
by barry cooper
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

Re: zencart - CMSMS integration

Posted: Sun Feb 15, 2009 3:39 pm
by scanreg
Extremely interested in this, would be great  ;D

Re: zencart - CMSMS integration

Posted: Tue Mar 22, 2011 5:24 pm
by mvandiermen
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

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=';
}
?>
I can use this to integrate anything into cmsms