how can i get all the products? my file extension is .blade

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
JackDarkWeb
Posts: 10
Joined: 10 May 2021, 05:35

how can i get all the products? my file extension is .blade

Post by JackDarkWeb » 19 May 2021, 08:01

I have totally customized the main page. I work with .blade extension and as usual I send the variable products by view in my controller.
How can I access this products variable in my view? please help me

User avatar
aimeos
Administrator
Posts: 7923
Joined: 01 Jan 1970, 00:00

Re: how can i get all the products? my file extension is .blade

Post by aimeos » 23 May 2021, 07:28

This is a Laravel Blade question. You can access the variables in the Blade view using

Code: Select all

$variablename
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply