私はブランドフィルターに取り組んでいます。ドロップダウンからブランド名を変更しても、何も表示されません。イベントがトリガーされなかったようです。
以下は私のコードです:
<select onchange="location.href=[server.url type='fullpage' query='sort=price&brand=$brand']">
<?php
$brands = dfr_get_brands_list($category);
foreach ($brands as $brand) : ?>
<option><?php echo $brand; ?></option>
<?php endforeach; ?>
</select>
[server.url type='fullpage' query='']
現在のページの完全なURLを返します。例:http://www.mysite.com/store/category/shoes/
。