Search found 1122 matches

Search found 1122 matches

Re: How to modify admin model file with events? (OC 3.x - OC 4.x)

You can do something like this. First, let's register the event. This will typically be done in your admin/controller/extension/module/yourmodule.php file (replace 'yourmodule' with the name of your module). $this->load->model('setting/event'); $this->model_setting_event->addEvent('yourmodule', 'adm...

Jump to post
  • Mon May 29, 2023 7:58 pm
  • Replies 10
  • Views 10110
Re: trash text above mu shop

First thing first "Fix your both config.php files"

Jump to post
  • Mon May 29, 2023 7:33 pm
  • Replies 6
  • Views 3484
Re: multi-store without cPanel or Plesk

Hello every one. I am facing a problem with creating multi-store, I am currently using opencart V3.0.3.8 with the Journal theme, I am not able to do it as shown in the documents " https://docs.opencart.com/en-gb/administration/multi-store/ " because my hosting provider "siteground&qu...

Jump to post
  • Thu Feb 09, 2023 10:18 pm
  • Replies 4
  • Views 3001
Re: Recommended version to upgrade to from v2.1.0.2

What would you need to do to do a clean install? to be safe On the same server setup a subdomain and install a opencart there. And then install all your required extensions one by one. How would you preserve the customer, order history & product databases with a clean install? You can export ta...

Jump to post
  • Thu Feb 09, 2023 10:09 pm
  • Replies 5
  • Views 1680
Re: Installing the Same Opencart Site in a Different Domain (Site Copying)

Or even more with like IP dedication and then change the site content for the location etc.

Jump to post
  • Mon Jan 30, 2023 9:16 pm
  • Replies 5
  • Views 1348
Re: Shipping options and Estimate delivery date on product page

As per your sample website, I am seeing only 3 options. https://prnt.sc/lBHi1juTr84J 1-is some kind of courier company 2-is some kind of warehouse/outlet where the stock is pre available. 3-is simple text block on the website showing the address details for pickup. I would suggest you may also want ...

Jump to post
  • Sun Jan 29, 2023 8:07 pm
  • Replies 5
  • Views 894
Re: Warning: Bruteforce/DDoS against OpenCart based websites

Since i am using Cloudflare firewall I can see most of the attacks comes from US, Spain, China, & Ru IPs https://prnt.sc/RpfO0qJ8ICBA. And noticed that user agent is always same with empty Post string Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0 https://prnt.sc/q_...

Jump to post
  • Sun Jan 29, 2023 7:57 pm
  • Replies 92
  • Views 64208
Re: Installing the Same Opencart Site in a Different Domain (Site Copying)

Hello, I already have an opencart website. I want to set up the same website on another domain and change features such as currency and location, is it possible? In other words, copying the same site to another domain. This is like the same site opening to different countries. You need to be carefu...

Jump to post
  • Sun Jan 29, 2023 2:29 pm
  • Replies 5
  • Views 1348
Re: changing availability text statuses

clivem wrote:
Sun Jan 29, 2023 8:18 am
I am looking to edit the text for stock status,
Admin/system/localisation/stock statuses

Jump to post
  • Sun Jan 29, 2023 2:19 pm
  • Replies 4
  • Views 1180
Re: Warning: Bruteforce/DDoS against OpenCart based websites

But you are not sending the attack back. These people should learn for what are they doing with their own method.

Jump to post
  • Sun Jan 29, 2023 1:02 am
  • Replies 92
  • Views 64208
Re: Warning: Bruteforce/DDoS against OpenCart based websites

Seems to work, now each of the attackers POST-requests is sent back to where it came from: RewriteCond %{REQUEST_METHOD} POST RewriteCond %{QUERY_STRING} ^$ RewriteRule ^admin/?$ https://%{REMOTE_ADDR}/ [R=308,L] @ADD Creative will you do a pull request for this to master branch as a security measu...

Jump to post
  • Sat Jan 28, 2023 9:12 am
  • Replies 92
  • Views 64208
Re: your MS Software store is finally online.

thehazzard wrote:
Sat Jan 28, 2023 5:12 am
at the moment we use v3.2.0-rc
3.2.0.rc is the latest version of Journal make sure use the relase 60. You may optimise it from here: https://prnt.sc/gRsaCY1Gkou1

Jump to post
  • Sat Jan 28, 2023 9:08 am
  • Replies 13
  • Views 15663
Re: your MS Software store is finally online.

Which version of the Journal theme you are using?

Jump to post
  • Fri Jan 27, 2023 11:35 pm
  • Replies 13
  • Views 15663
Re: Warning: Bruteforce/DDoS against OpenCart based websites

Access to the /admin folder by IP address regardless of the method or server type is the way to go. This is a good practice anyway and will avoid any other unforeseen future attacks. Here is my 2 Cent for this ErrorDocument 403 https://www.youtube.com/watch?v=dQw4w9WgXcQ Order Deny,Allow Deny from ...

Jump to post
  • Fri Jan 27, 2023 10:58 pm
  • Replies 92
  • Views 64208
Re: Opencart & its Security ?

To prevent access to the admin here is my simple solution Add a new file into your admin name it .htaccess and add this code into it. ErrorDocument 403 https://www.youtube.com/watch?v=dQw4w9WgXcQ Order Deny,Allow Deny from all #Whitelist Office IP Allow from your ip address This code basically will ...

Jump to post
  • Fri Jan 27, 2023 10:54 pm
  • Replies 18
  • Views 1503
Re: reCaptcha stopped working on my Account Registration page form

To be honest the security is always concern no matter what ever platform a user uses. For my personal advice I would recommend using V3 invisible version along with some CSRF protection. It would be better to enable some firewall on your server if you are using on dedicated server for example CSF et...

Jump to post
  • Sun Jan 22, 2023 1:00 am
  • Replies 12
  • Views 2173

Search found 1122 matches