From db7042d152da92fc0ab89aa4cd3e9829525bcec6 Mon Sep 17 00:00:00 2001 From: girishpanchal30 Date: Fri, 6 Sep 2024 12:24:31 +0530 Subject: [PATCH 1/2] Add personalization preview menu in dashboard --- classes/admin.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/classes/admin.class.php b/classes/admin.class.php index 85520f6..d8bbe87 100644 --- a/classes/admin.class.php +++ b/classes/admin.class.php @@ -176,7 +176,10 @@ function product_meta() { + - + + + + Date: Fri, 6 Sep 2024 12:59:10 +0530 Subject: [PATCH 2/2] Change field name text --- classes/freemium.class.php | 2 +- inc/arrays.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/freemium.class.php b/classes/freemium.class.php index 0d60b6d..9e37a87 100644 --- a/classes/freemium.class.php +++ b/classes/freemium.class.php @@ -132,7 +132,7 @@ public function get_pro_fields() { 'icon' => '', ], [ - 'title' => __( 'Texter', 'woocommerce-product-addon' ), + 'title' => __( 'Personalization Preview', 'woocommerce-product-addon' ), 'icon' => '', ], [ diff --git a/inc/arrays.php b/inc/arrays.php index beb5fa9..e5a640b 100644 --- a/inc/arrays.php +++ b/inc/arrays.php @@ -671,8 +671,8 @@ function ppom_array_get_addons_details() { $addons = array( array( - 'title' => __( 'Texter', 'woocommerce-product-addon' ), - 'desc' => __( 'PPOM Texter Addon is the best and simple solution for web2print business using WooCommerce. Now define a fixed position and area for Text in your Templates like on Mug, T-shirt or Visiting Cards with preset font family, size. The client will fill the text with his all of its attributes and send to cart. It’s like a smart Product Designer. Multiple templates can also be attached to one product.', 'woocommerce-product-addon' ), + 'title' => __( 'Personalization Preview', 'woocommerce-product-addon' ), + 'desc' => __( 'PPOM Personalization Preview Addon is the best and simple solution for web2print business using WooCommerce. Now define a fixed position and area for Text in your Templates like on Mug, T-shirt or Visiting Cards with preset font family, size. The client will fill the text with his all of its attributes and send to cart. It’s like a smart Product Designer. Multiple templates can also be attached to one product.', 'woocommerce-product-addon' ), 'actions' => array( array( 'title' => __( 'Docs', 'woocommerce-product-addon' ),