Search found 2 matches

Page 1 of 1

Search found 2 matches

Re: 要如何在product.php增加date_added和viewed

我在product.php加入了 $this->data['date_added'] = $product_info['date_added']; $this->data['viewed'] = $product_info['viewed']; product.tpl加入了 <?php echo $date_added; ?> <?php echo $viewed; ?> 可是都無法顯示,請問這是什麼原因? 如果你用的是OC v2.x版本,try this: $data['date_added'] = $product_info['date_added']; $data['viewed'] ...

Jump to post
  • Fri Jun 19, 2015 7:39 am
  • Replies 4
  • Views 2981
added some vars in category.php but doesnt work on server

I added some variables like $data['subcategory_products'][] into controller\product\category.php, it works on local test XAMPP server but those variables cannot be invoked on production server. VQMOD installed on both local and production server. here is the error msg: <b>Notice</b>: Undefined varia...

Jump to post
  • Tue Jun 02, 2015 7:18 am
  • Replies 0
  • Views 232

Page 1 of 1

Search found 2 matches