دليل WooCommerce Visual Hook: رسائل البريد الإلكتروني

A VPN is an essential component of IT security, whether you’re just starting a business or are already up and running. Most business interactions and transactions happen online and VPN

أدوات تخصيص WooCommerce: عاد دليل الخطاف المرئي 🙂

إليك دليل ربط HTML مرئي لرسائل البريد الإلكتروني لـ WooCommerce . ينتمي هذا الدليل المرئي إلى ” سلسلة دليل الخطاف المرئي ” الخاصة بي ، والتي قمت بتجميعها معًا بحيث يمكنك العثور على خطافات WooCommerce بسرعة وسهولة من خلال رؤية مواقعها الفعلية.

اسمحوا لي أن أعرف في التعليقات ما إذا كان هذا المورد مفيدًا وكيف! استمتع 🙂

خطافات البريد الإلكتروني لـ WooCommerce

طلب عميل جديد

woocommerce_email_header ($ email_heading ، $ email)

لقد تلقيت طلبًا من fdgfg dfgfdg. الترتيب على النحو التالي:

woocommerce_email_order_details ($ order، $ sent_to_admin، $ simple_text، $ email)

woocommerce_email_before_order_table ($ order، $ sent_to_admin، $ simple_text، $ email)

الطلب رقم 19950 (21 أبريل 2016)

المنتج     كمية       سعر

منتج بسيط

woocommerce_order_item_meta_start ($ item_id ، $ item ، $ order ، normal_text $)

woocommerce_order_item_meta_end ($ item_id ، $ item ، $ order ، normal_text $)

1          180.49 يورو (مثل ضريبة القيمة المضافة)

المجموع الفرعي:   180.49 يورو (مثل ضريبة القيمة المضافة)

شحن:     الشحن مجانا

ضريبة:   41.51 يورو

طريقة الدفع او السداد:         

تحويل مصرفي مباشر

المجموع: 222.00 يورو

woocommerce_email_after_order_table ($ order، $ sent_to_admin، $ simple_text، $ email)

woocommerce_email_order_meta ($ order، $ sent_to_admin، $ normal_text، $ email)

woocommerce_email_customer_details ($ order، $ sent_to_admin، $ simple_text، $ email)

تفاصيل العميل

البريد الإلكتروني: test@test.com

هاتف: 345435

عنوان وصول الفواتير

رودولفو Melogli

dfgdfg

dfgdfg

dfgfdgfg

00000

ghsfghgfh

عنوان الشحن

رودولفو Melogli

dfgdfg

dfgdfg

dfgfdgfg

00000

ghsfghgfh

woocommerce_email_footer (البريد الإلكتروني $)

بيزنس بلومر – مدعوم من WooCommerce

Add_actions الافتراضي للبريد الإلكتروني WooCommerce

// --------------------------------------
// These are actions you can unhook/remove!
// You must pass $object to the function
// e.g. function remove_header( $object ) {
//   remove_action....
// }
// --------------------------------------
 
// Email Header, Footer and content hooks
       
add_action( 'woocommerce_email_header', array( $object, 'email_header' ) );
add_action( 'woocommerce_email_footer', array( $object, 'email_footer' ) );
add_action( 'woocommerce_email_order_details', array( $object, 'order_details' ), 10, 4 );
add_action( 'woocommerce_email_order_details', array( $object, 'order_schema_markup' ), 20, 4 );
add_action( 'woocommerce_email_order_meta', array( $object, 'order_meta' ), 10, 3 );
add_action( 'woocommerce_email_customer_details', array( $object, 'customer_details' ), 10, 3 );
add_action( 'woocommerce_email_customer_details', array( $object, 'email_addresses' ), 20, 3 );

توضيح

اي عملية نسخ او اقتباس او ترجمة او نقل تم لاغراض علمية وتدريبية وتعليمية بحته وقد تم انشاء هذا المحتوى بمعرفة خبراء في مجال التقنية اما عن طريق إنشاء او تحرير او نقل او نسخ او اقتباس او ترجمة المحتوى من مصادر خاصة او عامة وكل ذلك ضمن حقوق النشر المتعارف عليها.

اي أخطاء تظهر في المحتوى مهما كان نوعه او تصنيفه يمكنك تحرير رسالة فورية لادارة موثوق لاجل تصحيح هذه الاخطاء، وسنكون شاكرين لك في حال قمت بالتعاون معنا لاجل اصلاح هذه الاخطاء.

شاركنا رايك وتقييمك للموضوع

{{ reviewsTotal }}{{ options.labels.singularReviewCountLabel }}
{{ reviewsTotal }}{{ options.labels.pluralReviewCountLabel }}
{{ options.labels.newReviewButton }}
{{ userData.canReview.message }}