我不能使用 vqmod。当我在管理面板中单击 vqmod 时,它说
VQMod 似乎没有正确生成 vqcache 文件
我还使用汽车相关产品 xml。这件事造成的?我不知道。
还有一些产品页面说
注意:未定义索引:第 416 行 /home/elmaicom/domains/elmacimarketi.com/public_html/vqmod/vqcache/vq2-catalog_controller_product_product.php 中的 product_info
它属于:
> //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。