How to disable virtual goods option?

  • Posts: 50
  • Thank you received: 0
9 years 7 months ago #169264

-- HikaShop version -- : 2.3.2
-- Joomla version -- : 2.5.24
-- PHP version -- : 5.5.13
-- Browser(s) name and version -- : Google Chrome 36.0.1985.143 m
-- Error-message(debug-mod must be tuned on) -- : N/A

When I create a product, the Product Type is always set to Virtual goods (mp3, ebooks, etc.). How can I remove this so it's just shippable goods?

Attachments:

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

  • Posts: 81540
  • Thank you received: 13069
  • MODERATOR
9 years 7 months ago #169283

Hi,

Edit the file "common" via the menu Display>views for your backend template and change the code:

!empty($this->element->product_weight) && hikashop_toFloat($this->element->product_weight) != 0.0
to:
true
and that should do just that.

The following user(s) said Thank You: Lumiga

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

Time to create page: 0.055 seconds
Powered by Kunena Forum