File: /home/perditaeyz/www/wp-content/plugins/side-cart-woocommerce/admin/views/settings/general.php
<?php
$settings = array(
/** MAIN **/
array(
'callback' => 'checkbox',
'title' => 'Auto Open Cart',
'id' => 'm-auto-open',
'section_id' => 'main',
'default' => 'yes',
),
array(
'callback' => 'checkbox',
'title' => 'Ajax add to cart',
'id' => 'm-ajax-atc',
'section_id' => 'main',
'default' => 'yes',
'desc' => 'Add to cart without refreshing page'
),
array(
'callback' => 'checkbox',
'title' => 'Fly to Cart Animation',
'id' => 'm-flycart',
'section_id' => 'main',
'default' => 'yes',
'desc' => 'Works with ajax add to cart',
'pro' => 'yes'
),
array(
'callback' => 'select',
'title' => 'Cart Order',
'id' => 'm-cart-order',
'section_id' => 'main',
'args' => array(
'options' => array(
'asc' => 'Recently added item at last (Asc)',
'desc' => 'Recently added item on top (Desc)',
),
),
'default' => 'asc',
'desc' => 'If you have bundle/composite products use Asc order'
),
array(
'callback' => 'select',
'title' => 'Basket Count',
'id' => 'm-bk-count',
'section_id' => 'main',
'args' => array(
'options' => array(
'quantity' => 'Sum of Quantity of all the products',
'items' => 'Number of products',
),
),
'default' => 'items'
),
array(
'callback' => 'select',
'title' => 'Coupons List',
'id' => 'm-cp-list',
'section_id' => 'main',
'args' => array(
'options' => array(
'all' => 'Show All',
'available' => 'Show only available',
'hide' => 'Do not show'
),
),
'default' => 'all',
'pro' => 'yes'
),
array(
'callback' => 'number',
'title' => 'Maximum coupouns count',
'id' => 'm-cp-count',
'section_id' => 'main',
'default' => 20,
'pro' => 'yes'
),
array(
'callback' => 'textarea',
'title' => 'Custom coupons post ID',
'id' => 'm-cp-custom',
'section_id' => 'main',
'default' => '',
'desc' => 'Display only these coupons. Add coupons post ID separated by comma. Leave empty to list all',
'pro' => 'yes'
),
array(
'callback' => 'text',
'title' => 'Empty cart button URL',
'id' => 'm-shop-url',
'section_id' => 'main',
'default' => get_permalink( wc_get_page_id( 'shop' ) ),
),
array(
'callback' => 'textarea',
'title' => 'Do not show cart on pages',
'id' => 'm-hide-cart',
'section_id' => 'main',
'default' => '',
'desc' => 'Use post type/page id/slug separated by comma. For eg: post,contact-us,about-us .For all non woocommerce pages, use no-woocommerce. For checkout page use checkout, for cart page -> cart'
),
/** SIDE CART HEADER **/
array(
'callback' => 'checkbox_list',
'title' => 'Show',
'id' => 'sch-show',
'section_id' => 'sc_head',
'args' => array(
'options' => array(
'notifications' => 'Notifications',
'shipping_bar' => 'Free Shipping Bar',
'basket' => 'Basket Icon',
'close' => 'Close Icon'
),
),
'default' => array(
'notifications', 'shipping_bar', 'basket', 'close'
),
'pro' => array(
'notifications', 'shipping_bar'
)
),
array(
'callback' => 'number',
'title' => 'Show notification for seconds',
'id' => 'sch-notify-time',
'section_id' => 'sc_head',
'default' => '5000',
'desc' => '( 1 second = 1000 )',
'pro' => 'yes'
),
/** SIDE CART BODY **/
array(
'callback' => 'checkbox_list',
'title' => 'Show',
'id' => 'scb-show',
'section_id' => 'sc_body',
'args' => array(
'options' => array(
'total_sales' => 'Product Sales Count',
'product_image' => 'Product Image',
'product_name' => 'Product Name',
'product_price' => 'Product Price',
'product_total' => 'Product Total',
'product_meta' => 'Product Meta ( Variations )',
'product_link' => 'Link to Product Page',
'product_del' => 'Delete Product',
),
),
'default' => array(
'total_sales', 'product_price', 'product_total', 'product_name', 'product_link', 'product_del', 'product_image', 'product_meta'
),
'pro' => array(
'total_sales'
)
),
array(
'callback' => 'checkbox',
'title' => 'Allow quantity update',
'id' => 'scb-update-qty',
'section_id' => 'sc_body',
'default' => 'yes',
'pro' => 'yes',
),
array(
'callback' => 'number',
'title' => 'Quantity Update Delay',
'id' => 'scb-update-delay',
'section_id' => 'sc_body',
'default' => '500',
'desc' => 'Wait before quantiy update request is sent to server ( 1 second = 1000 )',
'pro' => 'yes',
),
array(
'callback' => 'select',
'title' => 'Product name (Variable Product)',
'id' => 'scb-pname-var',
'section_id' => 'sc_body',
'args' => array(
'options' => array(
'yes' => 'Include Variation',
'no' => 'Do not include variation',
),
),
'default' => 'yes',
'desc' => 'If you do not wish to include variation attributes in product name, make sure "Product Meta" is checked above to display variation data separately.'
),
/** SIDE CART FOOTER **/
array(
'callback' => 'checkbox_list',
'title' => 'Show',
'id' => 'scf-show',
'section_id' => 'sc_footer',
'args' => array(
'options' => array(
'subtotal' => 'Subtotal',
'discount' => 'Discount',
'tax' => 'Tax',
'shipping' => 'Shipping Amount',
'shipping_calc' => 'Shipping Calculator',
'fee' => 'Other Fee',
'total' => 'Total',
'coupon' => 'Coupon',
),
),
'default' => array(
'subtotal', 'discount', 'tax', 'shipping', 'shipping_calc', 'fee', 'total', 'coupon', 'order_notes'
),
'pro' => array(
'discount', 'tax', 'shipping', 'shipping_calc', 'fee', 'total', 'coupon'
)
),
array(
'callback' => 'checkbox',
'title' => 'Papyal Express Checkout',
'id' => 'scf-pec-enable',
'section_id' => 'sc_footer',
'default' => 'no',
'desc' => '<a href="https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/" target="_blank">Download paypal plugin</a>',
'pro' => 'yes'
),
/*** SUGGESTED PRODUCTS ***/
array(
'callback' => 'checkbox',
'title' => 'Enable',
'id' => 'scsp-enable',
'section_id' => 'suggested_products',
'default' => 'yes',
'pro' => 'yes'
),
array(
'callback' => 'checkbox',
'title' => 'Display on mobile devices',
'id' => 'scsp-mob-enable',
'section_id' => 'suggested_products',
'default' => 'yes',
'pro' => 'yes'
),
array(
'callback' => 'checkbox_list',
'title' => 'Show',
'id' => 'scsp-show',
'section_id' => 'suggested_products',
'args' => array(
'options' => array(
'image' => 'Product Image',
'title' => 'Product Title',
'price' => 'Product Price',
'addtocart' => 'Add to cart button',
),
),
'default' => array(
'image', 'price', 'addtocart', 'title'
),
'pro' => 'yes'
),
array(
'callback' => 'select',
'title' => 'Products type',
'id' => 'scsp-type',
'section_id' => 'suggested_products',
'args' => array(
'options' => array(
'cross_sells' => 'Cross-Sells',
'related' => 'Related',
'up_sells' => 'Up-Sells'
),
),
'default' => 'related',
'pro' => 'yes'
),
array(
'callback' => 'textarea',
'title' => 'Custom Product IDS',
'id' => 'scsp-ids',
'section_id' => 'suggested_products',
'default' => '',
'desc' => 'Product IDS separated by comma.',
'args' => array(
'rows' => 2
),
'pro' => 'yes'
),
array(
'callback' => 'number',
'title' => 'Number of products',
'id' => 'scsp-count',
'section_id' => 'suggested_products',
'default' => 5,
'pro' => 'yes'
),
array(
'callback' => 'checkbox',
'title' => 'Random Products',
'id' => 'scsp-random',
'section_id' => 'suggested_products',
'default' => 'yes',
'desc' => 'If cross sells/upsells mentioned above are not available, show other random products',
'pro' => 'yes'
),
/***** TEXTS *****/
array(
'callback' => 'text',
'title' => 'Cart Heading',
'id' => 'sct-cart-heading',
'section_id' => 'texts',
'default' => 'Your Cart',
),
array(
'callback' => 'text',
'title' => 'Continue Button',
'id' => 'sct-ft-contbtn',
'section_id' => 'texts',
'default' => 'Continue Shopping',
),
array(
'callback' => 'text',
'title' => 'Cart Button',
'id' => 'sct-ft-cartbtn',
'section_id' => 'texts',
'default' => 'View Cart',
),
array(
'callback' => 'text',
'title' => 'Checkout Button',
'id' => 'sct-ft-chkbtn',
'section_id' => 'texts',
'default' => 'Checkout',
),
array(
'callback' => 'text',
'title' => 'Empty Cart',
'id' => 'sct-empty',
'section_id' => 'texts',
'default' => 'Your cart is empty',
),
array(
'callback' => 'text',
'title' => 'Shop Button',
'id' => 'sct-shop-btn',
'section_id' => 'texts',
'default' => 'Return to Shop',
'desc' => 'Displays when cart is empty'
),
array(
'callback' => 'text',
'title' => 'Remaining amount',
'id' => 'sct-sb-remaining',
'section_id' => 'texts',
'default' => "You're %s away from free shipping.",
'desc' => 'Shipping Bar',
'pro' => 'yes',
),
array(
'callback' => 'text',
'title' => 'Free shipping',
'id' => 'sct-sb-free',
'section_id' => 'texts',
'default' => "Congrats! You get free shipping.",
'desc' => 'Shipping Bar',
'pro' => 'yes',
),
array(
'callback' => 'text',
'title' => 'Remaining amount',
'id' => 'sct-sb-remaining',
'section_id' => 'texts',
'default' => "You're %s away from free shipping.",
'desc' => 'Shipping Bar',
'pro' => 'yes'
),
array(
'callback' => 'text',
'title' => 'Free shipping',
'id' => 'sct-sb-free',
'section_id' => 'texts',
'default' => "Congrats! You get free shipping.",
'desc' => 'Shipping Bar',
'pro' => 'yes'
),
array(
'callback' => 'text',
'title' => 'Continue Shopping',
'id' => 'scu-continue',
'section_id' => 'urls',
'default' => '#',
'desc' => 'Use # to close side cart & remain on the same page'
),
array(
'callback' => 'text',
'title' => 'Cart',
'id' => 'scu-cart',
'section_id' => 'urls',
'default' => wc_get_cart_url(),
),
array(
'callback' => 'text',
'title' => 'Checkout',
'id' => 'scu-checkout',
'section_id' => 'urls',
'default' => wc_get_checkout_url(),
),
);
return apply_filters( 'xoo_wsc_admin_settings', $settings, 'general' );
?>