golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/blocks-for-shopengine/blocks/cart-table
⬆️ Go Up
Upload
File/Folder
Size
Actions
cart.php
8.31 KB
Del
OK
controls.json
21.69 KB
Del
OK
empty.php
738 B
Del
OK
index.js
197 B
Del
OK
screen.php
364 B
Del
OK
style.js
10.82 KB
Del
OK
Edit: screen.php
<?php defined('ABSPATH') || exit; if($block->is_editor) { wc()->frontend_includes(); \Wpmet\Gutenova\Helper::add_product_in_cart_if_no_cart_found(); } ?> <div class="shopengine shopengine-widget"> <?php $file = empty(WC()->cart->cart_contents) ? '/empty.php' : '/cart.php'; wc_get_template($file, ['settings' => $settings], __DIR__, __DIR__); ?> </div>
Save