Developer forum

Forum » Ecommerce - Standard features » Accessing User Custom fields during checkout

Accessing User Custom fields during checkout

Dmitrij Jazel
Reply

Hej Guys,

I am having trouble retrieving one of the User custom fields during checkout... I thought there should be 

<!--@LoopStart(UserManagement:User.CustomFields)--> <!--@LoopEnd(UserManagement:User.CustomFields)-->

Accessible in Cart, but it is not there, any other idea how to User Custom fields during checkout (information step to be precise)

 

Thanks

 


Replies

 
Morten Bengtson
Reply

Hi Dmitrij,

 

Here is a workaround:

  • First create a paragraph with the Extranet/Intranet (Extended) module that renders the users custom fields. 
  • Then you can use @Global:Paragraph.Content([ID]) to include that paragraph inside the cart template.

It's not elegant, but it works.

 

 

You must be logged in to post in the forum