Page 1 of 1

Update quantity in wishlist

Posted: 30 Mar 2017, 10:08
by Aswathy.S
I need to update the quantity in the wishlist.How to implement this functionality? I tried by adding the following code in my wishlist.But it is not working .

Code: Select all

<?php $basketParams = array( 'b_action' => 'edit', 'b_position' => $position, 'b_quantity' => 2 ); ?>

			            <a class="minibutton change update" href="<?php echo $enc->attr( $this->url( $basketTarget, $basketController, $basketAction, $basketParams, array(), $basketConfig ) ); ?>"><i class="fa fa-refresh"></i>Update</a>

Re: Update quantity in wishlist

Posted: 31 Mar 2017, 12:47
by aimeos