Add to cart location

  • Posts: 75
  • Thank you received: 1
7 years 10 months ago #273408

-- HikaShop version -- : 3.1.1
-- Joomla version -- : 3.7.3
-- PHP version -- : 7.01
-- Browser(s) name and version -- : Chrome 59.0.3071.115

Hi. I have just moved to non-legacy add to checkout. This has moved the add to cart button underneath the quantity selected, as opposed to by the right hand side where I had it before, and where I prefer. (See screenshots of legacy and non-legacy.)

Please advise which view I need to edit and how to retreive the old layout. Thanks

Attachments:

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

  • Posts: 83799
  • Thank you received: 13571
  • MODERATOR
7 years 10 months ago #273441

Hi,

In order to know which view file to edit, HikaShop now has the "display view files" setting in the HikaShop configuration. Turn it on and you'll see easily which view file you need to edit for which area.

However, for what you want to do, I think that just a bit of CSS should be enough.
For example:

.hikashop_product_stock_count{ display:block; }
.hikashop_product_quantity_main table{ display: block; float:left; }
.hikacart{ display: block !important; float:left; }

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

Time to create page: 0.055 seconds
Powered by Kunena Forum