Linux hkvL61zh9Vexzf 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 Path : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/kitify/templates/menucart/global/ |
Current File : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/kitify/templates/menucart/global/index.php |
<?php /** * Main cart template */ $widget_settings = [ 'triggerType' => $settings['trigger_type'], ]; $classes = [ 'kitify-cart', 'kitify-cart--' . $settings['layout_type'] . '-layout', ]; $class_string = implode( ' ', $classes ); ?><div class="<?php echo $class_string; ?>" data-settings="<?php echo htmlspecialchars( json_encode( $widget_settings ) ); ?>"> <div class="kitify-cart__heading"><?php include $this->_get_global_template( 'cart-link' ); ?></div> <?php if ( 'yes' === $settings['show_cart_list'] ) { include $this->_get_global_template( 'cart-list' ); } ?> </div>