File: //var/www/lipovac/wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Pricing_Tables.php
<?php
$array = array(
	'base' => 'ultimate_pricing', // shortcode base
	'presets' => array( // presets array
		//1
		array(
			'title' => 'Style 1', // Title of preset
			'default' => false, // set true if if want to load this preset on newly created element
			'settings' => array(
				'color_scheme' => 'custom',
				'color_bg_highlight' => '#34a8c8',
				'package_heading' => 'PRICING PLAN 3',
				'package_sub_heading' => 'For Business',
				'package_price' => '$200',
				'package_unit' => 'Per Month',
				'package_btn_text' => 'BUY NOW',
				'package_featured' => 'enable',
				'content' => '
			50 Emails Accounts
			200 GB Bandwidth
			30 MySQL Database
			Daily Backup
			Web File Management
			',
			)
		), // end of preset
		//2
		array(
			'title' => 'Style 2', // Title of preset
			'default' => false, // set true if if want to load this preset on newly created element
			'settings' => array(
				'design_style' => 'design02',
				'color_scheme' => 'custom',
				'color_bg_highlight' => '#54a1d8',
				'package_heading' => 'GOLD PLAN',
				'package_sub_heading' => 'Grow your business from now',
				'package_price' => '$50',
				'package_unit' => 'Per Month',
				'package_btn_text' => 'BUY NOW',
				'package_featured' => 'enable',
				'content' => '
			120 GB Storage
			Free Maintenance
			Fully SEO Featured
			Unlimited Data Transfer
			Easy Payment
			24/7 Support
			Firewall Protection
			Dedicated Environment
			Telephonic Support
			Upgrades On Time
			',
			)
		), // end of preset
		//3
		array(
			'title' => 'Style 3', // Title of preset
			'default' => false, // set true if if want to load this preset on newly created element
			'settings' => array(
				'design_style' => 'design03',
				'color_scheme' => 'custom',
				'color_bg_main' => '#3f3f3f',
				'color_txt_main' => '#c9c9c9',
				'color_bg_highlight' => '#7a7877',
				'color_txt_highlight' => '#ffffff',
				'package_heading' => 'DESIGN PLAN 2',
				'package_sub_heading' => 'Professional Plan',
				'package_price' => '$45',
				'package_unit' => 'per two months',
				'package_btn_text' => 'BUY NOW',
				'package_featured' => 'enable',
				'content' => '
			E-commerce Enabled
			Daily Backup
			One Click Restore
			50 Products
			On Time Reports
			Blog Enabled
			Social Marketing
			Customizing Tool
			',
			)
		), // end of preset
		//4
		array(
			'title' => 'Style 4', // Title of preset
			'default' => false, // set true if if want to load this preset on newly created element
			'settings' => array(
				'design_style' => 'design04',
				'color_scheme' => 'custom',
				'color_bg_main' => '#f9f9f9',
				'color_bg_highlight' => '#ff2b2b',
				'package_heading' => 'STARTER LIST CARD',
				'package_sub_heading' => 'Pro',
				'package_price' => '20$',
				'package_unit' => 'Per Month',
				'package_btn_text' => 'SIGN UP',
				'package_featured' => 'enable',
				'content' => '
			10 Emails
			20 GB Bandwidth
			x
			Email Support
			5 GB Storage
			',
			)
		), // end of preset
		//5
		array(
			'title' => 'Style 5', // Title of preset
			'default' => false, // set true if if want to load this preset on newly created element
			'settings' => array(
				'design_style' => 'design05',
				'color_scheme' => 'custom',
				'color_bg_highlight' => '#0ea36a',
				'package_heading' => 'DEVELOPMENT',
				'package_sub_heading' => 'Wordpress Projects ',
				'package_price' => '$20',
				'package_unit' => 'per project',
				'package_btn_text' => 'HIRE NOW',
				'package_featured' => 'enable',
				'content' => '
			Highly Responsive in Nature
			Quick Development
			Bug Free Projects
			On Time Resolution
			Code Optimization
			',
			)
		), // end of preset
		//6
		array(
			'title' => 'Style 6', // Title of preset
			'default' => false, // set true if if want to load this preset on newly created element
			'settings' => array(
				'design_style' => 'design06',
				'color_scheme' => 'yellow',
				'package_heading' => 'WEB PLAN 2',
				'package_sub_heading' => 'Pro Plan',
				'package_price' => '$100',
				'package_unit' => 'Per Month',
				'package_btn_text' => 'BUY NOW',
				'content' => '
			E-commerce Enabled
			Daily Backup
			One Click Restore
			50 Products
			On Time Reports
			Blog Enabled
			Social Marketing
			Customizing Tool
			',
			)
		), // end of preset
		//7
		array(
			'title' => 'Style 7', // Title of preset
			'default' => false, // set true if if want to load this preset on newly created element
			'settings' => array(
				'color_scheme' => 'custom',
				'color_bg_main' => '#333333',
				'color_bg_highlight' => '#b5ce52',
				'package_heading' => 'BUSINESS',
				'package_sub_heading' => 'Grow Your Business',
				'package_price' => '$100',
				'package_unit' => 'Per Month',
				'package_btn_text' => 'LET\'S GET STARTED',
				'package_featured' => 'enable',
				'content' => '
			500 GB Storage
			Free Maintenance
			Fully SEO Featured
			Unlimited Data Transfer
			Easy Payment
			24/7 Support
			Gift  Voucher
			Report Generation
			Auto Backup
			Advance Report Generation
			',
			)
		), // end of preset
	)
);