Re: ShopMadeSimple and CMSMS version
Posted: Mon Mar 28, 2011 9:27 pm
tomestat,
Locate the following in ShopMadeSimple.module.php in directory modules\ShopMadeSimple:
Change the '1.9.2' or what is there in your situation to:
That means it may be installed correctly. I have not tested it however against that version.
Duketown
Locate the following in ShopMadeSimple.module.php in directory modules\ShopMadeSimple:
Code: Select all
function MaximumCMSVersion() {
return '1.9.2';
}
Code: Select all
function MaximumCMSVersion() {
return '1.9.4.1';
}
Duketown