Jump to content

Tạo link url weekly featured trong prestashop 1.6


trang

Recommended Posts

Trong prestashop 1.6, mình tạo tabcateslider hiển thị sản phẩm của 3 mục Women,Dresses, Men.

Bây giờ, mình muốn tạo ra một page hiển thị sản phẩm của 3 mục đó rồi link tiêu đề: WEEKLY FEATURED đến trang đó.

 

post-1065004-0-60535800-1439362780_thumb.jpg

Link to comment
Share on other sites

Em dùng prestashop 1.6

cho em hỏi là: em tạo file PopularProductController.php trong C:\wamp\www\nemshop\htdocs\controllers\front\PopularProductController.php

<?php
class PopularProductControllerCore extends FrontController
{
public $php_self = 'popular-product';
public function setMedia()
{
//
}
public function init()
{
//
}
 
public function initContent()
{
//nội dung
$this->setTemplate(_PS_THEME_DIR_.'popularproduct.tpl');
}
}
rồi tạo C:\wamp\www\nemshop\htdocs\themes\vela_default\popularproduct.tpl nhưng khi chạy nó hiển thị ra thông báo lỗi này.
 

 Fatal error: Class 'PopularProductController' not found in C:\wamp\www\nemshop\htdocs\classes\controller\Controller.php on line 135 

 

Vậy lỗi này cần chỉnh làm sao?

Link to comment
Share on other sites

  • 4 weeks later...
  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...