Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は新しいMagentoのインストールに取り組んでおり、ショップバイリンクを使用して私に与えてくれます
example.com/catalogsearch/result/#%21color=1&q=shirt
それ以外の
example.com/catalogsearch/result/?color=1&q=shirt
これを修正するためにどこを見ればよいかわかりません。
ありがとう!
これと同じ問題があり、プラグインが str replace で URL を変更していることがわかりました
? を変更する #%21 の場合
プラグインは URL を変更して、javascript ファイルで識別し、ajax 経由で更新できるようにします。
私たちの場合のプラグインは vinento で、他のプラグインと競合しているように見えました。このプラグインとコードを無効にすると、ajax 経由ではありませんが、フィルターとページング リンクが再び機能します。
これがお役に立てば幸いです