Re: [SOLVED] Missing spaces in HTML class tag
Solution here: https://stackoverflow.com/a/62554618/5256092 (no need to downgrade PHP)
Jump to post- Thu Oct 13, 2022 2:42 pm
- Replies 5
- Views 2050
Re: Orders randomly going to "missing orders" vs "Order received" - Paypal plugin
Have you fixed samesite cookies?
Jump to post- Wed Sep 28, 2022 6:56 am
- Replies 4
- Views 828
Re: Hacked with Fake Form at Checkout for Credits Card OC 3.0.3.6
If the affected users can contact me in private and share some thoughts about the developers they gave access to, because I have some suspicions of a very famous module developer, I've given two people access to this particular website, so either is one or the other? The chances someone does it man...
Jump to post- Sat Jul 16, 2022 11:05 pm
- Replies 23
- Views 5195
Re: Hacked with Fake Form at Checkout for Credits Card OC 3.0.3.6
Don't use ANYTHING from Journal :laugh: Everyone loves to hate on Journal but there's absolutely nothing as feature-rich and stable as Journal's latest versions. And no, the default theme is extremely restrictive, unless you have enough money and a team of developers to replicate Journal's most bas...
Jump to post- Fri Nov 05, 2021 12:31 pm
- Replies 23
- Views 5195
Re: Why in the world would people create orders and send to stolen card real address?
Blocking IPs is literally useless, no self-respecting criminal with access to stolen cards is using the same IP for that long. Checking IPs is only useful if you combine it with other data, like MaxMind does. As for the orders shipping to the real addresses, it's possible they are just testing the c...
Jump to post- General Discussion
- Why in the world would people create orders and send to stolen card real address?
- Sat Jul 31, 2021 5:36 am
- Replies 6
- Views 933
Re: OpenCart 3.0.3.7 2x faster and with PHP 5.4 to PHP 8 support
MaxD, will I see any improvements if I use this for a website that's already using the latest version of Lightning?
Jump to post- Sun Jun 27, 2021 7:42 am
- Replies 140
- Views 46546
Re: Reasons behind using PHP engines like TWIG and TPL
I don't know why Daniel did it but I really like working with TWIG. TPL on the other hand can suck my ***
Jump to post- Sun Mar 14, 2021 8:59 am
- Replies 4
- Views 1115
Re: Warning: opencart.com compromised!
I have been deleting these for a couple of days now. They post 5-10 times per day across most of my extensions. Since it's always the same thing, some text with a link (some times it's a cutt.ly short url which I have reported) it shouldn't be that hard to deploy countermeasures such as filtering fo...
Jump to post- Wed Feb 24, 2021 8:05 am
- Replies 17
- Views 10262
Re: OpenCart Alpha 3.1.0.0 has been released
We do that all the time. OpenCart supports view/*/before and view/*/after events, in most cases the view/*/after handlers are the easiest to use, allowing you to modify the final DOM tree. Can you give an example? Let's say I want to add a single "<br>" somewhere. Right now I can use ocmo...
Jump to post- Mon Oct 12, 2020 5:32 am
- Replies 146
- Views 298066
Re: Samesite fix for Opencart 2.3 and PHP 7.1
This one actually works, thank you! Jump to postADD Creative wrote: ↑Wed Sep 30, 2020 6:14 pmFor OpenCart 2.3 and PHP 7.1 your best to start at this post, but read my notes in the post below.
viewtopic.php?f=190&t=216579&start=40#p798977
- Thu Oct 01, 2020 5:15 am
- Replies 3
- Views 943
Samesite fix for Opencart 2.3 and PHP 7.1
Hi, I have an Opencart 2.3 and PHP 7.1 installation that I need to fix the samesite cookie issues. Even though I have, more or less, managed to do it for test sites on PHP 7.3 I've had no luck getting it to work on PHP 7.1 Could anyone please point me to the right direction/provide me with a solutio...
Jump to post- Wed Sep 30, 2020 6:41 am
- Replies 3
- Views 943
Re: localhost email xampp
A bit late to the party but if everyone's interested there this little program that receives the mail sent to localhost. Papercut SMTP: https://github.com/ChangemakerStudios/Papercut-SMTP Simply run the program and have it listen to port 25 or whatever you have set it to in XAMPP. Then, whenever an ...
Jump to post- Sat Apr 18, 2020 12:21 am
- Replies 6
- Views 3031
Re: Make Extension or Module update its own files
I'm glad you are having fun but I'd prefer some doing it as safely (and easily) as possible.
What's the best way to download (and overwrite) a file to some admin or catalog subfolder?
- Tue Jan 14, 2020 4:29 am
- Replies 24
- Views 2754
Re: Make Extension or Module update its own files
That's not a bad suggestion, there's money to be made there but for now I'd rather not. Jump to post
- Tue Dec 24, 2019 5:04 pm
- Replies 24
- Views 2754
Re: Make Extension or Module update its own files
Yes. Why do you ask? I'd like to implement an update mechanism for an extension I'm coding so whenever a new version gets released they can click a button and update (replace) all of the extension's files without having to go through the trouble of downloading files and then trying to install them ...
Jump to post- Tue Dec 24, 2019 2:30 am
- Replies 24
- Views 2754
Re: Make Extension or Module update its own files
Ok, let's rephrase it a bit.
Can a basic, already installed extension replace/modify files in catalog\controller\extension\analytics and other such directories without outside help, the same way it does with system\storage\download directory?
- Mon Dec 23, 2019 3:41 am
- Replies 24
- Views 2754
Re: Make Extension or Module update its own files
No OC version posted. Mostly 3.x but I'd like 2.x as well. I think however that you have misunderstood, to some degree, what I'm asking. You have a smartphone, you open the appstore and find an app you like so you download it. A few days later the app's developer updates it so you open the appstore...
Jump to post- Sun Dec 22, 2019 11:05 pm
- Replies 24
- Views 2754
Make Extension or Module update its own files
Hi, Is there a way to have an extension or module automatically update its own files? If we have the usual php files in admin/controller/extension/etc or catalog/controller/extension/etc can we automatically download new files from "the internet" and replace the existing files in those fol...
Jump to post- Sun Dec 22, 2019 10:26 pm
- Replies 24
- Views 2754
Re: One extension that Outputs to multiply URLs
That's helpful, thanks!
Because I'm a noob, does some list of events exists somewhere?
I'd be interested in tracking changes to products, categories, options, addresses, etc. Jump to post
- Sun Dec 22, 2019 10:07 pm
- Replies 8
- Views 1213
Re: One extension that Outputs to multiply URLs
If it is one extension outputting different content you have to tell the extension what to output. Use a parameter like: index.php?route=extension/analytics/my_extension&output=categories index.php?route=extension/analytics/my_extension&output=products For some reason it didn't occur to me ...
Jump to post- Mon Oct 07, 2019 12:28 am
- Replies 8
- Views 1213