golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/shopengine/trunk/widgets/checkout-coupon-form
⬆️ Go Up
Upload
File/Folder
Size
Actions
checkout-coupon-form-config.php
678 B
Del
OK
checkout-coupon-form.php
19.03 KB
Del
OK
screens
-
Del
OK
Edit: checkout-coupon-form-config.php
<?php namespace Elementor; defined('ABSPATH') || exit; class ShopEngine_Checkout_Coupon_Form_Config extends \ShopEngine\Base\Widget_Config { public function get_name() { return 'checkout-coupon-form'; } public function get_title() { return esc_html__('Coupon Form', 'shopengine'); } public function get_icon() { return 'shopengine-widget-icon shopengine-icon-checkout_coupon_form'; } public function get_categories() { return ['shopengine-checkout']; } public function get_keywords() { return ['shopengine', 'woocommerce', 'coupon', 'coupon form']; } public function get_template_territory() { return ['checkout', 'cart', 'quick_checkout']; } }
Save