hello
i have joomla 3.4.8 and hikashop 2.6.0
and i have the same problem
Une erreur s'est produite
1052 Column 'category_id' in field list is ambiguous SQL=SELECT jnryv_hikashop_category.category_access,category_alias,category_canonical,category_created,category_depth,category_description,category_id,category_keywords,category_layout,category_left,category_menu,category_meta_description,category_modified,category_name,category_namekey,category_ordering,category_page_title,category_parent_id,category_published,category_quantity_layout,category_right,category_site_id,category_type,jnryv_hikashop_product_category.product_id,jnryv_hikashop_category.category_id FROM jnryv_hikashop_category INNER JOIN jnryv_hikashop_product_category ON jnryv_hikashop_product_category.category_id = jnryv_hikashop_category.category_id WHERE product_id IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27) ORDER BY product_category_id
i try
please change in file /layouts/joomla/modal/iframe.php line 40
$iframeAttributes = $params;
change to
$iframeAttributes = addslashes($params);
but always the problem
can you help me
thanks
stephan