Delete box in cart module

  • Posts: 7
  • Thank you received: 0
13 years 1 month ago #8673

hi,

I'm new in hikashop and after some hard work I found some ways to get my webshop running in the way I need it. But, I still cant fix my problem with a box in the cart module. it stands next to the "proceed to checkout" (in german version "zur kasse") - see image.

how can i delete this box?

thanks for your help!

Attachments:
Last edit: 13 years 1 month ago by chilledkroete.

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

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
13 years 1 month ago #8676

You need to go in the menu Display->Views and edit the file cart of the view product. There change the line:
$this->params->set('show_quantity_field', -1);

To:
$this->params->set('show_quantity_field', 0);

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

  • Posts: 7
  • Thank you received: 0
13 years 1 month ago #8682

it works!

thanks a lot!

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

  • Posts: 52
  • Thank you received: 0
13 years 1 month ago #8709

this is exactly the fix I was looking for...thanks!

However I do not think it is a bug.

also, for some others to find easier:

components/com_hikashop/views/product/tmpl/cart.php

is the file that must be edited.

Last edit: 13 years 1 month ago by dontflinch.

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

Time to create page: 0.071 seconds
Powered by Kunena Forum