Hi
If I want to only show quotes which have a certain state in the "My Quotes" section of the Customer Center - how do I do that when I want to make sure that pagination still works (e.g. 5 quotes pr. page - with the right state)?
Hi
If I want to only show quotes which have a certain state in the "My Quotes" section of the Customer Center - how do I do that when I want to make sure that pagination still works (e.g. 5 quotes pr. page - with the right state)?
You can simply add a parameter to the page to filter out specific state:
?FilterOrderStateId=STATE1
Then paging will be respected.
You can find more parameters here:
https://doc.dynamicweb.com/documentation-9/ecommerce/apps/customer-experience-center#10469
BR Nicolai
The current site uses the "old" Customer Center (Rapido). Is it possible to use something similar - or is it only possible in the Customer Experience Center?
It seems that Rapido does not include pages for Quotes in Customer Experience Center.
Hi Peter
Freetext search:
?CCFilterFreetext123=searchstring where 123 is the paragraphid and searchstring is what you are looking for
Search for specific order state(s)
?CCOrderStates123=state1,state2 where 123 is the paragraphid and state1 is the ID of the quote state you want to list.
You must be logged in to post in the forum