Post by yodapt » Tue Dec 16, 2014 4:52 am

Hi,

I'd like to ask if anyone has already tried out OCMod, and possibly review about it and if it's a better option over vQmod?

Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com


User avatar
Active Member

Posts

Joined
Fri Jun 17, 2011 6:39 pm


Post by yodapt » Tue Dec 16, 2014 10:48 am

From my part so far, OCmod is doing the trick, I sucessfully created my first mod with it and with a small learning curve taking in account the lack of better documentation about it. It's also nice being able to do it in a official way rather than a thirdparty (just for the heck of professional integrity towards the final client). I haven't fully tested OCmod but it looks good so far.

Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com


User avatar
Active Member

Posts

Joined
Fri Jun 17, 2011 6:39 pm


Post by Xciso » Wed Dec 17, 2014 12:59 am

Hello.
I have thinked the same question as you.

Jneuhoff have made a free extension "vqmod for opencart 2".
I have not test it yet but it should handle everything like vqmod 2.4.0 but it is a add-on for ocmod.

Active Member

Posts

Joined
Fri Jul 15, 2011 5:20 am

Post by pm-netti » Wed Dec 17, 2014 5:12 am

That OCMOD is better, when it success work. That is new tag, 'code'.

version 2.0.0.0:

Code: Select all

					$modification_data = array(
						'name'       => $name,
						'author'     => $author,
						'version'    => $version,
						'link'       => $link,
						'code'       => $xml,
						'status'     => 1
					);
version 2.0.1.1:

Code: Select all

					$modification_data = array(
						'name'    => $name,
						'code'    => $code,
						'author'  => $author,
						'version' => $version,
						'link'    => $link,
						'xml'     => $xml,
						'status'  => 1
					);

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland
Who is online

Users browsing this forum: No registered users and 23 guests