Search found 4 matches

by Aswathy.S
30 Mar 2017, 10:08
Forum: Help
Topic: Update quantity in wishlist
Replies: 1
Views: 1409

Update quantity in wishlist

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 . <?php $basketParams = array( 'b_action' => 'edit', 'b_position' => $position, 'b_quantity' => 2 ); ?> <a class="minibutton change update...
by Aswathy.S
28 Mar 2017, 05:08
Forum: Help
Topic: Add multiple item to cart
Replies: 3
Views: 2876

Re: Add multiple item to cart

array( 'b_prod', 0, 'prodid' ) is take the value for 1 item.I have to pass multiple item in one array .Please check my screenshot
by Aswathy.S
27 Mar 2017, 08:33
Forum: Help
Topic: Add multiple item to cart
Replies: 3
Views: 2876

Add multiple item to cart

I need to move all the items in wishlist to cart in one click.How can it is possible?
by Aswathy.S
24 Mar 2017, 13:54
Forum: Help
Topic: User delivery & billing address in customer profile section
Replies: 2
Views: 2143

User delivery & billing address in customer profile section

How to show the customer's billing address and delivery address in customer profile plug-in.Is it possible? Now it is shows in checkout page.