Shipping preview for product

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hello,

Sorry if I've missed it but does anyone know of a mod for a shipping preview that can be placed on the product page.  Enter your zip to get estimated shipping cost for that product.  Usualy AJAX based.  Thanks.
13 years ago
You could try adding:


<%@ Register TagPrefix="nopCommerce" TagName="EstimateShipping" Src="~/Modules/EstimateShipping.ascx" %>



<nopCommerce:EstimateShipping ID="ctrlEstimateShipping" runat="server"></nopCommerce:EstimateShipping>


to your product template but of course, the result would reflect shipping costs for all the items in your cart

-hayden
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.