MeIN|Akashi|Futami|Kids|Dance|Since 2016

Tag: Line

Line Woocommerce Circulation System Online

About coupon tickets There are many occasions in the world where you can use coupon tickets, such as for bathing at a super public bath, bus tickets, event tickets, and so on. With the cooperation of Gooall, a sports school (hereinafter referred to as "Gooall"), we would like to introduce an online coupon system that has been put into practical use with Line & woocommerce. First, the online frequency system. Before introducing the system, we will briefly explain how it works in Gooall's paper-based system. Students themselves select ...

Read more

2023] woocommerce order history within Line

Here is an example of displaying a woocommerce order history list in Line's mini-appli "LIFF", a feature briefly introduced in Chapter 1. Retrieving order history with a single Hook You can retrieve the entire order history by executing only the hook "woocommerce_account_orders_endpoint". protected function do_action() { add_filter('woocommerce_my_account_my_orders_query', ); ob_start(); do_action('woocommerce_account_orders_endpoint'); $this->main_contents .= '<h3>注文履歴</h3>'; $this->main_contents .= ob_get_clean(); $this->main_contents .= sprintf( '<h5>直近の注文履歴から最大 %s 件を表示します。</h5>', self::ORDER_NUM_LIMIT ); remove_filter('woocommerce_my_account_my_orders_query', ); return true; } Customizing Order History Retrieval Conditions To display the history of a specific user in Line's mini-application, which has a ...

Read more

LIFF: Mass Inheritance, Therefore, Front Reuse

What is LIFF? Wordpress & Woocommerce incorporates many features such as Line integration (Messaging API, Bot mode...). With Line as the entry point (key), the web page can finally be displayed in a variety of browsers such as safari, chrome, etc. The author is a browserist. The author is a browser-oriented user, and when displaying a web page from Line, the user always transitions to an external browser*1. Every time I switch to an external browser, I think to myself: "Wouldn't eliminating the app switching function reduce user ...

Read more

[2023] Woocommerce Order Received Electronic Receipt to Line

Background to Introduction Improved customer convenience and customer satisfaction Important notifications such as Woocommerce "New Purchase", "Process Completed", "Canceled", etc. can be sent to Line. This avoids problems such as notifications not being sent to email addresses or being buried in mailboxes and missed, leading to improved customer satisfaction. Increased Service Recognition and Loyalty This service is expected to increase awareness of the LINE Official Account and increase loyalty by adding friends to the official account and sending important messages to them. Since matching is based on phone ...

Read more

Newest

Welcome Back!

Login to your account below

Create New Account!

Fill the forms below to register

*By registering on this site, you can use the Terms of Service andPrivacy PolicyYou are deemed to have agreed.

Retrieve your password

Please enter your username or email address to reset your password.

error: Alert: コンテンツは保護されています !!!