Php 按打开购物车文件夹中的可用图像对产品进行排序

Php 按打开购物车文件夹中的可用图像对产品进行排序,php,opencart,opencart-module,Php,Opencart,Opencart Module,在搜索页面上,我想搜索类似的产品,并希望查看所有产品,从可用图像(从我的文件夹)到无可用图像排序 代码如下: if (isset($this->request->get['order'])) { $order = $this->request->get['order']; } else { $order = 'ASC'; }

在搜索页面上,我想搜索类似的产品,并希望查看所有产品,从可用图像(从我的文件夹)到无可用图像排序

代码如下:

if (isset($this->request->get['order'])) {
  $order = $this->request->get['order'];
} else {
  $order = 'ASC';
}