Make buttons appear on same position

  • Posts: 8
  • Thank you received: 0
8 years 5 months ago #259731

-- url of the page with the problem -- : staging4.biomy.nl/index.php?option=com_h...t=listing&Itemid=558
-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.5
-- PHP version -- : 5.6.29

The buttons to add a product to the cart and keep informed when not in stock should be always on the same position in the "product box".
Perhaps always on the bottom.

Any help/idea?

Thanks

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

  • Posts: 12953
  • Thank you received: 1778
8 years 5 months ago #259732

Hello,

The button that is actually displayed seems to be the "Add to wishlist" button and not the "Add to cart" one, so the solution will probably be to disable wishlists.

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

  • Posts: 8
  • Thank you received: 0
8 years 5 months ago #259810

Hi,

I think I expressed myself wrong, the type of button isn't important, they just need to be aligned, now it looks messy.

See the attachment.

Attachments:

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

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
8 years 5 months ago #259812

Hello,

For this, create a custom frontend css, like show in this tutorial .

I can maybe suggest to use this kind of command :

.cart_btn, .out_of_stock_btn {
   vertical-align: bottom;
   margin-bottom: 10px;
}

Note: This code show you, the way to proceed, you have to use correct button class.

Hope this will help you.

Regards

Last edit: 8 years 5 months ago by Philip.

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

Time to create page: 0.060 seconds
Powered by Kunena Forum
loading