-- url of the page with the problem -- : localhost
-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.3.3
-- PHP version -- : 5.4
Hi Hika team,
I'm trying to add the quantity increment and decrement buttons to the checkout form. (views/cart.php)
I copied the two buttons from show_quantity.php but they don't work.
I added this bit to cart.php as well expecting it to magically start working, but of course it didn't.
$i =$this->params->get('i');
$min_quantity =$this->params->get('min_quantity');
$max_quantity =$this->params->get('max_quantity');
$html =$this->params->get('html');
How far from the truth am I?
One more question - what does the $i variable do?
Kind regards,
Drago.