- Posts: 7
- Thank you received: 0
Delete box in cart module
- chilledkroete
-
Topic Author
- Offline
Less
More
15 years 7 months ago - 15 years 7 months ago #8673
by chilledkroete
Delete box in cart module was created by chilledkroete
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!
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!
Last edit: 15 years 7 months ago by chilledkroete.
Please Log in or Create an account to join the conversation.
15 years 7 months ago #8676
by nicolas
Replied by nicolas on topic Re: Delete box in cart module
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);
$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.
- chilledkroete
-
Topic Author
- Offline
Less
More
- Posts: 7
- Thank you received: 0
15 years 7 months ago #8682
by chilledkroete
Replied by chilledkroete on topic Re: Delete box in cart module
it works!
thanks a lot!
thanks a lot!
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 52
- Thank you received: 0
15 years 7 months ago - 15 years 7 months ago #8709
by dontflinch
Replied by dontflinch on topic Re: Delete box in cart module
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.
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: 15 years 7 months ago by dontflinch.
Please Log in or Create an account to join the conversation.
Time to create page: 0.204 seconds