Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
if ($this->cart->hasProducts() || !empty($this->session->data['vouchers'])) {
$points = $this->customer->getRewardPoints();
$points_total = 0.5;
foreach ($this->cart->getProducts() as $product) {
if ($product['points']) {
$points_total *= $product['points'];
}
}
protected function validateReward() {
$points = $this->customer->getRewardPoints();
$points_total = 0.5;
foreach ($this->cart->getProducts() as $product) {
if ($product['points']) {
$points_total *= $product['points'];
}
}