golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/shopengine/widgets/cart-table
⬆️ Go Up
Upload
File/Folder
Size
Actions
cart-table-config.php
615 B
Del
OK
cart-table.php
38.91 KB
Del
OK
screens
-
Del
OK
Edit: cart-table-config.php
<?php namespace Elementor; defined('ABSPATH') || exit; class ShopEngine_Cart_Table_Config extends \ShopEngine\Base\Widget_Config { public function get_name() { return 'cart-table'; } public function get_title() { return esc_html__('Cart Table', 'shopengine'); } public function get_categories() { return ['shopengine-cart']; } public function get_icon() { return 'shopengine-widget-icon shopengine-icon-cart_table'; } public function get_keywords() { return ['woocommerce', 'shopengine', 'cart']; } public function get_template_territory() { return ['cart', 'empty_cart']; } }
Save