Remove some fields and deactivate drag n drop

  • Posts: 65
  • Thank you received: 2
  • Hikaauction Standard Hikamarket Multivendor Hikashop Business
9 hours 45 minutes ago #370926

-- HikaShop version -- : 6.4.0
-- HikaAuction version -- : 5.1.0
-- Joomla version -- : 6
-- PHP version -- : 8.4
-- Browser(s) name and version -- : all

Dear Team

Due to the nature of our business, we will be creating many of our auctions manually using the create "New" functionality within the backend see video

We would like to hide several fields that are not relevant to our operations, like dimensions, weight, and a few others.

Could you please advise on how we can customize the interface to remove these fields?

Additionally, the drag-and-drop feature for these fields has somehow been activated, and we would like to have this deactivated. Please let us know the steps required to disable this setting.

Thank you in advance

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

  • Posts: 268
  • Thank you received: 36
  • Hikaserial Subscription Hikashop Business
8 hours 42 minutes ago #370928

In my experience so far with hikashop and interactions with developers, I think it would be best to use css to hide those elements.

<div class="dimensions-style" id="dimensions-field">
...
</div>
#dimensions-field{display:none;}
.dimensions-style{display:none;}
So you can hide it based on id or class
It will be much easier this way for future maintenance or updates that you will do when installing a new update of hikashop / hikaauction / hikaserials for example and it will be just as easy if you want to use those fields later, just make what you need visible.

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

Moderators: Mohamed Thelji
Time to create page: 0.066 seconds
Powered by Kunena Forum