Quantity field in Categories listing

  • Posts: 29
  • Thank you received: 0
  • Hikaserial Subscription Hikashop Business
6 months 3 weeks ago #361242

-- HikaShop version -- : 5.0.4
-- Joomla version -- : 5.1.0
-- PHP version -- : 8.2.19

hello,

First question


Categories Listing -> Products Options / Table -> Product features display (see the picture please)
Quantity field - has not any effect
Is it a bug? / Any advice?


Second Question
In which view I can set the wide of the price column (see the website link, please)

Attachments:

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

  • Posts: 83007
  • Thank you received: 13398
  • MODERATOR
6 months 3 weeks ago #361245

Hi,

1. It's not the bug.
The HTML of the quantity input field is displayed on the listing on your page. It's your template which adds custom CSS in the file templates/lt_techshop/css/hikashop.css in order to hide the quantity input field area:
i.imgur.com/mFWmflC.png
i.imgur.com/rYcUiGi.png
I would recommend reporting this to your template provider. I don't think it's a good idea to force the quantity input field to not appear on listings.

2. You don't need to do a view override for this.
You can add custom CSS like this:

td.hikashop_product_price_row {
    min-width: 200px;
}
www.hikashop.com/support/documentation/1...ize-the-display.html

The following user(s) said Thank You: Pajerchin

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

Time to create page: 0.061 seconds
Powered by Kunena Forum