Search found 1469 matches

Search found 1469 matches

Re: OC 3.0.3.7 - Payment extension Callback Problem - server returns 500

"POST /index.php?route=extension/payment/paytr_checkout/callback HTTP/1.1" 500 4207 "-" "Mozilla/5.0 ......" You are getting a 500 error, so you need to check your PHP server error log not opencart error log. They typically reside in a logs folder within the root of yo...

Jump to post
  • Sat Apr 10, 2021 3:25 am
  • Replies 2
  • Views 475
Re: Opencart 3.0.3.6 where is call for sending email on admin status change when notify is selected

The mail notify is controlled by an event on addOrderHistroy https://github.com/opencart/opencart/blob/3.0.3.7/upload/catalog/controller/mail/order.php Trigger catalog/model/checkout/order/addOrderHistory/before Action mail/order You can view your events in the Admin -> Extensions -> Events and furt...

Jump to post
  • Sat Apr 10, 2021 2:54 am
  • Replies 2
  • Views 682
Re: How to hide Submit button if customer is not login OC 3.0.3.7 default theme

Unlikely hiding the submit button will do anything as the form can still be sent via post. If you were to do this, you would be better off putting the customer check in the validate method not hiding a button.

Just use one of the anti spam plugins on the marketplace, honeypot stuff is effective.

Jump to post
  • Sat Apr 03, 2021 3:44 pm
  • Replies 2
  • Views 282
Re: CENTERING FOOTER COLUMN HEADERS

^ +1 use refined selectors as @by mona suggested

Its bad practice to use inline css.
-

Jump to post
  • Sat Apr 03, 2021 6:27 am
  • Replies 8
  • Views 611
Re: Google Captcha v3 integration

Default OC doesn't use ReCaptcha 3 it uses version two. The key pair consists of a site key and secret key, which you obtain from google.
https://developers.google.com/recaptcha/intro

Jump to post
  • Sat Apr 03, 2021 6:22 am
  • Replies 6
  • Views 782
Re: Installing Hotjar JavaScript tracking code

mitrecyclers wrote:
Wed Mar 31, 2021 6:17 pm
I already have google Analytics working on my website as well. Can I add HotJar code in same? at which point
Yes. Just add it below your existing google Analytics script.

Jump to post
  • Thu Apr 01, 2021 12:45 am
  • Replies 9
  • Views 3287
Re: google analytics

Default one should work fine. Link to site?

Jump to post
  • Wed Mar 31, 2021 1:51 am
  • Replies 4
  • Views 366
Re: php object model?

So when you process the order I assume you update the order status? oc_order_history has date_added, you might be able to pull off of that, otherwise you will need to write some simple logic to generate a date.

Jump to post
  • Sun Mar 28, 2021 3:25 pm
  • Replies 8
  • Views 697
Re: Make mobile menu close after click?

Not really an OC issue as its just bootstrap. Maybe try something here - https://stackoverflow.com/a/23769601

Jump to post
  • Sun Mar 28, 2021 6:26 am
  • Replies 1
  • Views 258
Re: [SOLVED] Can't login to admin panel

I am trying to setup a new store and this just happened to me. You would think this kind of error is basic and should not happen. I cannot log back into the admin now. I've tried deleting sessions, changing timezone back to UTC and still nothing. Definitely frustrating a new user. Follow the steps ...

Jump to post
  • Sat Mar 27, 2021 7:25 am
  • Replies 39
  • Views 67946
Re: Problem coding custom payment gateway

Code: Select all

type: 'post',		
dataType: 'json',
cache: false,
You are passing the option selector as a querystring and expecting a json response. Do you have a json response in your controller save_option method?

Jump to post
  • Fri Mar 26, 2021 8:45 am
  • Replies 1
  • Views 322
Re: edited twig files suddenly not being pulled.

In phpmyadmin go to oc_theme.

Whats set for column store_id and column theme?

Jump to post
  • Fri Mar 26, 2021 5:37 am
  • Replies 9
  • Views 662
Re: edited twig files suddenly not being pulled.

Using the default theme? Muti-store setup? PHP version?

Check the OC error logs and server error logs.

Jump to post
  • Fri Mar 26, 2021 4:31 am
  • Replies 9
  • Views 662
Re: edited twig files suddenly not being pulled.

If you are using the theme editor, changes you make to the actual twig file (e.g uploading and editing via FTP) won't be reflected . You would have to remove those changes from the theme editor.

Jump to post
  • Fri Mar 26, 2021 3:22 am
  • Replies 9
  • Views 662
Re: Double Order confirmation 3.0.3.6 with Fresh theme

You are using PayPal? Standard, Express checkout?

Jump to post
  • Thu Mar 25, 2021 6:11 pm
  • Replies 4
  • Views 290
Re: Custom advanced order search for admin [Help needed]

Suggest you take the time and do a proper implementation, plenty of info here and members to help if you get stuck.

I am not seeing anything in your code to protect against SQL injection, validation, etc .

Jump to post
  • Thu Mar 25, 2021 5:31 pm
  • Replies 4
  • Views 507
Re: Gaps in Latest module

Provide a screenshot or link to your site if you want help.

Jump to post
  • Thu Mar 25, 2021 3:12 am
  • Replies 2
  • Views 216
Re: moving to new server problem

changed the storage dir and was able to get store working, changed time zone in admin and save it, got logged out and now cant log back into the admin or store front, the login screen just loops ... so much for easy transfer, store been down 2 weeks now :( Sadly a bug in 3.0.3.7 https://forum.openc...

Jump to post
  • Wed Mar 24, 2021 1:31 pm
  • Replies 41
  • Views 4817

Search found 1469 matches