Forums / Developer / How to access basket attributes from /shop/userregister

How to access basket attributes from /shop/userregister

Author Message

Albert Hornos

Monday 19 September 2005 2:09:19 am

Hi!
Could anyone tell me how can I access to basket attributes when I'm at /shop/userregister screen?
Specifically I need to access to the product list and I've tried with $basket and $order but these don't exists.

Tank you!

Albert Hornos

Monday 19 September 2005 2:59:05 am

Ok I've solved the problem
The only thing that I've need it has been a simple fetch:

{let basket=fetch( 'shop', 'basket')}

I hope it will help others!