Product page display with tabula

  • Posts: 20
  • Thank you received: 0
8 years 4 months ago #260883

We have a problem with, display product in tabula mode and need your help to solving the following:

1-We would like to hide or delete the short text that appeared just under the image.
2-When creating the customer field, the field appeared as a specification. We would like to display the customer field in parallel, and every one with his name.

You will find here the corresponding screenshots.

Thx for your helps.

Attachments:

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

  • Posts: 26253
  • Thank you received: 4040
  • MODERATOR
8 years 4 months ago #260884

Hi,

For HikaShop customization, we have that documentation page :
www.hikashop.com/support/documentation/1...-display.html#layout

1 - You want to override the view "product / show_tabular" in order to remove the first insertion of the product description.
The other possibility is to add some CSS in order to hide the block.

2 - The custom field display is using the name you configured in your backend.
So if you want to rename it, you need to edit the field and change his name.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 20
  • Thank you received: 0
8 years 4 months ago #260923

Thx for your reply.

But we need put the customer field in the same line:
For example : Description / Comment / Post a comment / Features Policy

Best regards

2 - The custom field display is using the name you configured in your backend.
So if you want to rename it, you need to edit the field and change his name.

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

  • Posts: 83992
  • Thank you received: 13604
  • MODERATOR
8 years 4 months ago #260928

Hi,

The section "How to add a tab in the tabular view ?" of our FAQ explains how to add a tab there:
www.hikashop.com/support/documentation/106-faq.html#layo
And the code to display a custom product field text is quite easy:
<?php echo $this->element->XXX; ?>
where XXX is the column name fo the custom field.

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

  • Posts: 20
  • Thank you received: 0
8 years 4 months ago #262271

Hello,

Sorry, I'm null in css.
Can you tell me which line exactly, I have to remove, in order to remove the first insertion of the product description.

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

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
8 years 4 months ago #262274

Hello,

Look for "<div class="hikashop_tabs_content" id="hikashop_show_tabular_description">", on the below you will see the part that process product description.
Hope this will help you.

Regards

Last edit: 8 years 4 months ago by Philip.
The following user(s) said Thank You: paulo25ci

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

Time to create page: 0.138 seconds
Powered by Kunena Forum