Search found 3 matches

by jaynarayan
12 Aug 2021, 19:56
Forum: Help
Topic: How to access Aimeos Admin login/Admin panel (Laravel 8 -Jetstream) PHP 7.3
Replies: 5
Views: 8651

Re: How to access Aimeos Admin login/Admin panel (Laravel 8 -Jetstream) PHP 7.3

I am having the same issue

my roite file web.php

<?php

use Illuminate\Support\Facades\Route;

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register ...
by jaynarayan
12 Aug 2021, 18:06
Forum: Laravel package
Topic: Is it possible to create wallet module ?
Replies: 3
Views: 3737

Re: Is it possible to create wallet module ?

Thank you very much for quick reply.

I cant buy the customer package as this is a very low budget project.

Is there any community marketplace of extension? I would like to se which free extension are there.
by jaynarayan
12 Aug 2021, 16:56
Forum: Laravel package
Topic: Is it possible to create wallet module ?
Replies: 3
Views: 3737

Is it possible to create wallet module ?

I need a standard eCommerce web site with following custom functionality :
1 ) E wallet
2) Customer type(retailer and wholesaler)

After reading docs I concluded that

1)For e wallet I have to create an extension .This extension will have to interact with built in modules like customer , checkout ...