Developer forum

Forum » Swift » Re-Order and Express Buy in Swift2

Re-Order and Express Buy in Swift2

Justin Sjouw Dynamicweb Employee
Justin Sjouw
Reply

Hi,

It seems Re-Order and Express Buy have not yet made it to swift 2?

Will they be added?

Thanks,

Justin


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply

They are there:

 
Adrian Ursu Dynamicweb Employee
Adrian Ursu
Reply

Hi Justin,
I believe that it may be a configuration issue.
You have reorder option in CustomerExperienceCenter in OrderViewSearchList.cshtml template.
For "Express buy", you have all the pieces in Swift2, but you will have to configure the page: ExpressBuy page, then a paragraph with the ProductCatalog App and ExpressBuySearchResponse.cshtml template.

I hope this helps.
Adrian

 
Justin Sjouw Dynamicweb Employee
Justin Sjouw
Reply

Not sure how I missed the Express Buy page, that helps :-)

But there are some things not quite done it seems, the fallback path to icons in OrderViewSearchList.cshtml is /Files/icons, and the actual path is now /Files/Images/icons

OrderViewSearchList.cshtml  is Also is looking for item fields such as Pageview.CurrentParagraph.Item["Icon"] and Pageview.CurrentParagraph.Item["ShowDownloadAssetsButton"] which dont seem to exists anymore.

So it seems that template needs a bit of love getting all the details working.

But for now I just fixed it in a demo by changing the customIconPath to /Files/Images/icons

Thanks!

 

You must be logged in to post in the forum