You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a EE 2.3.0 with 2 store views and web/url/use_store set to yes (to have URLs prefixed by the store code) - but I'm not sure it's relevant -, the URLs to the shop view page placed on the "Details" link are incorrectly built on the name of the retailer instead of its url key, leading to a 404 page.
Preconditions
Magento Version : EE 2.3.0
ElasticSuite for Retailer Version : 1.4.3
Environment : developer
Third party modules : none, only the requirement of smile/elasticsuite-for-retailer
See below
(not sure if relevant) Create an additional website / store group / store view (of code for instance "eu")
(not sure if relevant) Set web/url/use_store to 1/yes so URLs are prefixed by the store view code (ie default and eu)
Create an enabled Retailer with the following data
Retailer name: Smile Asnières
Seller code: asn
URL Key: asn
In frontend of the default store view, to go to the retailer/shop search page /default/stores and look for the retailer and display the information popup
Hover and click on the Details link
Expected result
The link's URL is /default/stores/asn which leads to the shop information page
Actual result
The link's URL is /default/stores/smile-asnieres which leads to a 404 error page
The text was updated successfully, but these errors were encountered:
On a EE 2.3.0 with 2 store views and
web/url/use_store
set to yes (to have URLs prefixed by the store code) - but I'm not sure it's relevant -, the URLs to the shop view page placed on the "Details" link are incorrectly built on the name of the retailer instead of its url key, leading to a 404 page.Preconditions
Magento Version : EE 2.3.0
ElasticSuite for Retailer Version : 1.4.3
Environment : developer
Third party modules : none, only the requirement of
smile/elasticsuite-for-retailer
See below
Steps to reproduce
web/url/use_store
to 1/yes so URLs are prefixed by the store view code (iedefault
andeu
)Retailer name: Smile Asnières
Seller code: asn
URL Key: asn
/default/stores
and look for the retailer and display the information popupExpected result
/default/stores/asn
which leads to the shop information pageActual result
/default/stores/smile-asnieres
which leads to a 404 error pageThe text was updated successfully, but these errors were encountered: