if($this->request->get['product_id'] == (53 || 52 || 43)){
if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/product/product2.tpl')) {
$this->template = $this->config->get('config_template') . '/template/product/product2.tpl';
} else {
$this->template = 'default/template/product/product2.tpl';
}
} else{
if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/product/product.tpl')) {
$this->template = $this->config->get('config_template') . '/template/product/product.tpl';
} else {
$this->template = 'default/template/product/product.tpl';
}
}
私はそれを達成したいのですが、製品IDが53
または50
それ43
から...同じことです..しかし、このように正しいかどうかはわかりません