Developer forum

Forum » Ecommerce - Standard features » minicart for Quotes

minicart for Quotes

Adrian Ursu
Reply

Hello guys,

I have defined 2 context carts. One for regular orders and one for quotes.

I am trying to display a minicart with the details of an Quote.

I can add to quote just fine but I could not find a way to display the content of the quote outside of Customer Center.

I have tried with GetLoop("OrderContextCarts") and also with GetLoop("OrderContexts") but the Quote context is not shown. However, both these loops are returning the default cart context twice.

I am using DW 8.6.1.4

Thanks,
Adrian


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Adrian

For now that is not possible to show in the layout template using a loop directly.

You can however create a page with the cart module and display the quote cart - but instead of publishing it in regular html, publish it in JSON. Then in your layout template load the quote cart with Ajax. You could consider doing the same with the minicart.

BR Nicolai

 

You must be logged in to post in the forum