Search found 28 matches

Search found 28 matches

Re: Error when Order Change Status or Printing shipping information (Order goes to Missing Order)

Below is the code section where the error is coming: The line 1807 it is complaining about is: 'value' => $value //line 1807 There has not been any new extension installed in over 5 years. SAGEPAY direct was recently restored. I have disabled the payment and the problem persisted. ==================...

Jump to post
  • Thu Mar 20, 2025 12:21 am
  • Replies 3
  • Views 564
Error when Order Change Status or Printing shipping information (Order goes to Missing Order)

OpenCart Version 3.0.3.6 We noticed when customers make purchases, the order (even though successful) goes to the missing order. (one of the forum solutions mentioned SMTP, this is not the issue, I've checked). However, when I try to manually change the order, I get an internal server error. I enabl...

Jump to post
  • Wed Mar 19, 2025 11:24 pm
  • Replies 3
  • Views 564
Re: SagePay Direct Integration Issue - Successful Status, No Transaction on Opayo

Hi Mona, Thanks for the links. To confirm: 1 ] My integration is using Protocol 4 (as discussed in the second forum post). 2 I've updated the URL from sagelive to live.opayo. I want to reiterate that I previously tried the official Opayo extension. It was extremely buggy, and despite working directl...

Jump to post
  • Thu Mar 06, 2025 1:18 am
  • Replies 4
  • Views 577
Re: SagePay Direct Integration Issue - Successful Status, No Transaction on Opayo

The function it is calling is below: public function threeDSnotify() { $this->load->language('extension/payment/sagepay_direct'); $this->load->model('extension/payment/sagepay_direct'); $this->load->model('checkout/order'); if (isset($this->request->get['order_id'])) { $sagepay_order_info = $this->m...

Jump to post
  • Thu Mar 06, 2025 12:44 am
  • Replies 4
  • Views 577
SagePay Direct Integration Issue - Successful Status, No Transaction on Opayo

Hi, I'm experiencing a problem with my SagePay Direct integration. The checkout process appears to complete successfully (showing a success message to the user), but no transaction is recorded on the Opayo platform, and no funds are transferred. **Background:** Initially, I was receiving a "Not...

Jump to post
  • Thu Mar 06, 2025 12:28 am
  • Replies 4
  • Views 577
AFFILIATE FUNCTIONALITY REMOVED?

The functionality to create an affiliate link suddenly disappeared on the opencart store. When I checked in admin, it is no longer there and all links to Affiliate, creation, and tracking are all gone from the front end. I have not done any modifications recently or installed a plug-in. Any help or ...

Jump to post
  • Wed Aug 31, 2022 6:04 pm
  • Replies 2
  • Views 295
/index.php?route=checkout/confirm: Failed to load resource

I will appreciate your help. This is a fresh installation of opencart 3..0.3.6 I am testing end to end of the solution. On confirming order - ( with successful payment going through) I discovered the success page is not displayed rather is remained on the checkout page 1. I checked the error log and...

Jump to post
  • Sat Nov 14, 2020 8:04 pm
  • Replies 4
  • Views 1275
Re: Notice: unserialize(): Error at offset OC Version 3.0.3.6

Your best bet is to google the error, wait for the module support or hire a developer. Sounds more like corrupted data. Plenty of stackoverflow info on what can cause this error and things you can try. Thank you. Trust me, when it comes to researching stuff like this, I am not lazy. I have googled ...

Jump to post
  • Sun Nov 01, 2020 5:59 am
  • Replies 8
  • Views 1029
Re: Notice: unserialize(): Error at offset OC Version 3.0.3.6

How can one learn if experts can't point upcoming developers in right direction. I am sure there are one or two things that can be tried. I'd spent the whole day looking. A gentle nudge in right place and it will be done. Thanks anyway for your response.

Jump to post
  • Sun Nov 01, 2020 4:54 am
  • Replies 8
  • Views 1029
Re: Notice: unserialize(): Error at offset OC Version 3.0.3.6

Thank you. I understand this and I have already contacted them. They won't be available until Monday. I am just looking for a direction I can try out myself. Previous and similar errors in the past have been resolved by making changes in the "settings table" what is the equivalent of this ...

Jump to post
  • Sun Nov 01, 2020 12:57 am
  • Replies 8
  • Views 1029
Notice: unserialize(): Error at offset OC Version 3.0.3.6

I am hoping someone will be able to point me in the right direction. I am getting this error Notice: unserialize(): Error at offset 0 of 30 bytes in store/system/library/cw/SagePayCw/SettingApi.php on line 207 when I try to edit extension> module > opayo base module Similarly, when customers choose ...

Jump to post
  • Sat Oct 31, 2020 11:01 pm
  • Replies 8
  • Views 1029
Payment Method missing in secondary store

Hello, i will appreciate if I can be guided - I have searched all around but not a solution or indication what i am missing. We have two stores - 1 for general (store.dartproclippers.com) and a secondary store for partners & distributors (partner.dartproclippers.com). All payment methods are app...

Jump to post
  • Fri Jul 03, 2020 4:54 pm
  • Replies 1
  • Views 343
Re: Adjust Shipping Text Variable & Keeping Value Variable at 0

Hello, how would you do this in Open Cart 3.0.3.2 ? I checked the file and it has considerably changed from what it was in 2013 (Obviously expected) The file looks like this now: ============ {% if error_warning %} <div class="alert alert-warning alert-dismissible"><i class="fa fa-exc...

Jump to post
  • Fri Jul 03, 2020 12:21 am
  • Replies 8
  • Views 11575
Re: Coupon Issues: Customer get charged, Order fails and go to missing orders

So i asked iSenselab the developer for Square extension if Square is using call back function. Think it might be.
=======================
Thank you for the reply,

Once the order is confirmed by square a response is sent back to the extension as well.

Hope this answers your question.

Jump to post
  • Wed Jul 01, 2020 10:43 pm
  • Replies 7
  • Views 1400
Re: Coupon Issues: Customer get charged, Order fails and go to missing orders

Thank you for getting back to me: After making payments, it comes back with error " Unexpected website error. Please contact the store owner on +44 1234567 or e-mail admin@gmail.com. Note that your transaction may be processed." And then it goes ahead to charge their card while the order i...

Jump to post
  • Tue Jun 30, 2020 8:39 am
  • Replies 7
  • Views 1400
Re: Coupon Issues: Customer get charged, Order fails and go to missing orders

I enable debug on Square. I pasted it below. Does it give an indication what the problem is? I cant figure out anything from it Below is from the error log: 2020-06-29 19:31:03 - SQUAREUP DEBUG START... 2020-06-29 19:31:03 - SQUAREUP ENDPOINT: https://connect.squareup.com/v2/locatio ... ansactions 2...

Jump to post
  • Tue Jun 30, 2020 4:04 am
  • Replies 7
  • Views 1400
Re: Error when making credit card payment using Square extension (Opencart 3)

Hello, I am having a similar error. But this is only happening when a discount coupon code (or any form of extension that will lead to original price reduction, e.g voucher, store credit) is used. Is there something I need to look for? I have spent the whole day troubleshooting and looking for resou...

Jump to post
  • Tue Jun 30, 2020 3:36 am
  • Replies 2
  • Views 2343
Re: Coupon Issues: Customer get charged, Order fails and go to missing orders

I am using SQUARE which is inbuilt with the Version 3.0.3.2. If no coupon or any form of discount (store credit, voucher, etc) is used then everything is fine. I had this issue when I was using Braintree as well. Could this have anything to do with anti-fraud getting triggered as been discussed on t...

Jump to post
  • Tue Jun 30, 2020 12:27 am
  • Replies 7
  • Views 1400
Coupon Issues: Customer get charged, Order fails and go to missing orders

When a customer uses a coupon code (or store credit), the payment goes through to the payment merchant, however, the customer received an order failure message. Requesting them to try again, only for them to get charged all over again. In Admin, the order goes to missing orders. I suspect a mismatch...

Jump to post
  • Mon Jun 29, 2020 10:53 pm
  • Replies 7
  • Views 1400
Re: Opencart 3.0.3.2 Pass Shipping Address instead of Billing Address to Paypal Standard

Address sent to PayPal doesn't really matter, you can send "Santa Claus, North Pole 1" and it won't matter much since the actual address will be saved in OC database. But if you REALLY want to use the shipping address, simply open catalog/controller/extension/payment/pp_standard.php and r...

Jump to post
  • Fri Apr 24, 2020 9:11 pm
  • Replies 2
  • Views 1038

Search found 28 matches