This commit is contained in:
proelements
2026-02-16 11:44:35 +02:00
parent 08ec8d01f1
commit b499583e5a
348 changed files with 3915 additions and 1414 deletions

View File

@@ -8,7 +8,6 @@ use ElementorPro\Core\Utils;
use ElementorPro\Core\Utils\Hints;
use ElementorPro\Modules\QueryControl\Module;
use ElementorPro\Modules\Woocommerce\Traits\Product_Id_Trait;
use ElementorPro\Modules\Woocommerce\Traits\Send_App_Plg_Trait;
use ElementorPro\Plugin;
if ( ! defined( 'ABSPATH' ) ) {
@@ -18,7 +17,6 @@ if ( ! defined( 'ABSPATH' ) ) {
class Add_To_Cart extends Widget_Button {
use Base_Widget_Trait;
use Product_Id_Trait;
use Send_App_Plg_Trait;
public function get_name() {
return 'wc-add-to-cart';
@@ -76,8 +74,6 @@ class Add_To_Cart extends Widget_Button {
]
);
$this->maybe_add_send_app_promotion_control( $this );
$this->add_control(
'product_id',
[

View File

@@ -2,7 +2,6 @@
namespace ElementorPro\Modules\Woocommerce\Widgets;
use ElementorPro\Modules\Woocommerce\Module;
use ElementorPro\Modules\Woocommerce\Traits\Send_App_Plg_Trait;
use ElementorPro\Plugin;
use Elementor\Controls_Manager;
use Elementor\Group_Control_Box_Shadow;
@@ -19,7 +18,6 @@ if ( ! defined( 'ABSPATH' ) ) {
}
class Cart extends Base_Widget {
use Send_App_Plg_Trait;
public function get_name() {
return 'woocommerce-cart';
@@ -60,8 +58,6 @@ class Cart extends Base_Widget {
]
);
$this->maybe_add_send_app_promotion_control( $this );
$this->add_control(
'cart_layout',
[

View File

@@ -1,7 +1,6 @@
<?php
namespace ElementorPro\Modules\Woocommerce\Widgets;
use ElementorPro\Modules\Woocommerce\Traits\Send_App_Plg_Trait;
use ElementorPro\Plugin;
use Elementor\Controls_Manager;
use Elementor\Group_Control_Box_Shadow;
@@ -17,7 +16,6 @@ if ( ! defined( 'ABSPATH' ) ) {
}
class Checkout extends Base_Widget {
use Send_App_Plg_Trait;
private $reformatted_form_fields;
public function get_name() {
@@ -64,8 +62,6 @@ class Checkout extends Base_Widget {
]
);
$this->maybe_add_send_app_promotion_control( $this );
$this->add_control(
'checkout_layout',
[

View File

@@ -5,7 +5,6 @@ use Elementor\Controls_Manager;
use Elementor\Core\Kits\Documents\Tabs\Global_Typography;
use Elementor\Group_Control_Border;
use Elementor\Group_Control_Typography;
use ElementorPro\Modules\Woocommerce\Traits\Send_App_Plg_Trait;
use ElementorPro\Plugin;
if ( ! defined( 'ABSPATH' ) ) {
@@ -13,7 +12,6 @@ if ( ! defined( 'ABSPATH' ) ) {
}
class Product_Add_To_Cart extends Base_Widget {
use Send_App_Plg_Trait;
public function get_name() {
return 'woocommerce-product-add-to-cart';
@@ -194,8 +192,6 @@ class Product_Add_To_Cart extends Base_Widget {
]
);
$this->maybe_add_send_app_promotion_control( $this );
$this->add_control(
'layout',
[