Re: Invalid Token in front end
More details needed, such as: website URL, payment method, other extensions, PHP version
Jump to post- Sat Feb 04, 2023 1:02 am
- Replies 2
- Views 95
Re: Using Image Manager twice on admin product page
Your description makes no sense. OpenCart (whatever version you use, please be more specific) already allows for additional images for products. There 2 DB tables for storing product images: oc_product.image (for the main product image) oc_product_image.image (for additional images) I have no idea w...
Jump to post- Sat Feb 04, 2023 12:58 am
- Replies 9
- Views 199
Re: Checkout and Submit (contact) buttons not working
The master branch is not suitable for the live websites, it is for developers.
Jump to post- Fri Feb 03, 2023 9:12 pm
- Replies 4
- Views 140
Re: Using Image Manager twice on admin product page
Can you please in easier to understand terms what exactly it is you are trying to accomplish that can't be done with a standard OpenCart? Jump to postI need to add a function so that the admin would be able to add images in 2 separate places on a product page instead of one.
- Fri Feb 03, 2023 9:10 pm
- Replies 9
- Views 199
Re: multi seller
Some users think we are all mind readers
- Fri Feb 03, 2023 9:07 pm
- Replies 2
- Views 74
Re: Ajax Filter FREE (by Filter and by search keywords)
We won't be able to help you here because you are simply not providing enough details. See forum rules. Jump to post
- Thu Feb 02, 2023 10:54 pm
- Replies 2
- Views 132
Re: How to switch to another database
Why do you even want to install another OC 3.0.3.1 with the same database when your end goal is an upgrade to 3.0.3.8?
Just export your old product data off the old server, and import to the new OC 3.0.3.8 one, see also our FAQ on how to do that.
- Thu Feb 02, 2023 10:49 pm
- Replies 8
- Views 210
Re: Checkout button is not working
The Journal3 framework isn't even supported here, use the Journal3 support for it. Also be aware that the Journal3 one-page checkout (quite different from the OpenCart checkout) has known bugs which were reported on the OpenCart forum in the past.
Jump to post- Thu Feb 02, 2023 10:43 pm
- Replies 2
- Views 109
Re: spam url generator
DDoS attack? Anyway, they all seem to end with '.html'. This should make it easy enough to reject them straight away in the '.htaccess' with a simple RewriteCond and RewriteRule.
Jump to post- Wed Feb 01, 2023 6:16 am
- Replies 2
- Views 216
Re: Warning: Bruteforce/DDoS against OpenCart based websites
Just to be clear: This particular bruteforce attack, as described on this forum thread, has the sole purpose of guessing the user/password of the admin. Spambots are different, their purpose usually is to send spam mails via the Contact page, or to do fake account registrations.
Jump to post- Tue Jan 31, 2023 7:56 pm
- Replies 86
- Views 31521
Re: Bad form to ask about developer status/whereabouts?
Just curious: What kind of extensions? What are they trying to modify? Jump to postbut some of my extensions just cannot work that way, so I will have to use vQmod
- Tue Jan 31, 2023 1:45 am
- Replies 5
- Views 572
Re: modification page issue
If you don't have VQmod then why do you even have this XML file in there? And it looks like one of your OCmod extensions modifies the admin/controller/marketplace/modification.php, which is a bad thing to do. But the actual error is caused by one of your OCmod-based extensions using an XML with a mi...
Jump to post- Mon Jan 30, 2023 8:32 pm
- Replies 9
- Views 261
Re: Bad form to ask about developer status/whereabouts?
In general, there hasn't been a need for VQmod since OpenCart 3. Extensions developers should make some efforts and use event handlers. Most extensions relying on VQmod tend to be of poor quality.
Jump to post- Mon Jan 30, 2023 5:50 pm
- Replies 5
- Views 572
Re: modification page issue
OpenCart 3.0.3.8 doesn't work on PHP 8, use PHP 7.4.
Also, are you using the Integrated VQMod extension by any chance?
- Mon Jan 30, 2023 5:44 pm
- Replies 9
- Views 261
Re: duplicate product on order
The Journal3 framework is of poor quality, and in particular it's one-page checkout has known bugs. This is not an OpenCart issue. You have to contact the Journal3 support. See also this forum thread.
Jump to post- Mon Jan 30, 2023 5:32 pm
- Replies 10
- Views 334
Re: How to remove "catalog" from the url?
OC 4.0.1.1 is not suitable for a live website, OC 4 is still subject of development. Use OC 3.0.3.8, or 3.0.x.x_Maintenance .
Jump to post- Sun Jan 29, 2023 10:37 pm
- Replies 4
- Views 316
Re: Installing the Same Opencart Site in a Different Domain (Site Copying)
This could be addressed with appropriate link canonical entries. Jump to post
- Sun Jan 29, 2023 10:35 pm
- Replies 4
- Views 230
Re: Admin page is not available
It works, but the theme is horrible, with too much wasted screen space, it needs to be slim and faster.
Other than this, as IP_CAM pointed now, you have to contact the Journal3 support for your framework.
- Sun Jan 29, 2023 10:33 pm
- Replies 3
- Views 258
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. Have been using this for a few hours: RewriteCond %{REQUEST_METHOD} POST RewriteCond %{QUERY_STRING} ^$ RewriteRule ^admin/?$ http://%{REMOTE_ADDR}/ [R=301,L] Sends back a multitude of ...
Jump to post- Sun Jan 29, 2023 1:30 am
- Replies 86
- Views 31521
Re: Change Hosting
Once you have checked for the correctness of your config.php, admin/config.php, and .htaccess files, you will have reached a stage where you may have to contact the Journal3 support because you are the using the Journal3 framework, which makes your site mostly non-Opencart in terms of the number of ...
Jump to post- Sun Jan 29, 2023 12:52 am
- Replies 11
- Views 331