Search found 63 matches

Search found 63 matches

Re: [4.0.2.2] UPDATE / REMOVE bug on shopping cart page

MaxD wrote:
Thu Jul 13, 2023 4:29 pm
In catalog/controller/startup/language.php line 7 change

Code: Select all

if (isset($this->request->get['language'])) {
to

Code: Select all

if (!empty($this->request->get['language'])) {
Very helpful - thanks!

Jump to post
  • Tue Jan 16, 2024 2:11 am
  • Replies 4
  • Views 2053
Re: Default content for disabled products

straightlight wrote:
Thu Jul 13, 2023 12:46 am
There's an extension by custom tabs from the same page that could work when the stock could show other messages than: Out of Stock that could be useful: https://www.opencart.com/index.php?rout ... n_id=30395 .
Thanks for the suggestion.

Jump to post
  • Thu Jul 13, 2023 1:36 am
  • Replies 13
  • Views 797
Re: Default content for disabled products

A simpler approach 1. Hide products that are out of stock from category pages. This way, customers browsing your website will only see products that are currently available. 2. Displaying product is currently out of stock, providing alternative product suggestions. Thanks, but that's not quite the ...

Jump to post
  • Thu Jul 13, 2023 12:26 am
  • Replies 13
  • Views 797
Re: Default content for disabled products

So how can one create a layout for disabled products? That is the question I was asking, but I was under the impression it was not possible. OpenCart is open source so anything is possible if you can code. Have you first searched for an extension though? Yes, I understand that it could be coded fro...

Jump to post
  • Thu Jul 13, 2023 12:22 am
  • Replies 13
  • Views 797
Re: Default content for disabled products

So how can one create a layout for disabled products? That is the question I was asking, but I was under the impression it was not possible.

Jump to post
  • Wed Jul 12, 2023 6:07 pm
  • Replies 13
  • Views 797
Re: Default content for disabled products

OC version. The maintenance page can be modified by creating a /after event trigger. In other words, there isn't a simple way! Fair enough, but it seems like there should be a way to customise this space, for example as a way to promote alternatives to the disabled product. But I'm glad I wasn't mi...

Jump to post
  • Tue Jul 11, 2023 8:00 pm
  • Replies 13
  • Views 797
Default content for disabled products

Is there a simple way to add a block of content (eg. a banner or module) to a disabled product page? I don't mean the 404 page layout error/not_found route (ie. "The page you requested cannot be found!") - I'm talking about the product/product route where the product has been disabled (ie....

Jump to post
  • Tue Jul 11, 2023 12:47 am
  • Replies 13
  • Views 797
Re: Can't login to admin panel

I finally solved it!!! In case someone faces this problem, there's table called oc_session, which SHOULD have a primary key but it doesn't, since the session_id should not be duplicated. I just delete all contents (truncate oc_session) and created a primary key index for session_id, and voilá!!! Wh...

Jump to post
  • Tue Mar 14, 2023 8:33 pm
  • Replies 39
  • Views 68292
Re: Concurrent checkouts can lead to negative stock

It seems there may be a market for an extension that works like Ticketmaster where stock is quarantined temporarily to allow the customer to complete their purchase but returned to stock on a schedule (eg. 5 minutes, 10 minutes, depending on the application) if the purchase is not completed. Does an...

Jump to post
  • Tue Jul 19, 2022 5:22 pm
  • Replies 16
  • Views 1604
Re: Customer Was Allowed to Checkout Without Paying Using 'Free Checkout'

If it is solved now you write [Solved] in the title - Thank you Thank you for your contribution, but unfortunately the problem isn't solved. Turning off Free Checkout isn't really a solution. I haven't found out any further information from this thread so far that would explain why a customer was a...

Jump to post
  • Fri Jun 24, 2022 5:26 pm
  • Replies 12
  • Views 465
Re: Customer Was Allowed to Checkout Without Paying Using 'Free Checkout'

Try to disable free checkout and set the item price to 0 for free items. I already disabled Free Checkout. As I said, I had only installed it for testing purposes. The website in question does not have any free items. The purpose of this thread was to see if anyone else has experienced this issue.

Jump to post
  • Fri Jun 24, 2022 5:22 pm
  • Replies 12
  • Views 465
Re: Customer Was Allowed to Checkout Without Paying Using 'Free Checkout'

I just mean that if you enable Free Checkout then I think anyone can buy anything for free? That's not what Free Checkout is for. It is there to allow people to bypass the payment process if the basket total is zero. For example, if a product is free of charge (eg. a free download) or if the custom...

Jump to post
  • Thu Jun 23, 2022 6:35 pm
  • Replies 12
  • Views 465
Re: Customer Was Allowed to Checkout Without Paying Using 'Free Checkout'

Not seen this happen myself. However, we find most checkout problems are caused by extensions. Fair enough. I'm not too worried about it as I have disabled the Free Checkout payment module now and I probably won't need to re-enable it. We've had about 1,000 orders through the site since the Free Ch...

Jump to post
  • Thu Jun 23, 2022 12:02 am
  • Replies 12
  • Views 465
Re: Customer Was Allowed to Checkout Without Paying Using 'Free Checkout'

paulfeakins wrote:
Wed Jun 22, 2022 8:06 pm
siteadvice wrote:
Wed Jun 22, 2022 6:17 pm
I had installed Free Checkout
That applies to everything.
I'm afraid I don't understand your comment, but thank you for your interest all the same.

Jump to post
  • Wed Jun 22, 2022 11:03 pm
  • Replies 12
  • Views 465
Re: Customer Was Allowed to Checkout Without Paying Using 'Free Checkout'

When you view the order in your admin, is the Payment Method actually set to Free Checkout? Have you checked both the OpenCart and PHP error logs for error messages at the time of the order? What theme and extensions are you using? Yes, payment method was logged as Free Checkout. I have checked the...

Jump to post
  • Wed Jun 22, 2022 11:02 pm
  • Replies 12
  • Views 465
Customer Was Allowed to Checkout Without Paying Using 'Free Checkout'

I've just had an incident where a customer was allowed to check out of a store using Version 3.0.3.2 without paying. The customer had no store credit or gift voucher and in fact he didn't even previously have a registered account. The order totals section of his order simply has the product price, q...

Jump to post
  • Wed Jun 22, 2022 6:17 pm
  • Replies 12
  • Views 465
Re: Send email via Exchange 365 using Oauth2

Is this not the Commercial Support forum?
That's what it says at the top of the page.
Does this need to be posted in a sub-section...?

Jump to post
  • Thu Jun 16, 2022 11:37 pm
  • Replies 6
  • Views 403
Send email via Exchange 365 using Oauth2

I need to set up Opencart v 3.0.3.2 to send email via Exchange 365 using Oauth2. Microsoft is deprecating basic authentication from October this year , so we will require an Oauth2 token-based authentication. The site currently uses the Mail engine, but the owner wants to switch to Microsoft in the ...

Jump to post
  • Thu Jun 16, 2022 11:30 pm
  • Replies 6
  • Views 403
Re: Adding BCC to outbound mail notifications

xxvirusxx wrote:
Tue Nov 30, 2021 9:14 pm
You want to send e-mail to other e-mails addresses when a customer make an order?
That's correct. Well, actually when an order status is updated, but you get the idea. However, it must be by BCC. It's not suitable in this case to add To addresses.

Jump to post
  • Wed Dec 01, 2021 1:45 am
  • Replies 4
  • Views 825
Re: Adding BCC to outbound mail notifications

I managed to find a solution for this. Possibly it's not great, but I haven't been able to find any problems with it so far. I had a copy of Opencart 2.0.1.1 running on the same server and I tried the above code on that site and it worked perfectly. So, I have just taken the whole of the mail.php fi...

Jump to post
  • Wed Dec 01, 2021 1:43 am
  • Replies 4
  • Views 825

Search found 63 matches