Giftwrap in Checkout
1.0.0
2.1.7
Roelie @ PprMkr
cart->getProducts();]]>
request->post['giftWrapping'])){
$this->session->data['giftWrapping'] = $this->request->post['giftWrapping'];
} else {
unset($this->session->data['giftWrapping']);
}
]]>
data['text_comments'] = $this->language->get('text_comments');]]>
language->load('total/gift');
$this->data['text_giftWrapping'] = $this->language->get('text_giftWrapping');
if ($this->config->get('gift_status') && ($this->cart->countProducts() <= $this->config->get('gift_maxProduct') || !$this->config->get('gift_maxProduct'))){
$this->data['giftWrapping_status'] = $this->config->get('gift_status');
}else{
$this->data['giftWrapping_status'] = 0;
}
]]>
]]>