Search found 272 matches

Search found 272 matches

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.

Jump to post
  • 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
  • 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: 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....

Jump to post
  • 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;

Jump to post
  • 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;

Jump to post
  • 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: CategoriesMenu3rdLevel

Antropy themes gets my vote:

Image

Jump to post
  • Thu Jul 18, 2024 6:16 pm
  • Replies 12
  • Views 1953
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

Search found 272 matches