How to use a variable as entry parameter of all_products[] to access product in Liquid

Hi !

yes it works,

but the issue is that the “handle” is stored in the customer.data.last_name field.

I would like to associate 1 product :: 1 client, but as the metafields and tags are not accessible through Liquid…it was a workaround to get access to “client customised data”.

Unfortunately, {{ all_products[data.customer.last_name].title }} doesn’t work …

If someone gets a solution, it will be helpful !

Thanks

Alex