creation of the sitemap site, nopcommerce 4.10

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
good day.

I am currently trying to create the sitemap of the site, for each of the stores that I have in nopcommerce, the sitemap is created without problem but this includes all the categories and products of each of the stores that currently has and does not perform the store sitemap by store, can you explain to me how I can create the sitemap for each of the stores

thanks
4 years ago
According to the code, it looks like it should:
\Presentation\Nop.Web\Factories\CommonModelFactory.cs
var products = _productService.SearchProducts(storeId: _storeContext.CurrentStore.Id, visibleIndividuallyOnly: true);

Be sure to log in using the specific store URL, before issuing the site map URL.

(P.S. Please don't post duplicates.  If no one responds to your original, just reply to it with "bump", and it will be at top of new posts again.)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.