Update quantity in wishlist

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Aswathy.S
Posts: 4
Joined: 24 Mar 2017, 13:48

Update quantity in wishlist

Post by Aswathy.S » 30 Mar 2017, 10:08

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>

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Update quantity in wishlist

Post by aimeos » 31 Mar 2017, 12:47

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply