PATH:
home
/
shotlining
/
portal.shotlining.com
/
wp-content
/
plugins
/
side-cart-woocommerce
/
admin
/
views
<?php $sections = array( /* General TAB Sections */ array( 'title' => 'Side Cart Header', 'id' => 'sc_head', 'tab' => 'general', ), array( 'title' => 'Side Cart Body', 'id' => 'sc_body', 'tab' => 'general', ), array( 'title' => 'Side Cart Footer', 'id' => 'sc_footer', 'tab' => 'general', ), array( 'title' => 'Main', 'id' => 'main', 'tab' => 'general', ), array( 'title' => 'Cart Menu/ Shortcode', 'id' => 'sh_bk', 'tab' => 'general', 'desc' => 'You can also use shortcode [xoo_wsc_cart] to generate basket icon anywhere.' ), array( 'title' => 'Texts', 'id' => 'texts', 'tab' => 'general', 'desc' => '*Leave text empty to remove element*' ), array( 'title' => 'URLs', 'id' => 'urls', 'tab' => 'general', ), array( 'title' => 'Suggested Products', 'id' => 'suggested_products', 'tab' => 'general', 'pro' => 'yes' ), array( 'title' => 'Save For Later', 'id' => 'save_for_later', 'tab' => 'general', 'desc' => 'Allow users to save items in their cart for later purchase.', 'pro' => 'yes' ), /* Style TAB Sections */ array( 'title' => 'Main', 'id' => 'sc_main', 'tab' => 'style', ), array( 'title' => 'Side Cart Basket', 'id' => 'sc_basket', 'tab' => 'style', 'desc' => 'You can also add basket to your menu bar using shortcode [xoo_wsc_cart]. Please see info tab for more.' ), array( 'title' => 'Side Cart Header', 'id' => 'sc_head', 'tab' => 'style', ), array( 'title' => 'Side Cart Body', 'id' => 'sc_body', 'tab' => 'style', ), array( 'title' => 'Product - Row layout', 'id' => 'scb_product', 'tab' => 'style', ), array( 'title' => 'Side Cart Body ( Quantity )', 'id' => 'scb_qty', 'tab' => 'style', 'pro' => 'yes' ), array( 'title' => '🏷️ Product - Card layout 🏷️ ', 'id' => 'scb_productcard', 'tab' => 'style', 'desc' => 'Show your product items as cards' ), array( 'title' => 'Side Cart Footer', 'id' => 'sc_footer', 'tab' => 'style', ), array( 'title' => 'Button Design', 'id' => 'sc_button', 'tab' => 'style', ), array( 'title' => 'Suggested Products', 'id' => 'sc_sug_products', 'tab' => 'style', 'pro' => 'yes' ), array( 'title' => 'Saved for Later', 'id' => 'saved_for_later', 'tab' => 'style', 'pro' => 'yes' ), array( 'title' => 'Cart Menu / Shortcode', 'id' => 'sh_bk', 'tab' => 'style', 'desc' => 'Use shortcode [xoo_wsc_cart] to generate basket icon anywhere.' ), /* Rewards TAB Sections */ array( 'title' => 'Global Settings', 'id' => 'general', 'tab' => 'rewards', ), /* Custom CSS TAB Sections */ array( 'title' => 'Main', 'id' => 'av_main', 'tab' => 'advanced', ), ); return apply_filters( 'xoo_wsc_admin_settings_sections', $sections );
[-] sections.php
[edit]
[-] oldtonew.php
[edit]
[+]
..
[+]
settings
[-] tabs.php
[edit]