We are looking for a serious(heavy experience) Opencart developer for Stripe connect
Hello, I am looking for a serious developer to help me with Stripe Connect for marketplace platform, I need to create an integration that works without problem and is secure. Unfortunately, I can't find a correct person, only quite uncouth people who claim to understand what they are doing but in re...
Jump to post- Commercial Support
- We are looking for a serious(heavy experience) Opencart developer for Stripe connect
- Sun Feb 11, 2024 4:13 am
- Replies 7
- Views 1841
Re: Lost agree session in success page
Hello, my friend.
I apologize very much, can you help me?
Lose the session success.php, my version on opencart it is 2.3.
I tried to fix the problem but no effect. :X
- Wed Jan 16, 2019 6:05 pm
- Replies 3
- Views 1303
Lost agree session in success page
Hello when I get used to ordering $this->session->data['agree'].
Version OC 2.3
I have following error handler Notice: Undefined index: agree....
How to fix this problem?
- Wed Jan 16, 2019 5:27 am
- Replies 3
- Views 1303
Re: Scalability Optimizations
Are there any other options besides the ones you've given?
Jump to post- Fri Nov 09, 2018 5:31 am
- Replies 5
- Views 1281
Re: Scalability Optimizations
Thank you Friend!
I want something on the enterprise...
Is there anything more stbilno than that? Anything on product requests and more?
- Thu Nov 08, 2018 3:16 am
- Replies 5
- Views 1281
Scalability Optimizations
What should I do that Opencart be quite scalability.
I have 2 million products and 100 k user of the day
Please help and give advice.
- Mon Nov 05, 2018 3:05 pm
- Replies 5
- Views 1281
Multi language fields
What I want to make my module work in all languages on the site.
By mysql associate by language_id.
But something is not getting there is a module lesson that has multi language?
- Thu Aug 23, 2018 8:53 pm
- Replies 1
- Views 294
Re: 2-3 million products, fulltext search
1. VPS
2. http://sphinxsearch.com/
3.https://www.opencart.com/index.php?rout ... rch=sphinx
- Wed Jul 18, 2018 6:22 pm
- Replies 3
- Views 1546
Re: Unknown column 'p.date_available'
There is the problem that there is such a field :X
Jump to post- Tue May 22, 2018 7:50 pm
- Replies 2
- Views 638
Unknown column 'p.date_available'
I have a problem sorting products :( Fatal error: Uncaught Exception: Error: Unknown column 'p.date_available' in 'where clause'<br />Error No: 1054<br />SELECT COUNT(DISTINCT `product_id`) AS `total` FROM(SELECT COUNT(DISTINCT `product_id`) AS `total` FROM(SELECT DISTINCT `p`.`product_id`,( ( IFNUL...
Jump to post- Sat May 19, 2018 3:42 pm
- Replies 2
- Views 638
a small sorting problem
I have a small problem sorting, I have the following error that someone has had a similar problem. Fatal error: Uncaught Exception: Error: Unknown column 'p.date_available' in 'where clause'<br />Error No: 1054<br />SELECT COUNT(DISTINCT `product_id`) AS `total` FROM(SELECT COUNT(DISTINCT `product_...
Jump to post- Tue May 08, 2018 3:32 pm
- Replies 1
- Views 489
File manager 404 error ajax upload image in a product!
Hello, I have the following problem soon. When uploading a picture in my product comes eror in debug tells the inspector that he did not find the directory.... admin/index.php?route=common/filemanager/upload&token=YgVq8TmXKrjWlKGkdasladu12Br4oAU1CAwk4&directory=data%2Fchairs 404 () body ----...
Jump to post- Fri May 04, 2018 11:49 pm
- Replies 1
- Views 726
Re: Lifetime session cart products
That's exactly what I noticed, how to extend this session? // Remove all the expired carts with no customer ID $this->db->query("DELETE FROM " . DB_PREFIX . "cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 100 HOUR)"); session_set_cookie_p...
Jump to post- Tue Mar 06, 2018 3:15 pm
- Replies 4
- Views 6937
Re: Lifetime session cart products
Seriously? I thought everyone here understood MVC
How the products added to your cart will stay for 30 days?
https://imgur.com/a/l8jpU
- Mon Mar 05, 2018 3:24 pm
- Replies 4
- Views 6937
Lifetime session cart products
Hello, i wonder how to extend the time of products, for example, 30 days in the cart with the help session.php set cookie and save file a on my host. I changed the file session.php __consctuct()! if ($this->adaptor && !session_id()) { ini_set('session.use_only_cookies', 'Off'); ini_set('sess...
Jump to post- Fri Mar 02, 2018 11:05 pm
- Replies 4
- Views 6937
Add extra field in checkout on payment method
How do i add a extra form field in checkout page under payment method section ?
Is there any possible option for that without installing any extension.
Thanks
- Thu Feb 15, 2018 12:07 am
- Replies 1
- Views 443
price of delivery before choosing delivery or get in checkout?
I would like to be able to get a shipping price at mini cart in header before he goes in checkout
- Tue Jan 30, 2018 2:08 am
- Replies 1
- Views 213
you save in mini cart :)
how to get to see you save yourself in the mini cart(header cart)?
- Tue Jan 30, 2018 2:06 am
- Replies 2
- Views 285
Re: Upload images in Return form?
Hello friend, thank for the quick answer :) I use it opencart 2.3, i came to upload a file and send an email! But I get a file with the name upload > size 0 kb public function upload() { $this->load->language('tool/upload'); $json = array(); if (!empty($this->request->files['file']['name']) &&am...
Jump to post- Wed Jan 24, 2018 5:12 pm
- Replies 3
- Views 2721
Upload images in Return form?
Hello how can I upload photos in return. <script> $('button[id^=\'button-upload\']').on('click', function() { var node = this; $('#form-upload').remove(); $('body').prepend('<form enctype="multipart/form-data" id="form-upload" style="display: none;"><input type="fi...
Jump to post- Tue Jan 23, 2018 8:45 pm
- Replies 3
- Views 2721