Home Блог Possibilities

Possibilities

Possibilities

Opportunities for developers.

We want to start our acquaintance with the development documentation by getting acquainted with the capabilities of the application to understand the big picture.

Our build is primarily a tool for OpenCart developers, who want to expand their range of services.

Which OpenCart modules can be adapted to the application?

Practically, any. Directly, through the development of add-ons for the API, you can expand the functionality of the application, manage notifications, error output, internal redirects, and more. others.

Some examples:

Would you like to add stickers?

We assume that your site already has stickers, they are set up and you are completely satisfied. We want to please you - all you need to do is to adapt these stickers and add receiving them to the endpoint API controller. Products already accept a variety of stickers - text or graphic

Do you have alternative product categories?

You can also implement these functions in an application without touching the source of the ionic project. Let's assume that your brands have collections. How to deal with it?

Everything is extremely simple. You can develop a module (or, for example, use a standard one) that will display on the manufacturer's page in the application - a regular list of links. In the link value, you just need to specify, for example "/product-list/brand-collection/37". When such a page is opened, the application will automatically send a request to get a list of products via the API endpoint: api/ionic/product-list&path=brand-collections&path_id=37

All you have to do is duplicate the functionality of your brand collection controller.

Control by editing server responses

Also, absolutely any response to all endpoints can contain an internal redirect in the application, a pop-up window with a message, and more. other. This provides interesting opportunities for developers.

Modules and modifiers of the application itself

Yes, unfortunately, not 100% of modules can be adapted without affecting the application code (for example, a product filter). But even here we have found a way out. We added something like a modular system with modifiers to the project, similar in its logic to the similar OpenCart system. Thus, you can purchase additional functionality on our marketplace and expand the functionality of your application.

Coming soon

Very soon we will release an update that will allow us to adapt almost all OpenCart modules without any intervention in the application code. Including such as, for example, "step-by-step product selection", "form designer" and much more, for which you have enough imagination.


Write a review

Write a review


Ask a question

Ask a question