标签: php opencart opencart-module
在搜索页面上,我想搜索类似的产品,并希望查看从可用图像(从我的文件夹)到无图像可用的所有产品。
以下是代码:
if (isset($this->request->get['order'])) { $order = $this->request->get['order']; } else { $order = 'ASC'; }