Search found 862 matches

Search found 862 matches

Re: hosting for indian market

Below are my recommendations based on the testing from long period of time : 1) FastComet ( Use server location: Mumbai ) 2) Chemicloud ( Use server location: Mumbai ) 3) Cloudways ( They have multiple locations in India ) If you are already a busy store. Go with the cloud plan. If you are a startup...

Jump to post
  • Sat Sep 07, 2024 1:18 pm
  • Replies 1
  • Views 2757
Re: Visualizar Discounts en Categorias

You need to fix second part of your code. The code will be: {% if product.discounts %} {% for discount in product.discounts %} {{ discount.quantity }} Quanity: {{ discount.price }}<br> {% endfor %} <br> {% endif %} See attached output.

Jump to post
  • Sat Sep 07, 2024 1:04 pm
  • Replies 1
  • Views 1627
Re: Does anyone do high demand/low stock surge pricing?

If your products are highly demanding. And no one has it. Then it's not a foolish thought. What is Uber ( Cab Service ) doing during peak hours? They surge the price by some percentage. They say it and do it. It is written with the price itself ( Price surged ) So you can write along with the price,...

Jump to post
  • Sat Sep 07, 2024 12:55 pm
  • Replies 1
  • Views 526
Re: Australian Post Delivery with API support

If you have the 3.x version. We can upgrade to the 3.x version if you need paid support. You can contact us here: support@cartbinder.com

Jump to post
  • Sat Sep 07, 2024 12:52 pm
  • Replies 1
  • Views 1161
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 4551
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 2099
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 1730
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 1730
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 10
  • Views 2973
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 1730
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 682
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 10
  • Views 2973
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 3095
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 4991
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 549
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 575

Search found 862 matches