Can`t add all products in the items viewn into the shopping cart ?

  • Posts: 19
  • Thank you received: 0
8 years 6 months ago #253476

-- url of the page with the problem -- : www.mmtech.at/cms/index.php/produktgruppen/product/4-egr-vw-007
-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.3

My customer can`t add all products in the items view into the shopping cart ?
In the items list view its possible.

What is my mistake ?

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

  • Posts: 83778
  • Thank you received: 13565
  • MODERATOR
8 years 6 months ago #253479

Hi,

It comes from the custom CSS that you've added for the bottom area:
#hikashop_product_bottom_part {
position: absolute;
width: 50%;
top: 27%;
right: 0;
}
Because of that, the bottom area goes over the right area elements:
take.ms/dQFMV
And thus, when you try to click on the button of the right area, you actually click on the bottom area and it doesn't do anything.

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

  • Posts: 19
  • Thank you received: 0
8 years 6 months ago #254758

Don`t unterstand. In my home.css i have only this code

.btn-success
{
background-color: #003366; !important;
border-color: #003366; !important;
}

.btn-success:hover
{
background-color: #003366; !important;
border-color: #003366; !important;
}

.hikashop_category_name
{
background-color: #003366; !important;

I don`t see this code in my home.css

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

  • Posts: 26232
  • Thank you received: 4035
  • MODERATOR
8 years 6 months ago #254760

Hi,

In the screenshot, we can see that the file is "default.css" ; it is not "home.css".

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 19
  • Thank you received: 0
8 years 6 months ago #254833

Okay unterstand!
I have change the position to relative and now it works!!!!
Thanks you very much !!

Last edit: 8 years 6 months ago by eltirol.

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

Time to create page: 0.062 seconds
Powered by Kunena Forum