Problem with add to cart button

  • Posts: 194
  • Thank you received: 15
  • Hikashop Business
2 years 4 months ago #345760

-- HikaShop version -- : 4.6.2
-- Joomla version -- : 4.2.3
-- PHP version -- : 8.0.0

Hello,
Site build based on an old other site from which HikaShop data was transferred.
The problem at first was with the hikashop_config table, but I managed to deal with it.
However, I have a problem with the add to cart button and choosing the quantity of products.

It doesn't show a button here: new.masterhak.com/pl/haki-do-kamperow/pr...it-kamper-od-03-2014
And here it doesn't show the quantity: new.masterhak.com/pl/kampery/produkt/hak...iczy-opel-berlingo-i

Default configuration to show button and quantity.

Help!
Best Regards
Tomek

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

  • Posts: 83338
  • Thank you received: 13476
  • MODERATOR
2 years 4 months ago #345761

Hi,

I do see the "add to cart" button on both URLs.
However, the quantity input field is hidden by some customization (maybe from your template ?).
Add the CSS:
.hikashop_product_quantity_input_div_simplified{ display: inline-block !important; }
and it should fix the problem.
www.hikashop.com/support/documentation/1...ize-the-display.html

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

  • Posts: 194
  • Thank you received: 15
  • Hikashop Business
2 years 4 months ago #345806

Hi,
It seems to me that the cause of the problems was not only the css, but also the option in the "Synchronized add to cart" configuration.
Changing the css and disabling the function helped.
Thanks.

Supplementary question by the way.
Is there a simple modification option, so that in the product view what is on the right side is glued to the end of the left side when scrolling the page?
Example: parkofideas.com/luchiana/demo/shop/airbrush-matte/?set=11,42
???
Best regards
Tomek

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

  • Posts: 4785
  • Thank you received: 649
  • MODERATOR
2 years 4 months ago #345813

Hello,

You can use this css command "position: fixed;" see documentation here.
In details you must use the correct html class to select or target the good element
Example :

.required_html_class {
	position: fixed;
}

Hope this will help you to achieved your need.
Regards

Last edit: 2 years 4 months ago by Philip.

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

Time to create page: 0.057 seconds
Powered by Kunena Forum