Search found 22 matches

Search found 22 matches

Re: Coupon results in 500 internal server error

Yes, it's all there and it's working properly without a coupon.
When using a coupon it gives the internal server error.

Jump to post
  • Mon May 07, 2018 4:09 am
  • Replies 3
  • Views 488
Coupon results in 500 internal server error

Yesterday I discovered that using a coupon code resulted in a 500 internal server error. My OC version is 3.0.2.0, PHP version 5.6, Payment provider iDeal (Dutch), Default theme The error only occurs while using a coupon code (free shipping, percentage) and happens on the last step before going to t...

Jump to post
  • Sun May 06, 2018 9:14 pm
  • Replies 3
  • Views 488
Re: Ideal en kortingsbonnen

Opencart versie 3.0.2.0 PHP versie 5.6 Error Log in OC staan aan maar geeft geen foutmelding. PHP error logs geven ook geen melding. De enige melding staat in de Apache logs: POST /index.php?route=checkout/shipping_method/save HTTP/1.1" 200 GET /index.php?route=checkout/payment_method HTTP/1.1&...

Jump to post
  • Sun May 06, 2018 6:45 pm
  • Replies 3
  • Views 1075
Ideal en kortingsbonnen

Webshop Opencart 3.0.2.0 Vanmorgen kwam ik er achter dat Opencart een error 500 geeft als een klant een bestelling plaatst met gebruik van een kortingsbon en met Ideal wil betalen. Dus: 1. Bestellen 2. Winkelwagen bekijken en kortingsbon verwerken (gratis verzending en/of vast bedrag) 3. Betalen via...

Jump to post
  • Sat May 05, 2018 5:46 pm
  • Replies 3
  • Views 1075
Re: Remove Flat Shipping Rate when Free Shipping

Isenselabs made an extension to hide other shipping methods if free shipping is available. Maybe that's what you're looking for?
You can find it here: https://isenselabs.com/posts/free-shipp ... pencart-3x

Jump to post
  • Tue Feb 20, 2018 11:23 pm
  • Replies 3
  • Views 3276
union select sql injection

OpenCart version 3.0.2.0, default theme Recently I noticed some "union select hack" attempts in my server logs like this: 45.124.84.2 - - [18/Feb/2018:03:43:10 +0100] "GET /index.php?route=product/category&path=6899999%22%20union%20select%20unhex(hex(version()))%20--%20%22x%22=%22...

Jump to post
  • Sun Feb 18, 2018 4:41 pm
  • Replies 2
  • Views 2623
Re: Customize payment method

Maybe you could use this extension. I'm using it in version 3.0.2.0 but it's also available for 2.3
https://www.opencart.com/index.php?rout ... n_id=31726

Jump to post
  • Fri Jan 12, 2018 4:49 pm
  • Replies 3
  • Views 594
Re: Mail problem return request

Isenselabs has a fix for this problem now. Works like a charm!
https://isenselabs.com/posts/how-to-fix ... -2200-3020

Jump to post
  • Mon Dec 18, 2017 11:53 pm
  • Replies 3
  • Views 633
Re: Logo on invoice version 3.0.2.0

Solved! Got it all working now. Thanks again straightlight!

Jump to post
  • Mon Dec 04, 2017 4:52 am
  • Replies 20
  • Views 7067
Re: Logo on invoice version 3.0.2.0

Yes, I did: if ($store_info) { $store_address = $store_info['config_address']; $store_email = $store_info['config_email']; $store_telephone = $store_info['config_telephone']; $store_fax = $store_info['config_fax']; //aanvulling voor logo in factuur $store_name = $store_info['config_name']; if (is_fi...

Jump to post
  • Sun Dec 03, 2017 1:50 am
  • Replies 20
  • Views 7067
Re: Logo on invoice version 3.0.2.0

I downloaded the order.php from the server. It was installed through CPanel. I took the order.php from a fresh downloaded archive and seems that line 1656 should be in this array: $data['orders'][] = array( 'order_id' => $order_id, 'invoice_no' => $invoice_no, 'date_added' => date($this->language->g...

Jump to post
  • Sun Dec 03, 2017 1:37 am
  • Replies 20
  • Views 7067
Re: Logo on invoice version 3.0.2.0

That's right. That line is in the info() method. It is not in my invoice() method. But, the error message I get: 2017-12-02 17:16:11 - PHP Notice: Undefined variable: store_name in /home/mysite/public_html/admin/controller/sale/order.php on line 1656 2017-12-02 17:16:11 - PHP Notice: Undefined varia...

Jump to post
  • Sun Dec 03, 2017 1:30 am
  • Replies 20
  • Views 7067
Re: Logo on invoice version 3.0.2.0

I did make all the changes in the public function invoice()
Checked it just to be sure.
But the error message says that the undefined variables are on line 1656 of the order.php script which is an empty line within the info() function. I didn't change anything in that function

Jump to post
  • Sun Dec 03, 2017 12:57 am
  • Replies 20
  • Views 7067
Re: Logo on invoice version 3.0.2.0

No luck yet. I get an error message: 2017-12-02 16:03:40 - PHP Notice: Undefined variable: store_name in /home/mysite/public_html/admin/controller/sale/order.php on line 1656 2017-12-02 16:03:40 - PHP Notice: Undefined variable: store_logo in /home/mysite/public_html/admin/controller/sale/order.php ...

Jump to post
  • Sun Dec 03, 2017 12:33 am
  • Replies 20
  • Views 7067
Re: Logo on invoice version 3.0.2.0

Thanks a lot straightlight! I'll give it a try and let you know if it works.
Should I rename the image file to "config_logo" . So, config_logo.jpg?

Jump to post
  • Sat Dec 02, 2017 11:36 pm
  • Replies 20
  • Views 7067
Logo on invoice version 3.0.2.0

I tried to add the shop logo to the invoice (the one I can print and send with the order) but somehow it doesn't work. Must be my mistake but I can't figure out what I'm doing wrong. This is what I did: 1. I took the file: admin/view/template/sale/order_invoice.twig and tried to change <div class=&q...

Jump to post
  • Sat Dec 02, 2017 6:31 pm
  • Replies 20
  • Views 7067

Search found 22 matches