-
$products ) : ?>
- html( $code ); ?> html( $this->translate( 'client/html', 'X' ) ); ?>
config( 'client/html/basket/standard/url/target' ); $basketController = $this->config( 'client/html/basket/standard/url/controller', 'basket' ); $basketAction = $this->config( 'client/html/basket/standard/url/action', 'index' ); $basketConfig = $this->config( 'client/html/basket/standard/url/config', array() ); $enc = $this->encoder(); $allowed = $this->config( 'client/html/basket/standard/coupon/allowed', 1 ); $coupons = array(); if( isset( $this->standardBasket ) ) { $coupons = $this->standardBasket->getCoupons(); } ?>