nopCommerce makes wrong URL's when store is closed

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

When you keep store closed then bots hitting this kind of Url and logging 404 error
Its completely new & closed store with multi-language

log that found as below

Error 404. The requested page (/en/page-not-found/storeclosed) was not found
builtin@search_engine_record.com

Even same kind of problem I found in one of the live store where it makes category/product url like
https://www.spinnakerboutique.it/en/getFilteredProducts/stella-mccartney-alter-nappa-sandal-139406

"getFilteredProducts" is should not come in any of the product or category page Url. This method "getFilteredProducts" used by nop-templates Ajax filter plugin.
3 years ago
jigarsangoi wrote:
When you keep store closed then bots hitting this kind of Url and logging 404 error
Its completely new & closed store with multi-language

log that found as below

Error 404. The requested page (/en/page-not-found/storeclosed) was not found
builtin@search_engine_record.com

Thanks a lot for reporting. We'll check it soon - https://github.com/nopSolutions/nopCommerce/issues/5190
3 years ago
a.m. wrote:
When you keep store closed then bots hitting this kind of Url and logging 404 error
Its completely new & closed store with multi-language

log that found as below

Error 404. The requested page (/en/page-not-found/storeclosed) was not found
builtin@search_engine_record.com
Thanks a lot for reporting. We'll check it soon - https://github.com/nopSolutions/nopCommerce/issues/5190


Hi,

This problem exist in open store too. As I mentioned sometimes product & category URL's are wrong. please consider this test case also
3 years ago
That example was from a third-party plugin (localizable URLs or not). So it should be fixed by the nop-templates team
3 years ago
jigarsangoi wrote:
Hi,

When you keep store closed then bots hitting this kind of Url and logging 404 error
Its completely new & closed store with multi-language

log that found as below

Error 404. The requested page (/en/page-not-found/storeclosed) was not found
builtin@search_engine_record.com


Done. Please see this commit.
3 years ago
DmitriyKulagin wrote:

Done. Please see this commit.

Hi,

Are you going to merge this change in 4.30-bug-fix branch ?
3 years ago
Yes, of course, here's the commit
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.