'tab', 'tabname' => __('General', 'jigoshop') ),
array( 'name' => __('General Options', 'jigoshop'), 'type' => 'title', 'desc' => '' ),
array(
'name' => __('Demo store','jigoshop'),
'desc' => '',
'tip' => __('Enable this option to show a banner at the top of every page stating this shop is currently in testing mode.','jigoshop'),
'id' => 'jigoshop_demo_store',
'css' => 'min-width:100px;',
'std' => 'no',
'type' => 'select',
'options' => array(
'yes' => __('Yes', 'jigoshop'),
'no' => __('No', 'jigoshop')
)
),
array(
'name' => __('Send Jigoshop emails from','jigoshop'),
'desc' => '',
'tip' => __('The email used to send all Jigoshop related emails, such as order confirmations and notices.','jigoshop'),
'id' => 'jigoshop_email',
'css' => 'width:250px;',
'type' => 'text',
'std' => get_option('admin_email')
),
array(
'name' => __('Base Country/Region','jigoshop'),
'desc' => '',
'tip' => __('This is the base country for your business. Tax rates will be based on this country.','jigoshop'),
'id' => 'jigoshop_default_country',
'css' => '',
'std' => 'GB',
'type' => 'single_select_country'
),
array(
'name' => __('Allowed Countries','jigoshop'),
'desc' => '',
'tip' => __('These are countries that you are willing to ship to.','jigoshop'),
'id' => 'jigoshop_allowed_countries',
'css' => 'min-width:100px;',
'std' => 'all',
'type' => 'select',
'options' => array(
'all' => __('All Countries', 'jigoshop'),
'specific' => __('Specific Countries', 'jigoshop')
)
),
array(
'name' => __('Specific Countries','jigoshop'),
'desc' => '',
'tip' => '',
'id' => 'jigoshop_specific_allowed_countries',
'css' => '',
'std' => '',
'type' => 'multi_select_countries'
),
array(
'name' => __('After adding product to cart','jigoshop'),
'desc' => '',
'tip' => __('Define what should happen when a user clicks on "Add to Cart" on any product or page.','jigoshop'),
'id' => 'jigoshop_redirect_add_to_cart',
'css' => 'min-width:100px;',
'std' => 'same_page',
'type' => 'select',
'options' => array(
'same_page' => __('Stay on the same page', 'jigoshop'),
'to_checkout' => __('Redirect to Checkout', 'jigoshop'),
'to_cart' => __('Redirect to Cart', 'jigoshop'),
)
),
array(
'name' => __('Disable Jigoshop frontend.css','jigoshop'),
'desc' => '',
'tip' => __('Useful if you want to disable Jigoshop styles and theme it yourself via your theme.','jigoshop'),
'id' => 'jigoshop_disable_css',
'css' => 'min-width:100px;',
'std' => 'no',
'type' => 'select',
'options' => array(
'no' => __('No', 'jigoshop'),
'yes' => __('Yes', 'jigoshop')
)
),
array(
'name' => __('Disable bundled Fancybox','jigoshop'),
'desc' => '',
'tip' => __('Useful if or one of your plugin already loads the Fancybox script and css. But be careful, Jigoshop will still try to open product images using Fancybox.','jigoshop'),
'id' => 'jigoshop_disable_fancybox',
'css' => 'min-width:100px;',
'std' => 'no',
'type' => 'select',
'options' => array(
'no' => __('No', 'jigoshop'),
'yes' => __('Yes', 'jigoshop')
)
),
array( 'name' => __('Checkout options', 'jigoshop'), 'type' => 'title', 'desc' => '' ),
array(
'name' => __('Allow guest purchases','jigoshop'),
'desc' => '',
'tip' => __('Setting this to Yes will allow users to checkout without registering or signing up. Otherwise, users must be signed in or must sign up to checkout.','jigoshop'),
'id' => 'jigoshop_enable_guest_checkout',
'css' => 'min-width:100px;',
'std' => 'yes',
'type' => 'select',
'options' => array(
'yes' => __('Yes', 'jigoshop'),
'no' => __('No', 'jigoshop')
)
),
array(
'name' => __('Show login form','jigoshop'),
'desc' => '',
'id' => 'jigoshop_enable_guest_login',
'css' => 'min-width:100px;',
'std' => 'yes',
'type' => 'select',
'options' => array(
'yes' => __('Yes', 'jigoshop'),
'no' => __('No', 'jigoshop')
)
),
array(
'name' => __('Allow registration','jigoshop'),
'desc' => '',
'id' => 'jigoshop_enable_signup_form',
'css' => 'min-width:100px;',
'std' => 'yes',
'type' => 'select',
'options' => array(
'yes' => __('Yes', 'jigoshop'),
'no' => __('No', 'jigoshop')
)
),
array(
'name' => __('Force SSL on checkout','jigoshop'),
'desc' => '',
'tip' => __('Forcing SSL is recommended. This will load your checkout page with https://. An SSL certificate is required if you choose yes. Contact your hosting provider for more information on SSL Certs.','jigoshop'),
'id' => 'jigoshop_force_ssl_checkout',
'css' => 'min-width:100px;',
'std' => 'no',
'type' => 'select',
'options' => array(
'yes' => __('Yes', 'jigoshop'),
'no' => __('No', 'jigoshop')
)
),
array( 'name' => __('Integration', 'jigoshop'), 'type' => 'title', 'desc' => '' ),
array(
'name' => __('ShareThis Publisher ID','jigoshop'),
'desc' => __("Enter your ShareThis publisher ID to show ShareThis on product pages.",'jigoshop'),
'tip' => __('ShareThis is a small social sharing widget for posting links on popular sites such as Twitter and Facebook.','jigoshop'),
'id' => 'jigoshop_sharethis',
'css' => 'width:300px;',
'type' => 'text',
'std' => ''
),
array(
'name' => __('Google Analytics ID', 'jigoshop'),
'desc' => __('Log into your Google Analytics account to find your ID. e.g. UA-XXXXXXX-X
', 'jigoshop'),
'id' => 'jigoshop_ga_id',
'type' => 'text',
'css' => 'min-width:300px;',
),
array(
'name' => __('Enable eCommerce Tracking', 'jigoshop'),
'tip' => __('Add Google Analytics eCommerce tracking code upon successful orders', 'jigoshop'),
'desc' => __('Learn how to enable eCommerce tracking for your Google Analytics account.', 'jigoshop'),
'id' => 'jigoshop_ga_ecommerce_tracking_enabled',
'type' => 'select',
'options' => array(
'no' => __('No', 'jigoshop'),
'yes' => __('Yes', 'jigoshop')
)
),
array( 'type' => 'tabend'),
array( 'type' => 'tab', 'tabname' => __('Pages', 'jigoshop') ),
array( 'name' => __('Shop page configuration', 'jigoshop'), 'type' => 'title', 'desc' => '' ),
array(
'name' => __('Cart Page','jigoshop'),
'desc' => __('Shortcode to place on page: [jigoshop_cart]
','jigoshop'),
'tip' => '',
'id' => 'jigoshop_cart_page_id',
'css' => 'min-width:50px;',
'type' => 'single_select_page',
'std' => ''
),
array(
'name' => __('Checkout Page','jigoshop'),
'desc' => __('Shortcode to place on page: [jigoshop_checkout]
','jigoshop'),
'tip' => '',
'id' => 'jigoshop_checkout_page_id',
'css' => 'min-width:50px;',
'type' => 'single_select_page',
'std' => ''
),
array(
'name' => __('Pay Page','jigoshop'),
'desc' => __('Shortcode to place on page: [jigoshop_pay]
Default parent page: Checkout','jigoshop'),
'tip' => '',
'id' => 'jigoshop_pay_page_id',
'css' => 'min-width:50px;',
'type' => 'single_select_page',
'std' => ''
),
array(
'name' => __('Thanks Page','jigoshop'),
'desc' => __('Shortcode to place on page: [jigoshop_thankyou]
Default parent page: Checkout','jigoshop'),
'tip' => '',
'id' => 'jigoshop_thanks_page_id',
'css' => 'min-width:50px;',
'type' => 'single_select_page',
'std' => ''
),
array(
'name' => __('My Account Page','jigoshop'),
'desc' => __('Shortcode to place on page: [jigoshop_my_account]
','jigoshop'),
'tip' => '',
'id' => 'jigoshop_myaccount_page_id',
'css' => 'min-width:50px;',
'type' => 'single_select_page',
'std' => ''
),
array(
'name' => __('Edit Address Page','jigoshop'),
'desc' => __('Shortcode to place on page: [jigoshop_edit_address]
Default parent page: My Account','jigoshop'),
'tip' => '',
'id' => 'jigoshop_edit_address_page_id',
'css' => 'min-width:50px;',
'type' => 'single_select_page',
'std' => ''
),
array(
'name' => __('View Order Page','jigoshop'),
'desc' => __('Shortcode to place on page:[jigoshop_view_order]
Default parent page: My Account','jigoshop'),
'tip' => '',
'id' => 'jigoshop_view_order_page_id',
'css' => 'min-width:50px;',
'type' => 'single_select_page',
'std' => ''
),
array(
'name' => __('Change Password Page','jigoshop'),
'desc' => __('Shortcode to place on page: [jigoshop_change_password]
Default parent page: My Account','jigoshop'),
'tip' => '',
'id' => 'jigoshop_change_password_page_id',
'css' => 'min-width:50px;',
'type' => 'single_select_page',
'std' => ''
),
array(
'name' => __('Track Order Page','jigoshop'),
'desc' => __('Shortcode to place on page: [jigoshop_order_tracking]
','jigoshop'),
'tip' => '',
'id' => 'jigoshop_track_order_page_id',
'css' => 'min-width:50px;',
'type' => 'single_select_page',
'std' => ''
),
array(
'name' => __('Terms Page', 'jigoshop'),
'desc' => __('If you define a "Terms" page the customer will be asked to accept it before allowing them to place their order.', 'jigoshop'),
'tip' => '',
'id' => 'jigoshop_terms_page_id',
'css' => 'min-width:50px;',
'std' => '',
'type' => 'single_select_page',
'args' => 'show_option_none=' . __('None', 'jigoshop'),
),
array( 'type' => 'tabend'),
array( 'type' => 'tab', 'tabname' => __('Catalog & Pricing', 'jigoshop') ),
array( 'name' => __('Catalog Options', 'jigoshop'), 'type' => 'title','desc' => '', 'id' => '' ),
array(
'name' => __('Catalog base page','jigoshop'),
'desc' => '',
'tip' => __('This sets the base page of your shop. You should not change this value once you have launched your site otherwise you risk breaking urls of other sites pointing to yours, etc.','jigoshop'),
'id' => 'jigoshop_shop_page_id',
'css' => 'min-width:50px;',
'type' => 'single_select_page',
'std' => ''
),
array(
'name' => __('Prepend links with base page','jigoshop'),
'desc' => '',
'tip' => __('This will only apply to tags & categories.
Yes: http://yoursite.com / product_category / YourCategory
No: http://yoursite.com / base_page / product_category / YourCategory', 'jigoshop'),
'id' => 'jigoshop_prepend_shop_page_to_urls',
'css' => 'min-width:100px;',
'std' => 'no',
'type' => 'select',
'options' => array(
'no' => __('No', 'jigoshop'),
'yes' => __('Yes', 'jigoshop')
)
),
array(
'name' => __('Sort products in catalog by','jigoshop'),
'desc' => '',
'tip' => __('Determines the display sort order of products for the Shop, Categories, and Tag pages.','jigoshop'),
'id' => 'jigoshop_catalog_sort_orderby',
'css' => 'min-width:100px;',
'std' => 'post_date',
'type' => 'select',
'options' => array(
'post_date' => __('Creation Date', 'jigoshop'),
'title' => __('Product Title', 'jigoshop'),
'menu_order' => __('Product Post Order', 'jigoshop')
)
),
array(
'name' => __('Catalog sort direction','jigoshop'),
'desc' => '',
'tip' => __('Determines whether the catalog sort orderby is ascending or descending.','jigoshop'),
'id' => 'jigoshop_catalog_sort_direction',
'css' => 'min-width:100px;',
'std' => 'asc',
'type' => 'select',
'options' => array(
'asc' => __('Ascending', 'jigoshop'),
'desc' => __('Descending', 'jigoshop')
)
),
array(
'name' => __('Catalog products per row','jigoshop'),
'desc' => __('Default = 3','jigoshop'),
'tip' => __('Determines how many products to show on one display row for Shop, Category and Tag pages.','jigoshop'),
'id' => 'jigoshop_catalog_columns',
'css' => 'width:30px;',
'std' => '3',
'type' => 'text',
),
array(
'name' => __('Catalog products per page','jigoshop'),
'desc' => __('Default = 12','jigoshop'),
'tip' => __('Determines how many products to display on Shop, Category and Tag pages before needing next and previous page navigation.','jigoshop'),
'id' => 'jigoshop_catalog_per_page',
'css' => 'width:30px;',
'std' => '12',
'type' => 'text',
),
array( 'name' => __('Pricing Options', 'jigoshop'), 'type' => 'title','desc' => '', 'id' => '' ),
array(
'name' => __('Currency', 'jigoshop'),
'desc' => sprintf( __("This controls what currency prices are listed at in the catalog, and which currency PayPal, and other gateways, will take payments in. See the list of supported PayPal currencies.", 'jigoshop'), 'https://www.paypal.com/cgi-bin/webscr?cmd=p/sell/mc/mc_intro-outside' ),
'tip' => '',
'id' => 'jigoshop_currency',
'css' => 'min-width:200px;',
'std' => 'GBP',
'type' => 'select',
'options' => apply_filters('jigoshop_currencies', array(
'AED' => __('United Arab Emirates dirham (د.إ)', 'jigoshop'),
'AUD' => __('Australian Dollar ($)', 'jigoshop'),
'BRL' => __('Brazilian Real (R$)', 'jigoshop'),
'CAD' => __('Canadian Dollar ($)', 'jigoshop'),
'CHF' => __('Swiss Franc (SFr.)', 'jigoshop'),
'CNY' => __('Chinese yuan (¥)', 'jigoshop'),
'CZK' => __('Czech Koruna (Kč)', 'jigoshop'),
'DKK' => __('Danish Krone (kr)', 'jigoshop'),
'EUR' => __('Euro (€)', 'jigoshop'),
'GBP' => __('Pounds Sterling (£)', 'jigoshop'),
'HKD' => __('Hong Kong Dollar ($)', 'jigoshop'),
'HRK' => __('Croatian Kuna (kn)', 'jigoshop'),
'HUF' => __('Hungarian Forint (Ft)', 'jigoshop'),
'IDR' => __('Indonesia Rupiah (Rp)', 'jigoshop'),
'ILS' => __('Israeli Shekel (₪)', 'jigoshop'),
'INR' => __('Indian Rupee (₨)', 'jigoshop'),
'JPY' => __('Japanese Yen (¥)', 'jigoshop'),
'MXN' => __('Mexican Peso ($)', 'jigoshop'),
'MYR' => __('Malaysian Ringgits (RM)', 'jigoshop'),
'NGN' => __('Nigerian Naira (₦)', 'jigoshop'),
'NOK' => __('Norwegian Krone (kr)', 'jigoshop'),
'NZD' => __('New Zealand Dollar ($)', 'jigoshop'),
'PHP' => __('Philippine Pesos (₱)', 'jigoshop'),
'PLN' => __('Polish Zloty (zł)', 'jigoshop'),
'RON' => __('Romanian New Leu (lei)', 'jigoshop'),
'RUB' => __('Russian Ruble (руб)', 'jigoshop'),
'SEK' => __('Swedish Krona (kr)', 'jigoshop'),
'SGD' => __('Singapore Dollar ($)', 'jigoshop'),
'THB' => __('Thai Baht (฿)', 'jigoshop'),
'TRY' => __('Turkish Lira (₤)', 'jigoshop'),
'TWD' => __('Taiwan New Dollar ($)', 'jigoshop'),
'USD' => __('US Dollar ($)', 'jigoshop'),
'ZAR' => __('South African rand (R)', 'jigoshop')
)
)
),
array(
'name' => __('Currency display', 'jigoshop'),
'desc' => __("This controls the display of the currency symbol and currency code.", 'jigoshop'),
'tip' => '',
'id' => 'jigoshop_currency_pos',
'css' => 'min-width:200px;',
'std' => 'left',
'type' => 'select',
'options' => array(
'left' => __(get_jigoshop_currency_symbol() . '0' . get_option('jigoshop_price_decimal_sep') . '00', 'jigoshop'),
'left_space' => __(get_jigoshop_currency_symbol() . ' 0' . get_option('jigoshop_price_decimal_sep') . '00', 'jigoshop'),
'right' => __('0' . get_option('jigoshop_price_decimal_sep') . '00' . get_jigoshop_currency_symbol(), 'jigoshop'),
'right_space' => __('0' . get_option('jigoshop_price_decimal_sep') . '00 ' . get_jigoshop_currency_symbol(), 'jigoshop'),
'left_code' => __(get_option('jigoshop_currency') . '0' . get_option('jigoshop_price_decimal_sep') . '00', 'jigoshop'),
'left_code_space' => __(get_option('jigoshop_currency') . ' 0' . get_option('jigoshop_price_decimal_sep') . '00', 'jigoshop'),
'right_code' => __('0' . get_option('jigoshop_price_decimal_sep') . '00' . get_option('jigoshop_currency'), 'jigoshop'),
'right_code_space' => __('0' . get_option('jigoshop_price_decimal_sep') . '00 ' . get_option('jigoshop_currency'), 'jigoshop'),
'symbol_code' => __(get_jigoshop_currency_symbol() . '0' . get_option('jigoshop_price_decimal_sep') . '00' . get_option('jigoshop_currency'), 'jigoshop'),
'symbol_code_space' => __(get_jigoshop_currency_symbol() . ' 0' . get_option('jigoshop_price_decimal_sep') . '00 ' . get_option('jigoshop_currency'), 'jigoshop'),
'code_symbol' => __(get_option('jigoshop_currency') . '0' . get_option('jigoshop_price_decimal_sep') . '00' . get_jigoshop_currency_symbol(), 'jigoshop'),
'code_symbol_space' => __(get_option('jigoshop_currency') . ' 0' . get_option('jigoshop_price_decimal_sep') . '00 ' . get_jigoshop_currency_symbol(), 'jigoshop'),
)
),
array(
'name' => __('Thousand separator', 'jigoshop'),
'desc' => __('This sets the thousand separator of displayed prices.', 'jigoshop'),
'tip' => '',
'id' => 'jigoshop_price_thousand_sep',
'css' => 'width:30px;',
'std' => ',',
'type' => 'text',
),
array(
'name' => __('Decimal separator', 'jigoshop'),
'desc' => __('This sets the decimal separator of displayed prices.', 'jigoshop'),
'tip' => '',
'id' => 'jigoshop_price_decimal_sep',
'css' => 'width:30px;',
'std' => '.',
'type' => 'text',
),
array(
'name' => __('Number of decimals', 'jigoshop'),
'desc' => __('This sets the number of decimal points shown in displayed prices.', 'jigoshop'),
'tip' => '',
'id' => 'jigoshop_price_num_decimals',
'css' => 'width:30px;',
'std' => '2',
'type' => 'text',
),
array( 'type' => 'tabend'),
array( 'type' => 'tab', 'tabname' => __('Images', 'jigoshop') ),
array( 'name' => __('Image Options', 'jigoshop'), 'type' => 'title','desc' => __('Large variations from the defaults could require CSS modifications in your Theme.','jigoshop'), 'id' => '' ),
array(
'name' => __('Tiny Images','jigoshop'),
'tip' => '',
'desc' => __('The small image used in the Cart, Checkout, Orders and Widgets','jigoshop'),
'id' => 'jigoshop_shop_tiny',
'css' => '',
'type' => 'image_size',
'std' => 36
),
array(
'name' => __('Thumbnail Images','jigoshop'),
'desc' => __('The thumbnail image for Single Product page extra images.','jigoshop'),
'id' => 'jigoshop_shop_thumbnail',
'css' => '',
'type' => 'image_size',
'std' => 90
),
array(
'name' => __( 'Catalog Images', 'jigoshop' ),
'desc' => __('The catalog image for Shop, Categories, Tags, and Related Products.', 'jigoshop'),
'id' => 'jigoshop_shop_small',
'css' => '',
'type' => 'image_size',
'std' => 150
),
array(
'name' => __('Large Images','jigoshop'),
'desc' => __('Single Product page\'s large or Featured image.','jigoshop'),
'id' => 'jigoshop_shop_large',
'css' => '',
'type' => 'image_size',
'std' => 300
),
array( 'type' => 'tabend'),
array( 'type' => 'tab', 'tabname' => __('Coupons', 'jigoshop') ),
array( 'name' => __('Coupon Information', 'jigoshop'), 'type' => 'title', 'desc' => __('