ShopMadeSimple and CMSMS version Topic is solved

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Duketown

Re: ShopMadeSimple and CMSMS version

Post by Duketown »

tomestat,

Locate the following in ShopMadeSimple.module.php in directory modules\ShopMadeSimple:

Code: Select all

function MaximumCMSVersion() {
		return '1.9.2';
	}
Change the '1.9.2' or what is there in your situation to:

Code: Select all

function MaximumCMSVersion() {
		return '1.9.4.1';
	}
That means it may be installed correctly. I have not tested it however against that version.

Duketown
Post Reply

Return to “Modules/Add-Ons”