Re: Upgrade and Theme suggestion for shoes website
3.0.4.1 keep away from V4 for live websites.
any css only theme search for Antropy or istore to get you started.
- Sun Jun 08, 2025 2:58 am
- Replies 1
- Views 943
Re: Date added is incomplete or rounded
Could be a lower case , UPPER case typo. The format d/m/y gives two-digit year, which could be the reason you're seeing 03/06/3. "d/m/Y" Y = full year (e.g., 2025), "d/m/y" y = last two digits of year (e.g., 25) Example working in English - https://github.com/opencart/opencart/bl...
Jump to post- Wed Jun 04, 2025 10:28 pm
- Replies 6
- Views 1693
Re: Error: Error: Unknown column 'status' in 'where clause' Error No: 1054
BACK UP/ MAKE A COPY THIS FILE BEFORE EDITING; The error you're seeing in OpenCart: Error: Unknown column 'status' in 'where clause' Error No: 1054 means that the SQL query is trying to filter results using a column named status, but the status column does not exist in the oc_theme table. Remove th...
Jump to post- Installation, Upgrade, & Config Support
- Error: Error: Unknown column 'status' in 'where clause' Error No: 1054
- Tue May 27, 2025 6:19 pm
- Replies 6
- Views 1525
Re: New product page error appeared
Indeed, it seems that the CKEditor version you're using has vulnerabilities, so upgrading to 4.25.0-lts is a good idea, as mentioned. This is also a good time to think about cybersecurity throughout your site, perhaps with a quick audit to check for other potential weak points. i read that too, see...
Jump to post- Fri Sep 13, 2024 7:42 pm
- Replies 6
- Views 2340
Re: Category Child Limit, Top Nav Bar
You are wrong. Please read the Forum Rules once again, more carefully this time. While I understand the need for rules and guidelines, I imagine that as a business reliant on attracting and retaining forum users, a more supportive approach might be more beneficial. The original post may not have fo...
Jump to post- Fri Sep 06, 2024 7:39 pm
- Replies 7
- Views 830
Re: on the product page,how to make the auto-added white space for product image to be black?
a link would be good to view the area.
not loading >> http://www.bestshop24h.com/
- General Support
- [SOLVED]on the product page,how to make the auto-added white space for jpg product image to be black?
- Mon Sep 02, 2024 6:48 pm
- Replies 9
- Views 1710
Re: Change text in discount
what theme are you using please?
https://www.google.com/search?client=fi ... count+text
- Fri Aug 30, 2024 5:40 pm
- Replies 2
- Views 361
Re: Customiaztions OC
Hi, are you referring to, on the default theme
Powered By OpenCart
Your Store © 2024
&
OpenCart © 2009-2024 All Rights Reserved.
Version 4.0.2.3
Google is your friend....
- Thu Aug 15, 2024 11:51 pm
- Replies 5
- Views 683
Re: Hide Cart Footer
if you mean hide the complete footer, you can add this to your style sheet (if using the default theme)
footer {
visibility: hidden;
- Tue Aug 13, 2024 11:56 pm
- Replies 2
- Views 477
Re: Feedback for the new checkout
maybe worth just changing these two lines in the .css file to the below. simple and free , (please check to make sure it doesnt effect anything else on the site)
Code: Select all
bootstrap.css
.col-md-7 {
flex:0 0 auto;
width:100%;
.btn {
--bs-btn-padding-x: 1.75rem;
- Thu Aug 08, 2024 9:29 pm
- Replies 8
- Views 21500
Re: Remove Captcha From OpenCart 1.5.6.5
Only one plugin for WP that I found handled them efficiently and WP removed it from their repository because it conflicted with Akismet which in my opinion didn't come close to it. # wasnt the below by any chance, wondered myself where it had gone... "WP Captcha prove that the visitor is a hum...
Jump to post- Tue Jul 30, 2024 7:08 pm
- Replies 7
- Views 2405
Re: Default and custom theme switch
have a look here
viewtopic.php?f=199&t=203626
and here
viewtopic.php?t=185920
hope they help
- Tue Jul 23, 2024 5:09 pm
- Replies 2
- Views 548
Re: Mollie uninstall
try there github page https://github.com/mollie/OpenCart/issues
Jump to post- Tue Jul 23, 2024 5:07 pm
- Replies 4
- Views 1608
Re: Changing the screen row to horizontal and not vertical
Journal v.3.2.0-rc.100
- Tue Jul 23, 2024 5:06 pm
- Replies 3
- Views 588
Re: CategoriesMenu3rdLevel
Antropy themes gets my vote:
- Thu Jul 18, 2024 6:16 pm
- Replies 12
- Views 1953
Re: CategoriesMenu3rdLevel
this one is free
https://www.opencart.com/index.php?rout ... =64&page=1
- Tue Jul 16, 2024 11:23 pm
- Replies 12
- Views 1953
Re: [REFUSED] oc_bots_report becomes corrupted as soon as I leave maintenance mode
could be related to this:
viewtopic.php?t=209164
- Tue Jul 16, 2024 7:45 pm
- Replies 3
- Views 1124
Re: Dashboard Navagation Menus Keep Collapsing
clear browser cache would be my first call. as it loads find for me on firefox.
Jump to post- Mon Jul 15, 2024 11:56 pm
- Replies 11
- Views 1384
Re: Product Image Colour Swap & Advanced Colour Options for 3.0.3.8
before you go to far, i would look at updating to 3.0.3.9 or 3.0.4.0
https://github.com/opencart/opencart/tree/3.0.x.x
- Wed Jul 10, 2024 3:14 pm
- Replies 4
- Views 1349