Bug - product specification + product custom info

  • Posts: 32
  • Thank you received: 0
9 years 4 months ago #237945

-- HikaShop version -- : 2.6.2
-- Joomla version -- : 3.5.1

There is a bug, I think, at the product item page for the specifications of the product.

When both the product specifications and own product specification via custom product fields are published, the custom field publishes again the Specification H4 title.

See the html:

<div id="hikashop_tabs_div">
<ul id="product-tabs" class="hikashop_tabs_ul">
<li id="hikashop_show_tabular_description_li" class="" onclick="displayTab('hikashop_show_tabular_description');">Beschrijving</li>
<li id="hikashop_show_tabular_specification_li" class="hikashop_tabs_li_selected" onclick="displayTab('hikashop_show_tabular_specification');">Specificaties</li>
</ul>
<div id="hikashop_show_tabular_description" class="hikashop_tabs_content" style="display: none;">
<div id="hikashop_show_tabular_specification" class="hikashop_tabs_content" style="display: inherit;">
<dl class="hikashop_product_dimensions">
<div id="hikashop_product_custom_info_main" class="hikashop_product_custom_info_main">
<h4>Specificaties</h4>
<dl class="hikashop_product_custom_info">
<dt>
<dd>
</dl>
</div>
</div>
<input id="selected_tab" type="hidden" value="hikashop_show_tabular_specification" name="selected_tab">
</div>

Those lines:
onclick="displayTab('hikashop_show_tabular_specification');">Specificaties</li>
....
<div id="hikashop_product_custom_info_main" class="hikashop_product_custom_info_main">
<h4>Specificaties</h4>


I can make it disappear in the CSS by adding
#hikashop_product_custom_info_main h4  {
display:none;
}
but it should not be there in fact.

Last edit: 9 years 4 months ago by Osindelka.

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

  • Posts: 1119
  • Thank you received: 114
9 years 4 months ago #237969

I can confirm that I had to add such CSS too....

Thanks

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

  • Posts: 13201
  • Thank you received: 2322
9 years 4 months ago #238047

Hi,

It seems that you are using an old version of the view "product / show_tabular".
So you can either add a css property or do a backup of the view and remove the override.
www.hikashop.com/support/documentation/1...ize-the-display.html

Last edit: 9 years 4 months ago by Xavier.
The following user(s) said Thank You: Osindelka

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

  • Posts: 32
  • Thank you received: 0
9 years 4 months ago #239079

Okay, I see.

I noticed that some of the views don't have to be up to date as I use the Storefront template from Gavick with pre-installed Hika Shop. I installed the business version over it, but the views stayed old.

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

  • Posts: 13201
  • Thank you received: 2322
9 years 4 months ago #239095

Hi,

It's normal that the views stayed old, that's because the template is doing view overrides, so when updating HikaShop if there is overrides we still use the overrides. But the original views are up to date ;)

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

  • Posts: 32
  • Thank you received: 0
9 years 4 months ago #239170

Yep, that's what I meant. :) The views in the template override

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

Time to create page: 0.083 seconds
Powered by Kunena Forum