Re: OCMOD 3.0.3.7 not working with .twig file
Your ocmod isn't formatted correctly, eg: missing <code></code> Should be like: <?xml version="1.0" encoding="utf-8"?> <modification> <name></name> <version>1.0</version> <author></author> <link></link> <code></code> ..... Also if you have used the theme editor it will take priority over any ocmod.
Jump to post- Sat Apr 10, 2021 3:33 am
- Replies 7
- Views 242
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 your webspace. Contact your web ...
Jump to post- Sat Apr 10, 2021 3:25 am
- Replies 2
- Views 99
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- General Support
- Opencart 3.0.3.6 where is call for sending email on admin status change when notify is selected
- Sat Apr 10, 2021 2:54 am
- Replies 2
- Views 154
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.
- Sat Apr 03, 2021 3:44 pm
- Replies 2
- Views 144
Re: CENTERING FOOTER COLUMN HEADERS
^ +1 use refined selectors as @by mona suggested
Its bad practice to use inline css.
-
- Sat Apr 03, 2021 6:27 am
- Replies 8
- Views 345
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
- Sat Apr 03, 2021 6:22 am
- Replies 6
- Views 270
Re: Installing Hotjar JavaScript tracking code
Yes. Just add it below your existing google Analytics script. Jump to postmitrecyclers wrote: ↑Wed Mar 31, 2021 6:17 pmI already have google Analytics working on my website as well. Can I add HotJar code in same? at which point
- Thu Apr 01, 2021 12:45 am
- Replies 9
- Views 2396
Re: Locked out of admin dashboard after editing time zone
There is a whole thread on this in the bug report section.
viewtopic.php?f=201&t=222369&start=20#p817086
- Wed Mar 31, 2021 8:27 am
- Replies 3
- Views 118
Re: google analytics
Default one should work fine. Link to site?
Jump to post- Wed Mar 31, 2021 1:51 am
- Replies 4
- Views 164
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 350
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 95
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 25
- Views 9002
Re: Products still in cart after purchase completed
Payment gateway being used?
Jump to post- Sat Mar 27, 2021 3:15 am
- Replies 3
- Views 134
Re: Problem coding custom payment gateway
Code: Select all
type: 'post',
dataType: 'json',
cache: false,
- Fri Mar 26, 2021 8:45 am
- Replies 1
- Views 144
Re: edited twig files suddenly not being pulled.
In phpmyadmin go to oc_theme.
Whats set for column store_id and column theme?
- Fri Mar 26, 2021 5:37 am
- Replies 9
- Views 265
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.
- Fri Mar 26, 2021 4:31 am
- Replies 9
- Views 265
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 265
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 162
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 .
- Thu Mar 25, 2021 5:31 pm
- Replies 4
- Views 165
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 139