Customize purchased modules

Laraship QuestionsCategory: TechnicalCustomize purchased modules
adm asked 5 years ago

How to Override modules to customize their basic features?

Need to customize some features of marketplace.

As i can extend theme to a new child theme and can easily customize them.

Documentation providing to override module view only.

Please help

Attachments
1 Answers
laraship Staff answered 5 years ago

Hello,

This question really depends on what kind of customizations you're looking for

1) to Override views : https://www.laraship.com/docs/laraship/customize-laraship/customize-module-view/

2) To Override Language Files : https://www.laraship.com/docs/laraship/customize-laraship/customize-translation-files/

3) To Inject other functionality or change data retrieved you can use Actions and Filters

4) To Add additonal fields https://www.laraship.com/docs/laraship/customize-laraship/custom-fields/

5) You can override config files by copying them to the config directory.

Please share with us the functionality you're looking to extend so we can help you with