Hi,
There is nearly nothing to see on front end... site isn't active and I learn HikaShop options...
Magic Tab function:
---
function getItem($aid = 0)
{
$application = JFactory::getApplication();
jimport('joomla.application.component.model');
$model = JModel::getInstance('Articles', 'ContentModel', array('ignore_request' => true));
$params = $application->getParams();
echo $params;
$model->setState('params', $params); /* ERROR */
---
$params values in OK case (for first tab):
---
{"article_layout":"_:default","show_title":"0","link_titles":"0","show_intro":"0","show_category":"0","link_category":"0","show_parent_category":"0","link_parent_category":"0","show_author":"0","link_author":"0","show_create_date":"0","show_modify_date":"0","show_publish_date":"0","show_item_navigation":"0","show_vote":"0","show_readmore":"1","show_readmore_title":"1","readmore_limit":"100","show_icons":"1","show_print_icon":"1","show_email_icon":"1","show_hits":"0","show_noauth":"0","category_layout":"_:blog","show_category_title":"0","show_description":"0","show_description_image":"0","maxLevel":"1","show_empty_categories":"0","show_no_articles":"1","show_subcat_desc":"1","show_cat_num_articles":"0","show_base_description":"1","maxLevelcat":"-1","show_empty_categories_cat":"0","show_subcat_desc_cat":"1","show_cat_num_articles_cat":"1","num_leading_articles":"1","num_intro_articles":"4","num_columns":"2","num_links":"4","multi_column_order":"1","show_subcategory_content":"0","show_pagination_limit":"1","filter_field":"hide","show_headings":"1","list_show_date":"0","date_format":"","list_show_hits":"1","list_show_author":"1","orderby_pri":"order","orderby_sec":"front","order_date":"published","show_pagination":"2","show_pagination_results":"1","show_feed_link":"1","feed_summary":"0","filters":{"1":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"6":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"7":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"2":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"3":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"4":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"5":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"8":{"filter_type":"BL","filter_tags":"","filter_attributes":""}},"featured_categories":[""],"layout_type":"blog","menu_text":1,"page_title":"SokART 2D & 3D Gravuren","show_page_heading":0,"menu-meta_description":"sfgsdfgds","menu-meta_keywords":"sgfdgds","secure":0,"page_description":"SokArt 2D & 3D Gravuren","page_rights":""}
---
$params value in ERROR case (for first tab):
---
{"menu_text":1,"show_page_heading":0,"secure":0,"page_title":"e-Shop","page_description":"SokArt 2D & 3D Gravuren","page_rights":""}
---
BR PR