Search found 22258 matches

Search found 22258 matches

Re: How to disable the Site Shutdown function? 3.0.3.8

In system/config/catalog.php file,

find:

Code: Select all

'startup/maintenance'
replace with:

Code: Select all

//'startup/maintenance'
This should resolve the issue.

Jump to post
  • Thu Mar 28, 2024 7:46 am
  • Replies 16
  • Views 368
Re: référencement de photo

Version d'OC. Cependant, cette extension peut surement vous être utile: https://www.opencart.com/index.php?rout ... n_id=32624 .

Jump to post
  • Thu Mar 28, 2024 7:40 am
  • Replies 1
  • Views 698
Re: Error admin when i enter

Server error logs.

Jump to post
  • Thu Mar 28, 2024 7:37 am
  • Replies 1
  • Views 135
Re: What PHP file executes only once per visitor?

I would simply create an event or use OCMod to accomplish this task by targeting a controller instead of a startup file.

Jump to post
  • Thu Mar 28, 2024 7:35 am
  • Replies 4
  • Views 111
Re: Problem with moving the storage directory outside of the web directory in Security Notification pop-up after install

Installed OpenCart v4.0.2.3 on KeyHelp hosting control panel ( https://www.keyweb.de/en/keyhelp/keyhelp/ ) After installing OpenCart, after first login, I get a Security Notification pop-up dialog: ---- Important Security Notification! Storage path It is very important that you move the storage dir...

Jump to post
  • Mon Mar 25, 2024 3:53 am
  • Replies 1
  • Views 371
Re: Any simple way to redirect from product page to contact page with product info?

Or, by using the customer search table to pull the product ID whereas the current customer ID is currently logged in to avoid the SPAMs. OC 4 releases also uses tokens on the frontend to ensure reliability prior to form postings.

Jump to post
  • Sat Mar 16, 2024 11:05 pm
  • Replies 5
  • Views 483
Re: Sell content as a product

I would be very grateful if you could tell me more about this solution. I need to provide access to the page selected by the client after he has paid or debited the amount from his account. And after 60 minutes, close access to this page. Those. manage access to pages, taking into account payment a...

Jump to post
  • Fri Mar 15, 2024 7:32 am
  • Replies 9
  • Views 1063
Re: Create simple Hello extension for OC4.0.2.3

The extension route cannot be used from the URL on the catalog-end side.

Jump to post
  • Sun Mar 10, 2024 3:21 am
  • Replies 2
  • Views 385
Re: AI Bot with OC Tables?

You could use a CRON task or an API that pulls the products.

Jump to post
  • Sat Mar 09, 2024 8:58 pm
  • Replies 1
  • Views 917
Re: OC 4 is sending out commission emails

I have affiliate marketing completely turned off. The customer gets an email saying they earned commission on their purchase of 100%. WTF is going on and how do I stop this? OC version. Event Triggers for affiliates needs to be disabled from the OC admin. Version is latest OC 4. 4.0.2.3 I believe W...

Jump to post
  • Thu Mar 07, 2024 6:00 am
  • Replies 9
  • Views 1298
Re: extension uninstall?

paulfeakins wrote:
Thu Mar 07, 2024 12:53 am
straightlight wrote:
Wed Mar 06, 2024 7:41 am
More info is needed.
Not really, the question is clear.
That's because you have your own documentation.

Jump to post
  • Thu Mar 07, 2024 5:59 am
  • Replies 9
  • Views 519
Re: Fatal PHP Error Detected - index.php?route=checkout/register/save

PayPal can be quite slow at times sending IPNs because of network bottlenecks. In other words, don't worry about if a transaction went thought unless it doesn't show up that day...I'll remember that in case it happens again. Any thoughts on the Fatal PHP Error? I don't think they are related, and I...

Jump to post
  • Thu Mar 07, 2024 5:57 am
  • Replies 8
  • Views 387
Re: extension uninstall?

By looking at other extensions I'm using, I was able to determine how to do a basic setup of an extension, have it install using the opencart 4, set up tables in a model->install() function, set permissions for admin, etc. But I tried uninstalling and in spite of having a DROP TABLE in an uninstall...

Jump to post
  • Wed Mar 06, 2024 7:41 am
  • Replies 9
  • Views 519
Re: Problem with default theme contact form success page.

Hello, I'm using OpenCart 4.0.2.3 with the default OpenCart theme and I just noticed that when I fill out the contact form, the Success page loads at the bottom of the homepage. The form itself works fine and there are no errors in the error log about this. I just wondered if there was a way to get...

Jump to post
  • Wed Mar 06, 2024 7:40 am
  • Replies 2
  • Views 200
Re: Data session issues

How are you triggering/calling your custom function? Hello, For this test, I only tried by taping the url into the browser to check session but in "normal" mode, the module should redirect user from the OC site to my API and then redirect to the OC site. The API redirect the user on the u...

Jump to post
  • Wed Mar 06, 2024 7:35 am
  • Replies 8
  • Views 971

Search found 22258 matches