Hi,
I attempted to add a new RMA request in Rapido 3.4.1, which produced the following error
cannot convert from 'string' to 'System.IFormatProvider'
Some debugging revealed that the error is produced by the lines
listItem.AddInfoRow(Translate("Date"), GetString("Ecom:RMA.Date").ToString(Pageview.Area.Dateformat + " HH:mm")); in Information.cshtml Label = order.GetString("Ecom:Order.Date").ToString(Pageview.Area.Dateformat + " HH:mm") + ", #" + order.GetString("Ecom:Order.ID") + ", Price: " + order.GetString("Ecom:Order.OrderLines.Total.Price"), in RMAParameters.cshtml
It looks as if GetDate(...) is meant to be used rather than GetString(...). The files mentioned are located in \Files\Templates\Designs\Rapido\eCom\CustomerCenter\Blocks\RMADetails.
Best regards
Roald, Novicell