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 2: return "
"; case 1: return $nc_minishop->show_put_button($f_Name, $f_Price, $fullLink); default: return ""; } } } ?>