【发布时间】:2014-03-07 12:46:05
【问题描述】:
我不能使用 vqmod。当我在管理面板中单击 vqmod 时,它会说
VQMod 似乎没有正确生成 vqcache 文件
我也使用汽车相关产品 xml。这件事造成的?我不知道。
还有一些产品页面这样说
注意:未定义索引:/home/elmaicom/domains/elmacimarketi.com/public_html/vqmod/vqcache/vq2-catalog_controller_product_product.php 中的 product_info 位于第 416 行
所属:
> //related by manufacturer
> if(count($results)<3 && (int)$this->data['product_info']['manufacturer_id'] > 0){//change to
> suit number of products to display
> $temp = $this->model_catalog_product->getProductRelatedByManufacturer($this->data['product_info']['manufacturer_id'],$this->request->get['product_id'],count($results));
> foreach($temp as $t){
> if(!empty($t)){
> $results[] = $t;
> }
> }
> }
请帮忙。我必须使用 vqmod。
【问题讨论】: