Search found 2196 matches

Search found 2196 matches

Re: The OpenCart community needs to strive for the global market as much as possible

I personally think Opencart needs to go back to the 1.5.6.4 time of being an "upload, configure, and go" shopping cart. #1 Stable release that are ADVERTISED as stable and the non-stable ones ALSO ADVERTISED as non stable (i.e. disclaimer on 4.x.x.x to not use in production on places you d...

Jump to post
  • Sun Mar 16, 2025 5:20 am
  • Replies 7
  • Views 234
Re: Has anyone developed a command line script to download the xml for OCMods?

Ok here is my attempt with a BIG disclaimer: I am NOT responsible for anything this does to your system! It works for me and yes I know it could be consider non-secure! #!/bin/bash CURRENT_DIR=$(pwd) # Prompt user for the db info read -p "Enter the user: " user read -p "Enter the pass...

Jump to post
  • Sun Mar 16, 2025 4:55 am
  • Replies 4
  • Views 83
Re: Has anyone developed a command line script to download the xml for OCMods?

Have you seen this? https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=22318 Yes I have and use a version like it. But I was looking for a slight different flavor so I I could use it to get the current version from the commandline. Mike P.S. being able to modify th...

Jump to post
  • Sun Mar 16, 2025 4:53 am
  • Replies 4
  • Views 83
Has anyone developed a command line script to download the xml for OCMods?

I had a thought about OCMods and how it'd be nice to run from the command line a script that you tell it the "code" or "name" of the OCMod and it retrieves the XML.
Before I tackle this does anyone know if this is already out there?
Mike

Jump to post
  • Sun Mar 16, 2025 12:43 am
  • Replies 4
  • Views 83
Re: How to Install and Configure the "Advanced Product Filter Module" from ModzBig in OpenCart 4.0?

What is that? Is it an extension in the marketplace? If so point us to it. Also, have you asked the author?

Mike

Jump to post
  • Wed Mar 12, 2025 12:43 am
  • Replies 1
  • Views 185
Re: 4.1.0.0 error

Freshly installed version 4.1.0.0. (I attached a picture) 3.0.3.8 worked flawlessly. Maybe the only version that really works except that the system crashed during paid themes. I think I'll switch to a different webshop engine. Ok do what is best for your business. I am on condors version of 2.3.0....

Jump to post
  • Wed Mar 05, 2025 11:50 pm
  • Replies 2
  • Views 194
Re: PAYPAL CHECKOUT INTEGRATION - SETTLEMENT METHOD

I want to make permanent the "Settlement Method" under General settings to "Authorization." I will change it from "Sale" to "Authorization," and save it. The next morning it reverts back to "Sale." How can get it to remain permanently as "Autho...

Jump to post
  • Wed Mar 05, 2025 10:20 pm
  • Replies 2
  • Views 595
Re: Opencart 3.0.3.8 and system directory writing to

BTW this is my file structure of the ocmod.zip file upload/ ├── admin/ │ ├── controller/ │ │ └── extension/ │ │ └── payment/ │ │ └── dealwith.php │ ├── language/ │ │ └── en-gb/ │ │ └── extension/ │ │ └── payment/ │ │ └── dealwith.php │ ├── view/ │ │ └── template/ │ │ └── extension/ │ │ └── payment/ ...

Jump to post
  • Mon Mar 03, 2025 11:46 am
  • Replies 3
  • Views 435
[SOLVED] Opencart 3.0.3.8 and system directory writing to

Hello, I have an extension I wrote for opencart 2.x.x.x. I just converted it to use in my test installation of Opencart 3.0.3.8 (and by proxy 3.0.4.0). Part of my extension puts a file in the system directory. When I attempted to run the extension installer I get "The directory system/whoweacce...

Jump to post
  • Mon Mar 03, 2025 10:37 am
  • Replies 3
  • Views 435
Re: Multi Store with two different Domains

I have few questions on this matter, i have been thinking about to have multistore, but still have some doubts. 1.do i need to have both stores on same OC version? 2.how do i connect new store with default DB?( wehn i setup new store i use default store DB logins? 3. can i add new storethat is alre...

Jump to post
  • Thu Feb 27, 2025 9:37 pm
  • Replies 15
  • Views 6578
Re: OpenCart 4.1.0.0 Front-End Login/Registration Shows JSON Redirect Instead of Completing

michaelsen wrote:
Tue Feb 25, 2025 10:40 pm
Found the issue!!
I had cloudflare rocketloader enabled. I disabled, cleared CF cache and everything works!
Another weirdness from cloudflare. Never really trusteed them 100%.

Jump to post
  • Tue Feb 25, 2025 10:50 pm
  • Replies 12
  • Views 3354
Re: Add extra field to contact form, almost there, need a bit of help

Actually never mind guys, chatgpt gave me an example and I was able to make it work $mail->setText( "Enquiry: " . $this->request->post['enquiry'] . "\n" . "Vehicle: " . $this->request->post['vehicle'] ); Yes but also might want to mention where those two posts come fro...

Jump to post
  • Wed Feb 19, 2025 9:32 am
  • Replies 4
  • Views 406
Re: product page is not working

I'll add your theme isn't something I would use.
If you hover over the category links it shows a drop down with sub categories ... if you try to move the mouse to one of those categories it then closes the drop down before you can get your mouse there. I'd leave your page in 15 seconds.
Mike

Jump to post
  • Tue Feb 18, 2025 1:43 am
  • Replies 2
  • Views 412
Re: PHP8+ Required

Thanks for your replies I have the following line in htaccess which I don't think is now the problem. AddHandler application/x-httpd-ea-php82 .php .php8 .phtml I've now tried to upgrade from 1.5 to 2.3 but when I run install as per the instructions I simply get a blank page with the url ending inst...

Jump to post
  • Sun Feb 16, 2025 11:00 pm
  • Replies 6
  • Views 2626
Re: So I asked ChatGPT to write me a VQMOD....

I am not. I am just using the free one.

Mike

Jump to post
  • Sun Feb 16, 2025 6:38 am
  • Replies 5
  • Views 1458
Re: So I asked ChatGPT to write me a VQMOD....

Oh I agree with you. But it still has quite a bit to go. For example I updated a modification that is available in the marketplace to be php 8.2 compatible. I then took the original and asked chatgpt to do it too. Not bad. Then I told it to convert the 2.3.0.2 version to 3.0.4.0 version. It just ren...

Jump to post
  • Sat Feb 15, 2025 10:36 am
  • Replies 5
  • Views 1458
Re: So I asked ChatGPT to write me a VQMOD....

ChatGPT is decent but still misses a lot of logic.
I did almost the same for an extension that was written for < 7.3 and asked it to do 8.2. It crashed an burned. The coding is ok but you'll most likely spend more time debugging versus just re-writing it.

Mike

Jump to post
  • Thu Feb 13, 2025 2:43 am
  • Replies 5
  • Views 1458
Re: Bootstrapping opencart to a custom file for a cron job

I'm trying to setup a file to be executed by cron...not going so well. The primary function of this file is to do database stuff. In the past the only way I got cron to work is to make it completely independent of opencart....so it just contained raw php coding, no includes, functions, etc. But wit...

Jump to post
  • Tue Feb 11, 2025 11:43 pm
  • Replies 8
  • Views 934
Re: facing this error when upgrade "Patch 2 has been applied (2 of 9)"

facing this error when upgrade "Patch 2 has been applied (2 of 9)" Wow too much info... Stop overloading us before we drown.... Now with that out of the way.... #1 Upgrade attempted from what version to what version? #2 Most recommend not to try to use the upgrade function #3 Are you seei...

Jump to post
  • Mon Feb 10, 2025 2:18 am
  • Replies 1
  • Views 632

Search found 2196 matches