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

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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!