Post by diegospm » Fri Jun 28, 2019 9:16 am

Hi Guys,

I'm developing an extension and thinking about it for OC native extensions.

Why not extend multi-store configurations for each extension?

For example:

Code: Select all

$this->model_setting_setting->editSetting('payment_free_checkout', $this->request->post);
it could be:

Code: Select all

$this->model_setting_setting->editSetting('payment_free_checkout', $this->request->post, $store_id);
I know it would be necessary to modify the entry in the set method in the startup class, but with that we could use a different extension configuration for each store.

Or is this already possible with the OC native extensions?

Newbie

Posts

Joined
Thu Apr 18, 2019 8:49 am

Post by straightlight » Sat Jun 29, 2019 5:14 am

You could also create a Pull Request on Github Opencart and see what comes up about this concept.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 28 guests