Is there a zencart module for yii2? - yii2

I have website made in humhub (yii2) and now I need to make shopping cart inside that site. Is there any modules in yii2 for this task?

Related

how to connect another webapp to my react project

I would like to use one application from 3rd party in my react project. For example: there is a "mindomo" webapp. Now I want to use this webapp in my react project to complete my project. I tried searching for API also but I couldn't find any. How should I do it?

How to modify login page in ngx-admin

I started using the ngx-admin template, and i want to modify the login page.
unfortunately, i couldn't find the login component in the project.
is there any ways to access the login component
Yes it is possible, you can find detailed instructions here https://akveo.github.io/nebular/docs/auth/custom-auth-components#setup-auth-container
Keep in mind that #nebular/auth is a module installed with npm, for this reason you cannot find anything in the components pages of project.

How to use one Yii2 installation in two domains one subdomain for mobile and primary domain for desktop

I wanna make a web application using Yii2 framework. I want to make a subdomain for mobile like m.khaana.af just with one installations yii in primary domain khaana.af.
Just like mobile.de
Yii2 advanced template is useful for building multiple domains or subdomains with one time Yii installations.
Ex:- you want to build 3 domains like example.com, m.example.com, blog.example.com
Yii2
Frontend
Backend
Mobile
Blog
Create a sub folder like above then setup Document Root of sub domain to newly created folder.
For more info about Yii2 advanced application structure
Yii2 Advanced Structure
I hope, you will be clear about this.

Yii2 in Yii1 application

I already ran yii2 in yii1 application according to this tutorial. It works, but what kind of functionality of yii2, can I use?
Can I create new controllers, modules or ActiveRecords and so on as in yii2?

Yii2 Advance theme integration for frontend and backend

I have installed a yii2 advanced setup and wanted to setup themes for frontend and backend. i have already checked yii official website but unable to find proper tutorial. Please someone help me to resolve it.
you can use:
search doingiteasy in youtube have great video tutorial in yii2
yii2 forum community
yii2 tutorial Guide
pdf yii2 tutorial
and you can also use stack over flow!!!!
Updated Part:
as my perspective the frontend is for your application
and backend is for your admin panel
and common part it's the part that is share between those!!!