Search found 858 matches

Search found 858 matches

Re: 1 hour login timeout

It depends from store to store. You can change for yourself via this file: admin/controller/common/login.php Line no: 96 if ($login_info && ($login_info['total'] >= $this->config->get('config_login_attempts')) && strtotime('-1 hour') < strtotime($login_info['date_modified'])) { Chang...

Jump to post
  • Wed Dec 13, 2023 2:36 pm
  • Replies 2
  • Views 3231
Re: specials, discounts, coupons ending start of end date ???

This is old problem. But the issue is still present. I have added a fix and it works well. In this file: catalog/model/extension/total/coupon.php Find: $coupon_query = $this->db->query("SELECT * FROM `" . DB_PREFIX . "coupon` WHERE code = '" . $this->db->escape($code) . "' A...

Jump to post
  • Mon Oct 09, 2023 3:12 pm
  • Replies 5
  • Views 1857
Re: How to give a correct access to an extension's coder/developer/programmer in Open Cart?

Yes, when you share FTP just provide access to the newly created directory for the test website. So the developer can only access the test folder and not your Root folder. And the config file will have a path for the test folder and not the root folder. Also, make sure the test website will have a n...

Jump to post
  • Tue Jun 27, 2023 8:38 pm
  • Replies 7
  • Views 1536
Re: How to give a correct access to an extension's coder/developer/programmer in Open Cart?

Good question. In that case you might be aware what extension is about. Like it is adding a functionality on the order page or on the product page or setting page. So if you know what extension does then you need to know which path it might be. Here you need little experience. If you are not sure ju...

Jump to post
  • Sat Jun 17, 2023 1:24 am
  • Replies 7
  • Views 1536
Re: Recommended Hosting

If you are running ecommerce websites and if they are busy websites. Cloud hosting is recommended. If it's a mixture still cloud hosting is recommended. As still you have ecommerce. Shared hosting is good if you have very low traffic. You can check Google analytics. If the traffic seems okay. Then s...

Jump to post
  • Tue Jun 13, 2023 11:26 pm
  • Replies 4
  • Views 891
Re: How to give a correct access to an extension's coder/developer/programmer in Open Cart?

Hi, First of all, you should only give access if you think the developer is trustworthy. Second, it is better that you have a copy of your website "Test Website" and you give access to this only. So it does not affect your Live Store. In the permissions part, you can always ask the develop...

Jump to post
  • Tue Jun 13, 2023 3:37 pm
  • Replies 7
  • Views 1536
Re: Order statuses and stock subtraction - need help

When you want to edit order and stock has become zero. You can change the order history of the order to Pending. And this Pending status should not be marked in your "Complete" and "Processing" order statuses in the system settings. So when you change the status it will reduce th...

Jump to post
  • Tue Jun 13, 2023 3:28 pm
  • Replies 1
  • Views 595
Re: Recommended Hosting

If you are a developer yourself, then Digitalocean is great in terms of pricing. As this needs to be self-managed. But the issues like blacklisting of IP address etc does not happen here. Been using it for the last 6 years for a very busy website. If you do want to manage yourself, then Siteground a...

Jump to post
  • Tue Jun 13, 2023 3:19 pm
  • Replies 4
  • Views 891
Re: Customer can't login, but I can log them in through the admin side...

Hello all, I'm using OC 3.0.3.8, I'm not sure how this happened but customers can't login to the storefront, but if I go into "Admin -> Customers -> Action -> Login to Store", I can log the customer in that way. I'm not seeing any errors in any error logs. Anyone have any insight into wha...

Jump to post
  • Thu Apr 13, 2023 12:55 pm
  • Replies 18
  • Views 2769
Re: missed orders

We can help you here. Please contact on support@cartbinder.com

Jump to post
  • Thu Apr 13, 2023 12:51 pm
  • Replies 3
  • Views 4015
Re: Filter orders by company

Designed an extension for this. To filter the orders by brand.

https://www.opencart.com/index.php?rout ... n_id=44832

Jump to post
  • Thu Mar 23, 2023 9:04 pm
  • Replies 3
  • Views 456
Re: Quantity discount on product grid

For customization you can contact us here:
support@cartbinder.com

Jump to post
  • Sat Nov 19, 2022 5:50 pm
  • Replies 5
  • Views 418
Re: Changing the Default Sort Product in Category page to be randomly

You need to edit the 2 files. The path is: catalog/controller/product/category.php Find (Line no 21) : $sort = 'p.sort_order'; Change this to: $sort = 'RAND ()'; Also, change one more file: catalog/model/catalog/product.php Find (Line no 165) : 'p.sort_order', Add code after above: 'RAND ()', Save i...

Jump to post
  • Sat Oct 22, 2022 11:02 pm
  • Replies 4
  • Views 693
Re: Im looking for a little help to keep the Subdomain alive while using the Admin panel. V 3.0.3.8

I think you want to make your subdomain the main admin URL.
In that case, you need to update your admin/config.php
Plus also make database changes to make sub domain as the default store.

Jump to post
  • Thu Oct 20, 2022 9:17 pm
  • Replies 4
  • Views 3061
Re: Current best and recommended Opencart webhost?

There is nothing like Designed for Opencart. You need to choose WebHost as per your requirements like traffic, no of products, etc. After trying various hosts, these were by Best ones: 1)  SITEGROUND ( They have excellent support service plus good protection against attacks ) 2) FASTCOMET ( They off...

Jump to post
  • Wed Oct 19, 2022 4:02 pm
  • Replies 1
  • Views 1099
Re: How to add an new option to all existing product?

It should be possible with custom work. You can contact us at support@cartbinder.com

Jump to post
  • Wed Aug 24, 2022 7:20 pm
  • Replies 3
  • Views 1384

Search found 858 matches