Cart update icons

  • Posts: 162
  • Thank you received: 0
10 years 8 months ago #170794

-- HikaShop version -- : 2.3.1
-- Joomla version -- : 2.5.24

Hi,

Is there any possibility to enable the "Update" & "Delete" functions from checkout cart(cart.php - please see screen1.png) in user cart(showcart.php please see screen2.png) file? I would like both carts to have the same functionality and look.

thanks!

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 8 months ago #170803

Hi,

This is not available at this time, but you can potentially edit the view "cart / showcart" in order to add the desired buttons after:

<input id="hikashop_product_quantity_field_<?php echo $cart->product_id;?>" type="text" name="item[<?php echo $cart->cart_product_id;?>]" class="hikashop_show_cart_quantity"  value="<?php echo $cart->cart_product_quantity; ?>" />

In the code you need to use some javascript to change dynamically the quantity in the input field and submit the form.

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds
Powered by Kunena Forum
loading