Search found 8 matches

by bharti8800
15 Jul 2018, 08:57
Forum: Laravel package
Topic: How to get the value of entitties.
Replies: 4
Views: 2000

Re: How to get the value of entitties.

ok so i am able to fetch everything. Just 1 more problem.

How to get the currency symbol displayed????
For USD- $
is there a function for that.??
by bharti8800
12 Jul 2018, 07:07
Forum: Laravel package
Topic: How to get the value of entitties.
Replies: 4
Views: 2000

Re: How to get the value of entitties.

Also how to get the value of price. i dont see any price in the return object?
Do we have to add something while creating the manager?
by bharti8800
12 Jul 2018, 04:56
Forum: Laravel package
Topic: How to get the value of entitties.
Replies: 4
Views: 2000

How to get the value of entitties.

Sorry if this question sounds stupid but i need some help. So, this is my controller code: <?php namespace App\Http\Controllers; use Illuminate\Http\Request; class ProductsController extends Controller { public function index() { $context = app( '\Aimeos\Shop\Base\Context' )->get(); $manager = \Aime...
by bharti8800
11 Jul 2018, 04:22
Forum: Laravel package
Topic: Pagination in list
Replies: 1
Views: 1103

Pagination in list

How to change pagination to appear after 12 items in list?
by bharti8800
10 Jul 2018, 05:59
Forum: Laravel package
Topic: How to add featured products section in admin panel
Replies: 3
Views: 1816

Re: How to add featured products section in admin panel

Hey thanks.
Could u tell me how to make a top brands section?
And a flash deals section in admin panel??
by bharti8800
07 Jul 2018, 10:38
Forum: Laravel package
Topic: add featured section on list page
Replies: 1
Views: 932

add featured section on list page

How to add featured products section in frontend on the list page. Aimeos-2018.x
by bharti8800
06 Jul 2018, 17:25
Forum: Laravel package
Topic: How to add featured products section in admin panel
Replies: 3
Views: 1816

How to add featured products section in admin panel

Hi,
How do I add a featured product section in admin section in aimeos laravel extension. I tried to find using documentation but could not quite understand. I am using aimeos 2018.x version. Please help. Laravel version-latest
by bharti8800
05 Jul 2018, 06:18
Forum: Laravel package
Topic: Few issues/questions for new installation of Aimeos
Replies: 10
Views: 3665

Re: Few issues/questions for new installation of Aimeos

Hi i have a question. I am using Laravel 5.6 and aimeos 2018.04 version. How do i access the admin panel. I mean all I have to do for authentication while setting up aimeos package is write the command php artisan make:auth But I am unable to access admin Screen .everytime i write the admin url I am...