Hi,
- Swift has the Product Catalog implemented with ViewModels.
In this setup, let's assume Model.Price.PriceFormatted = $50.00 - Using Live Integration we're able to get user specific pricing
This is updates Model.Price.PriceFormatted = $45.00
Great, since we don't have to do anything
But now the customer wants to say that, based on his user specific price, they are saving $5.00 compared to MSRP ($50-$45). We used to do this by batch importing the MSRP price to the Product price and then check if Ecom:Product.DBPrice != Ecom:Product.Price.
All this to say that I can't find DBPrice in ViewModels and I wonder if I'm missing anything or if it's just not implemented.
Thoughts?
Best Regards,
Nuno Aguiar