When data source is custom you should be able to validate the products through ACL.
Id is missing in StockAvailability span resulting in no update when using Attribute combinations.
Presentation/Nop.Web/Themes/Native/Views/Product/_SKU_Man_GTIN_Ven.cshtml:25
@if (!String.IsNullOrWhiteSpace(Model.StockAvailability))
{
<div class="stock">
- <span class="label">@T("Products.Availability"): </span><span class="value">@Model.StockAvailability</span>
+ <span class="label">@T("Products.Availability"): </span><span class="value" id="stock-availability-value-@Model.Id">@Model.StockAvailability</span>
</div>
}
An exampel for importing stores from Excel.
https://gist.github.com/kwestground/0f7151332bc9326cc801
Please vote
https://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/10546668-store-locator-import-from-excel
This is an simple Task i made for updating GPS Code from Google Maps API, using the ShortDescription field for address.
I'm using nuget package: Geocoding.net
https://gist.github.com/kwestground/deb56bda54a5453d18e8
It would be great if nop-template could add an Address field so you don't need to user Short Description.
https://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/10546212-store-locator-address-field
Hi,
Please vote on Store Locator: Product Mapping
https://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/10546191-store-locator-product-mapping
I also think an Address field would be great to have.
https://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/10546212-store-locator-address-field