Whislists Remove Icon

  • Posts: 15
  • Thank you received: 0
10 years 1 month ago #148848

Hi

I have a problem in the wishlist. When I remove an item from the "Wishlist" module and do "View the list of favorites", the product removed, appears but with the amount "0" Is it possible to completely remove the product?

Regards,
Nuno

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #148931

Hi,

When in the showcart view, the customer can remove the product by clicking on the delete icon.

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

  • Posts: 15
  • Thank you received: 0
10 years 1 month ago #148935

Hi Xavier,

Yes, when you click on remove in the sidebar module, erases! But when you click on "View Shopping List" appears in the same product, but with another background color. Initially it was green, is that I've changed. The problem is that my client does not want to continue to appear. Then you can confused for anyone to do list!

Regards,
Nuno

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #149053

Hi,

Thanks to edit the view "cart / showcart" and add the code:

if($cart->cart_product_quantity == 0)
	continue;
After:
			if(!empty($this->rows)){
				$productClass = hikashop_get('class.product');
				foreach($this->rows as $cart){

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

  • Posts: 15
  • Thank you received: 0
10 years 1 month ago #149078

Hi Xavier,

Ok, that's right!. Was solved! :)

Thank You very Much

Regards,
Nuno Mondego

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

Time to create page: 0.076 seconds
Powered by Kunena Forum