Search found 319 matches

Search found 319 matches

[FREE EXTENSIONS] All my extensions is free

Hello everyone! I have been working with OpenCart-based online stores for over 12 years, focusing on designing and improving existing solutions. Selling extensions has always been a small part of my work, and due to market changes, it is no longer profitable. With my relocation to the USA, I've deci...

Jump to post
  • Sun Dec 22, 2024 6:46 am
  • Replies 2
  • Views 1227
Re: Hacker Paypal direct code in checkout

Hello!

If you are interested in site cleaning with a 1-year guarantee, you can read the description of this service here.

Upon completion, a detailed report with recommendations. + I will install a free module to track changes in files (FSMonitor).

Regards,
Talgat

Jump to post
  • Mon Dec 02, 2024 11:56 am
  • Replies 12
  • Views 544
Re: OcMOD update programatically

Hi! You can move the ocmod update functionality to the catalog and it will be available via a regular link. I recommend adding a check for some secret_key in the controller. There is one nuance. Before updating the modifiers, the algorithm turning on the maintenance mode in the store. If an error oc...

Jump to post
  • Tue Nov 05, 2024 1:16 am
  • Replies 2
  • Views 1651
Re: What are the key steps to launching a tech product?

Hi!

Could you please describe in more detail what exactly you want to do?

Jump to post
  • Sun Nov 03, 2024 6:21 am
  • Replies 1
  • Views 3304
Re: How to mod OC 4.0.2.3 share Facebook pictures

Hi!

Try to find extensions using query "opengraph". It's a protocol for sharing structured data.

Jump to post
  • Wed Oct 02, 2024 3:52 am
  • Replies 3
  • Views 521
Re: Overriding method calls from proxy models

In addition to changing data through arguments, event handlers can also return values using return. For example, if the controller/common/home/before event handler returns the generated html code via return, then the entire output of the common/header controller will be replaced by it, and the comm...

Jump to post
  • Sat Sep 21, 2024 7:31 am
  • Replies 5
  • Views 1717
Re: Load a specific language on the Invoice Template

spstore wrote:
Thu Sep 19, 2024 11:31 pm
Where this could be added?
Before model getter functions. 3 it's your language_id.

Jump to post
  • Fri Sep 20, 2024 7:08 am
  • Replies 9
  • Views 1068
Re: Email Signature opencart address file location

Try to check your php.ini file and .htaccess. The sender for the mail function can be specified in these files.

Jump to post
  • Thu Sep 19, 2024 9:48 am
  • Replies 5
  • Views 1035
Re: Email Signature opencart address file location

Hi!

Try to check "System>Settings" in your admin panel.

Jump to post
  • Thu Sep 19, 2024 6:56 am
  • Replies 5
  • Views 1035
Re: Load a specific language on the Invoice Template

Try to substitute config_language_id value in config class.

Code: Select all

$this->config->set('config_language_id', 3);

Jump to post
  • Thu Sep 19, 2024 6:46 am
  • Replies 9
  • Views 1068
Re: Overriding method calls from proxy models

Hi!

It would be nice to see the code of the first event handler. If it has any return values, using return, then all events after it will not be fired.

Jump to post
  • Thu Sep 19, 2024 4:54 am
  • Replies 5
  • Views 1717
Re: Load a specific language on the Invoice Template

Hi!

Code: Select all

$language = new Language('de-de'); // language directory by default it's $this->config->get('language_directory')

$this->registry->set('language', $language);

$this->load->language('sale/order');

Jump to post
  • Wed Sep 18, 2024 3:01 pm
  • Replies 9
  • Views 1068
Re: REVIEWS BY BRAND IN OPENCART?

Hi!

Yes, this can be done with just one SQL query. The query will need to use the oc_review (avg), oc_product, and oc_manufacturer_description tables.

Jump to post
  • Sun Sep 15, 2024 11:25 am
  • Replies 2
  • Views 1186
Re: Upgrade to 3.0.3.9 - getting storage error

Hi!
1. Remove all files from storage/modification manually.
2. In admin panel update modifications.

Jump to post
  • Mon Sep 09, 2024 11:20 am
  • Replies 2
  • Views 1285
Re: [EXTENSION IDEAS] If what you want is an idea for extension, please click here.

johnp wrote:
Wed Aug 28, 2024 4:46 am
IMO another good integration for Opencart would be with FOSSBilling.
Hey there!

I can implement this extension for you personally, but on a commercial basis. I don't think it will be popular and profitable for me.

Jump to post
  • Tue Sep 03, 2024 9:15 am
  • Replies 5
  • Views 915
Re: Product Option Image

Hi! I can make custom ocmod to add this functions in your store.

Jump to post
  • Mon Sep 02, 2024 10:52 am
  • Replies 6
  • Views 2127
Re: 404 error during install of 4.0.2.3

Hi!

Try to rename your .htaccess.txt into .htaccess

Jump to post
  • Mon Sep 02, 2024 10:46 am
  • Replies 2
  • Views 2767
Re: How many charachter count is recommanded for Encryption Key?

Hi, I was wondering the following question: 1- How many charachter count is recommanded for Encryption Key in the "setting>server" 2- What type of Encryption is OC3038 using? 3- What are the limitation? 4- Will a password generator tool suffice? Thanks 1. From 32 to 1024 2. Openssl_encryp...

Jump to post
  • Sun Sep 01, 2024 9:04 am
  • Replies 5
  • Views 856

Search found 319 matches