make specification in group

  • Posts: 52
  • Thank you received: 0
9 years 3 months ago #242045

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.5.1

hi
how can create specification group . like this site
every shopping site make specifications in group. but i think hikashop don't have it. why?
i want have title for some of specifications how can i do that?

Attachments:

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #242073

Hi,

You can create a custom field of the type "custom text" between the other custom fields to create such separation.

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

  • Posts: 52
  • Thank you received: 0
9 years 3 months ago #242734

I used it but does't display any thing in front end.
it showed in backend but not in front end

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #242737

Ah yes.
Indeed, the custom text fields only display on the backend.
To avoid that, edit the show_block_custom_main file of the view product via the menu Display>Views and change the line:
if(!empty($value) || $value === '0') {

to:
if(true){

and that should do it.

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

Time to create page: 0.056 seconds
Powered by Kunena Forum