require_once $nc_parent_field_path; $shop_mode = 2; global $shop; if ( ! function_exists( 'cart_link' ) ) { function cart_link($f_RowID, $f_Name, $f_Price, $fullLink, $shop_mode) { global $cc, $nc_core, $nc_minishop, $orders_href; global $SUB_FOLDER, $HTTP_ROOT_PATH, $classID; switch ($shop_mode) { case 1: return $nc_minishop->show_put_button($f_Name, $f_Price, $fullLink, $f_RowID); default: return "
"; } } } if($cc_settings['ViewMode'] == 'favorites') { $ignore_cc = true; $ignore_sub = true; $query_where = 'Favorites = 1'; $query_order = 'RAND()'; }