zencart - CMSMS integration

General project discussion. NOT for help questions.
Post Reply
barry cooper
Forum Members
Forum Members
Posts: 63
Joined: Fri Jul 13, 2007 6:49 am

zencart - CMSMS integration

Post 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
scanreg
Forum Members
Forum Members
Posts: 19
Joined: Sun Nov 04, 2007 2:24 pm

Re: zencart - CMSMS integration

Post by scanreg »

Extremely interested in this, would be great  ;D
mvandiermen
Forum Members
Forum Members
Posts: 83
Joined: Mon Nov 03, 2008 1:28 pm

Re: zencart - CMSMS integration

Post 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
Post Reply

Return to “General Discussion”