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