Display Free Shipping on page (2.0 version)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hello,
how can i display on page a "Free Shipping" of product if configured as IsFreeShipping = true in the ProductVariant table?

Thanks for answer.
12 years ago
nopworks wrote:
Hello,
how can i display on page a "Free Shipping" of product if configured as IsFreeShipping = true in the ProductVariant table?

Thanks for answer.


You would probably want to modify the "_ProductVariantPrice.cshtml" file and add a section for free shipping. You would also need to update ProductVariantPriceModel and associated mappings (to grab the value from the domain object and apply it to the view model).
12 years ago
Thank you
12 years ago
any help on code how to achive this please..
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.