Hello. I have some problem with my webshop Umbraco 7.6.6 and Ucommerce 7.1.0
My products URL are not found(404).
For example: No umbraco document matches the url '/catalog/product.aspx?catalog=25&product=105'.
This url generated automation from method GetNiceUrlForProduct '/sklep/marchewkowiec/c-26/p-108' and redirect to '/catalog/product.aspx?catalog=25&product=105'.
Ucommerce makes URL redirect for the requested URL to match a content page in Umbraco and as default Ucommerce except that there is a Product content node in Umbraco. (like on http://umbraco7.ucommerce.net/umbraco/)
You can see the configuration in the web.config file underneath rewrite. Something like this:
Ucommerce URL Product 404
Hello. I have some problem with my webshop Umbraco 7.6.6 and Ucommerce 7.1.0
My products URL are not found(404). For example: No umbraco document matches the url '/catalog/product.aspx?catalog=25&product=105'.
This url generated automation from method GetNiceUrlForProduct '/sklep/marchewkowiec/c-26/p-108' and redirect to '/catalog/product.aspx?catalog=25&product=105'.
Where is problem?
Hi Hanna
Thanks for asking.
Ucommerce makes URL redirect for the requested URL to match a content page in Umbraco and as default Ucommerce except that there is a Product content node in Umbraco. (like on http://umbraco7.ucommerce.net/umbraco/)
You can see the configuration in the web.config file underneath rewrite. Something like this:
This is looking for a content page matching the rewrite URL in Umbraco.
Hope this makes sense.
Ucommerce has it own support forum at Eureka.ucommerce.net, you should get a faster answer on there.
Regards Mads
is working on a reply...