Search found 34 matches

Search found 34 matches

Re: How to add a places/location search box in Opencart

This seems to be a highly unspecific question... Location for what? Location for products?

Jump to post
  • Fri Feb 10, 2017 2:28 pm
  • Replies 1
  • Views 1637
Re: Hide payment method if specific shipping method selected

Inside the checkout process shipping method is selected and stored inside the session. The respective code is found here: https://github.com/opencart/opencart/blob/master/upload/catalog/controller/checkout/shipping_method.php#L125 Inside the model of the respective payment method you could add the i...

Jump to post
  • Mon Dec 19, 2016 6:14 pm
  • Replies 3
  • Views 7465
Installing OpenCart (the fast way)

Hi all,

I searched for the fastest and most generic way to setup a OpenCart instance (mainly for development purposes) and came up with an approach described here.

If somebody finds this useful or has another suggestion, please let me know :)

Happy coding!

Jump to post
  • Fri Dec 02, 2016 1:36 am
  • Replies 0
  • Views 1437
Re: OpenCart 2.3 Beta Available

Hi.

Is there something like a changelog available, where the changes are listest?

Jump to post
  • Wed Jul 06, 2016 4:14 pm
  • Replies 37
  • Views 32321
Re: What steps would I follow to optimize my website?

Hi, this is a very unspecified question... There are at least 3 categories of optimization I can think of right now: Findability: SEO Optimization More Orders: Checkout Optimization Speed: Performanze Optimization There are propably 20 other such categories, one could work on. What do you want to op...

Jump to post
  • Sat Nov 07, 2015 1:59 am
  • Replies 5
  • Views 8284
Re: Receiving "gift points" from a mobile app in JSON?

I could always help or implement the feature for you. I run my own company, just write me a PN and I give you my contact details and we could clearify details. Otherwise I guess you can find somebody on the partners page.

Jump to post
  • Tue Oct 20, 2015 3:54 am
  • Replies 5
  • Views 2366
Re: Receiving "gift points" from a mobile app in JSON?

If I understand you correctly, inside your app customers can earn points, which later can be used to buy items on the opencart shop? Basically, I would it solve within a controller action. So your app sends a http post request with the user identifier (email) and amount of points to the action. Insi...

Jump to post
  • Mon Oct 19, 2015 5:57 am
  • Replies 5
  • Views 2366
Re: Receiving "gift points" from a mobile app in JSON?

Hmm, basically you need to add the reward points correctly into the oc_customer_reward table. E.g. from inside the admin, there is the possibility to add them manually. The question is rather, what do you understand as import? If it is a one time import or a continuous import. The best approach woul...

Jump to post
  • Mon Oct 19, 2015 2:45 am
  • Replies 5
  • Views 2366
Re: openCart Newsletter

I can only suggest you the Cleverreach Newsletter System and the corresponding module: http://www.opencart.com/index.php?route ... n_id=21156

Jump to post
  • Thu Jul 09, 2015 4:29 am
  • Replies 7
  • Views 13982
Re: Newsletter Support for opencart kuler theme 2.0.1.1

Dear, I don't know the kulertheme you are using, you need to give more specific details on your problem, otherwise propaply nobody can help you. However, if you want to use a professional newsletter system, i can suggest you cleverreach and my cleverreach module. http://www.opencart.com/index.php?ro...

Jump to post
  • Thu Jul 09, 2015 4:28 am
  • Replies 1
  • Views 592
Re: CleverReach

Now there is a fully fledged Extension available! http://www.opencart.com/index.php?route ... leverreach

Jump to post
  • Wed Jul 08, 2015 11:32 pm
  • Replies 4
  • Views 1629
Re: Seller Account

That is no good news... Do you see any changes to this policy in the forseeable future?

Jump to post
  • Tue Mar 03, 2015 11:00 pm
  • Replies 14
  • Views 6275
Re: CleverReach

For now the extension is free until my seller account is approved... Cleverreach Opencart Extension

Jump to post
  • Tue Mar 03, 2015 6:16 am
  • Replies 4
  • Views 1629
Re: Seller Account

Hi,

I am facing the same problem... Have you been activated by now? How long did it take?

best,
Stefan

Jump to post
  • Tue Mar 03, 2015 2:21 am
  • Replies 14
  • Views 6275
Re: Setup cron job?

As I had a similar requirement several times, I put my ideas into a lightweight commandline tool called OCOK . Which solves amongst others the issue of calling Opencart controllers via command line and thus as cron jobs... All you need to do is createing a controller in the admin package and call it...

Jump to post
  • Mon Mar 02, 2015 5:32 am
  • Replies 10
  • Views 5340
Re: Making cron jobs

I have made a command line utility which (amongst others) solves this problem. The tool is called OCOK (Opencart OK) and can be installed in several ways (composer or phar download). In the case of the cli task, simply a controller has to be created and put either in the admin or the catalog package...

Jump to post
  • Mon Mar 02, 2015 5:04 am
  • Replies 7
  • Views 20196
Re: CleverReach

I have made an extension, which by now is not released on the extension store. You can test/use it for free, if you give me some feedback? It will only work with OpenCart 2...

Jump to post
  • Fri Feb 27, 2015 11:51 pm
  • Replies 4
  • Views 1629
B2B E-Procurement

We were using OpenCart for a B2B E-Procurement Solution. It seems OpenCart fits well also for scenarios like these...
RTA Mobile Infotainment

Has anybody else experience with OpenCart in B2B settings?

Jump to post
  • Wed Feb 11, 2015 7:51 pm
  • Replies 2
  • Views 1796
Re: [RELEASED] Override Engine for OpenCart

Dear all, how to override a validate() Method inside a Controller "correctly"? Since all $error members are always private inside the Standard Controllers, an overriden validate Method has no access to the error array... e.g.: https://github.com/opencart/opencart/blob/master/upload/catalog...

Jump to post
  • Wed Feb 11, 2015 6:23 pm
  • Replies 320
  • Views 198910
Re: Language Code for Customer

Thx, for your reply. This seems to be a good approach for new registrations. However, I have 1000+ customers already in the shop. I will use the following approach now: For each customer login there is the ip address available There is a service: http://ipinfo.io/{$ip}/json I use the latest login an...

Jump to post
  • Wed Jan 28, 2015 6:06 pm
  • Replies 3
  • Views 604

Search found 34 matches