How to set default product detail to tabular

  • Posts: 252
  • Thank you received: 1
9 years 4 months ago #240090

-- HikaShop version -- : HikaShop Business 2.6.3,
-- Joomla version -- : 3.5
-- PHP version -- : 5.5.12

Hi,
1. I followed the steps in www.hikashop.com/forum/product-category-...ew-product-page.html
but I got the following error messages:
=======================
Notice: Undefined variable: hide_specs in D:\wamp\www\workspace\purity\templates\purity_iii\html\com_hikashop\product\show_default.php on line 200
========================
Notice: Undefined variable: status_vote in D:\wamp\www\workspace\purity\templates\purity_iii\html\com_hikashop\product\show_default.php on line 203
==========================

I replace show_default from
<div id="hikashop_product_bottom_part" class="hikashop_product_bottom_part">
to the end with show_tabular
<div id="hikashop_product_bottom_part" class="hikashop_product_bottom_part show_tabular">

as for
========================
if(!empty($this->fields)){
$this->setLayout('show_block_custom_main');
echo $this->loadTemplate();
}
========================
The two code are all the same, so I did't change anything.

Is there anything else I should do ?


Thank you so much
Scott

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

  • Posts: 84312
  • Thank you received: 13701
  • MODERATOR
9 years 4 months ago #240127

Hi,

Turn off the "error reporting" setting of the Joomla configuration and that will remove these notices.

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

Time to create page: 0.056 seconds
Powered by Kunena Forum