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?
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
That OCMOD is better, when it success work. That is new tag, 'code'.
version 2.0.0.0:
version 2.0.1.1:
version 2.0.0.0:
Code: Select all
$modification_data = array(
'name' => $name,
'author' => $author,
'version' => $version,
'link' => $link,
'code' => $xml,
'status' => 1
);
Code: Select all
$modification_data = array(
'name' => $name,
'code' => $code,
'author' => $author,
'version' => $version,
'link' => $link,
'xml' => $xml,
'status' => 1
);
Who is online
Users browsing this forum: No registered users and 23 guests