$smarty->assign(array(
// Obligatory:
'platnosciUrl' => $this->getPlatnosciUrl(),
'pos_id' => $pos_id,
'pos_auth_key' => $pos_auth_key,
'session_id' => intval($cart->id). '-' . substr(md5(time()), 16),
'order_id' => intval($cart->id),
// 1.03 << dodaje 3 % do zamowienia
'amount' => ($cart->getOrderTotal() * 1.03) * 100,
'desc' => 'Zakupy w sklepie '.Configuration::get('PS_SHOP_NAME'),
'client_ip' => $_SERVER["REMOTE_ADDR"],
'platnoscitable' => $platnoscitablecss.$platnoscitable,
// Voluntary:
'js' => 0,
'desc2' => $cartproducts,
'customer' => $customer,
'address' => $address,
'country' => 'PL',
'language' => 'pl'
));
Nalezy zmienic linijke 'js' => 0, na 'js' => 1,