Search found 30 matches

Search found 30 matches

Re: The Krotek extensions support

This topic is not monitored or updated anymore. Send all your support requests to support@thekrotek.com

Jump to post
  • Sun Dec 27, 2015 12:17 am
  • Replies 4
  • Views 1929
Re: OpenCart 2.1.0.1 Released!

I think OC business model is superb and in fact more and more open-source projects become sustainable by following this same model. If all would follow the non-existing release management like Opencart has, nobody would be able to create webshops anymore. Next is adding non documented changes in th...

Jump to post
  • Mon Oct 26, 2015 4:42 am
  • Replies 70
  • Views 47028
Re: OpenCart 2.1.0.1 Released!

OSWorX wrote:One important change, nowhere mentioned until now: all config settings are stored from now on as
JSON instead as SERIALIZED fields!
Nowhere mentioned, huh? Care to read posts above?

Jump to post
  • Sun Oct 18, 2015 4:19 pm
  • Replies 70
  • Views 47028
Re: OpenCart 2.1.0.1 Released!

I do not recommend making changes to the index.php file. First of all, these changes are temporarily and absolutely harmless. Second, my quick fix was about re-saving settings in new JSON format. You can't do this easily without making changes in index.php files, because all settings are loaded rig...

Jump to post
  • Wed Oct 14, 2015 8:08 pm
  • Replies 70
  • Views 47028
Re: OpenCart 2.1.0.1 Released!

bill62 wrote:how about updating the DB tables and so on?
That was the easy part, I just updated them tables manually. Opened two SQL files and compared them: from my previous version and from 2.1.0.1.

Jump to post
  • Wed Oct 14, 2015 1:34 pm
  • Replies 70
  • Views 47028
Re: OpenCart 2.1.0.1 Released!

True, changing data (serialize> json_encode) will cause unnecessary headaches to upgrading aspiring. These "unnecessary headaches" can be solved by just one line in each index.php file. Catalog: Insert if (!json_decode($result['value'], true)) $config->set($result['key'], unserialize($res...

Jump to post
  • Wed Oct 14, 2015 5:06 am
  • Replies 70
  • Views 47028
Re: OpenCart 2.1.0.1 Released!

when OpenCart will release documentation of how to upgrades from 2.0.3.1 TO 2.1.0.1 ?????? I'm more worried, that they never provide even basic upgrade functionality or backward compatibility. Upgrade process doesn't even update your tables! You will have to add/remove/rename all columns manually. ...

Jump to post
  • Tue Oct 13, 2015 5:47 pm
  • Replies 70
  • Views 47028
Re: OpenCart 2.1.0.1 Released!

Just hit that serialize/json_encode change...

Was it THAT hard to keep the backward compatibility, huh?

Just to check, whether setting can be json_decoded and if not - unserialize it. Damn, it's a 2 additional lines of code!

Jump to post
  • Mon Oct 12, 2015 8:33 pm
  • Replies 70
  • Views 47028
Re: Updates to Extension Store Notification Emails

Please, for the love of god, make the Reason field NOT mandatory! It's extremely annoying to enter something in this field, when you do several updates in a row. For example, when you change description, then logos, then upload file, etc. This is a pretty common situation, I do this often to keep se...

Jump to post
  • Mon Sep 28, 2015 4:58 am
  • Replies 23
  • Views 72349
Re: Manufacturers in MULTI-LANGUAGE?

Manufacturer (or brand) names are registered trademakrs of the relevant company and are spelt the same in EVERY language. For example Microsoft, Apple, even MacDonalds are spelt the same in Russion, Japanese, French, German, etc. INCLUDING Chinese! I'm sorry, but do you even understand a difference...

Jump to post
  • Sat Apr 25, 2015 4:06 am
  • Replies 17
  • Views 9549
Remove extension from the listing (developer)

I can find, how can I remove my extension from the listing on OC site. I have couple obsolete extensions, which do not exist anymore (I simply deleted them) and want to clean the list.

Any help?

Jump to post
  • Thu Nov 07, 2013 1:52 am
  • Replies 1
  • Views 373
The Krotek extensions support

If you have bought one of our extensions or have pre-sales questions, feel free to ask them here. Please, do NOT ask any questions in Comments section on extensions' pages - they all be deleted immediately. Use this topic for that, corresponding topic on our support forum or simply drop us an email ...

Jump to post
  • Thu Oct 31, 2013 2:02 pm
  • Replies 4
  • Views 1929
Re: Multilanguage Zones and Countries

still is a reproduction. Are you dumb? Look at the dictionary if you don't know what "reproduction" means. Will you call Braun teapot a reproduction of Bosch teapot? Or Philips TV a reproduction of Sony TV? Damn, man, quit whining. My extension is BRAND NEW, it was coded FROM SCRATCH and ...

Jump to post
  • Sat May 25, 2013 3:52 pm
  • Replies 7
  • Views 2330
Re: Multilanguage Zones and Countries

straightlight wrote:This contribution is a reproduction of this one: http://www.opencart.com/index.php?route ... on_id=4784
Please, stop telling this crap. My extension has NOTHING common with yours besides title. I wrote it from scratch, because yours is outdated and I didn't like it.

Jump to post
  • Fri May 17, 2013 4:10 am
  • Replies 7
  • Views 2330
PayPal Standard module bug

Despite that nobody seem to read this forum I'll try to report about the famous PayPal bug. I don't wanna say it's a common bug, but in some cases the problem is in this condition: case 'Completed': if ((strtolower($this->request->post['receiver_email']) == strtolower($this->config->get('pp_standard...

Jump to post
  • Thu May 16, 2013 2:28 am
  • Replies 0
  • Views 377
Re: Multilanguage Zones and Countries

This one will work with latest OC and even let you quick edit countries & zones lists:

http://www.opencart.com/index.php?route ... n_id=11680

Jump to post
  • Thu May 16, 2013 1:07 am
  • Replies 7
  • Views 2330
Thailang zones have names in codes

All Thai zones look like this:

'name' => 'Amnat Charoen', 'code' => 'Amnat Charoen'

Here's a list of codes:

http://en.wikipedia.org/wiki/ISO_3166-2:TH

Should be fixed.

Jump to post
  • Sun May 12, 2013 12:52 am
  • Replies 0
  • Views 353
Customer and group IDs never updated on order edit

There's a small bug with order edit from admin. If you change the order customer it never get's updated, because in editOrder() function of sale/order model customer_id and customer_group_id values are absent. Should change this: $this->db->query("UPDATE `" . DB_PREFIX . "order` SET f...

Jump to post
  • Sat May 11, 2013 6:47 pm
  • Replies 0
  • Views 332
Re: Multilinguage currency symbol

In case anybody needs this as well, here's a simple code to alternative currency symbol: <modification> <id><![CDATA[Currency related]]></id> <version><![CDATA[1.0]]></version> <vqmver><![CDATA[2.1.5]]></vqmver> <author><![CDATA[The Krotek]]></author> <file name="system/library/currency.php&quo...

Jump to post
  • Fri May 10, 2013 5:55 pm
  • Replies 1
  • Views 1063

Search found 30 matches