Submit
Path:
~
/
home
/
getwphos
/
public_html
/
almajd
/
wp-content
/
plugins
/
lastudio-element-kit
/
templates
/
menucart
/
global
/
File Content:
index.php
<?php /** * Main cart template */ $widget_settings = [ 'triggerType' => ( 'yes' === $settings['show_cart_list'] ) ? $settings['trigger_type'] : 'none', ]; $classes = [ 'lakit-cart', 'lakit-cart--' . $settings['layout_type'] . '-layout', ]; $class_string = implode( ' ', $classes ); ?><div class="<?php echo esc_attr($class_string); ?>" data-settings="<?php echo esc_attr( wp_json_encode( $widget_settings ) ); ?>"> <div class="lakit-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 class="lakit-cart__overlay"></div> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
cart-count.php
359 bytes
0644
cart-link.php
1083 bytes
0644
cart-list.php
973 bytes
0644
cart-totals.php
364 bytes
0644
index.php
701 bytes
0644
N4ST4R_ID | Naxtarrr