Terry Tsang

Terry Tsang
About

Unveiling the Mystery: Why Do We Call It a ‘Startup’?

1. The Origin and The Meaning of Startup The word “start” refers to the beginning of something, and “up” often implies growth or progression. In the context of business, a “startup” is a newly established company that is just beginning its operations and aiming for growth and development. The term “startup” has its origins in …

Unveiling the Mystery: Why Do We Call It a ‘Startup’? Read More »

Get More Done in Less Time: 13 Must-Have AI Tools for Skyrocketing Your Productivity

Get More Done in Less Time: 13 Must-Have AI Tools for Skyrocketing Your Productivity

=== #1: AI Chatbot === 1. ChatGPT Get Started here: https://chat.openai.com ChatGPT, one of the most significant language models developed by OpenAI, has been at the forefront of this new AI era. ChatGPT is a natural language processing tool driven by AI technology that allows you to have human-like conversations and much more with a chatbot. …

Get More Done in Less Time: 13 Must-Have AI Tools for Skyrocketing Your Productivity Read More »

WooCommerce Custom Order Status Processing

WooCommerce Custom Order Status “Processing”

Sometimes there is a need for a custom new order status for WooCommerce orders such as “Processing”, “Shipment Suspended On Holidays”, “Picked Up by Courier” and so on. Below is the code snippet you may add to the bottom of theme functions.php for example “Processing” new order status. You may replace text “Processing” with your …

WooCommerce Custom Order Status “Processing” Read More »

Logo Design Ideas by Terry Tsang

Logo Design Ideas

Here is a list of logo branding ideas for your next business or startup:   #AUTOMOTIVE   1. SpeedCar   2. CareWash   3. Speedious       #BANK   4. FutureBank   5. DigitalBank   6. MoneyWise   #CONSTRUCTION 7. CrossWork   8. A-Brick   9. Highrise   To be continued…

WooCommerce Snippet Series 06 - Display Purchase Note to All WooCommerce Emails

Display Purchase Note in All WooCommerce Emails

Purchase Note from the Product Data will be displayed at the customer’s new order which is completed. But what if you want to display that “Purchase Note” in all emails including the admin ones? Below is the code snippets you can add to your theme functions.php: function tt_display_purchase_note_in_all_emails( $args ) { $args[‘show_purchase_note’] = true; return …

Display Purchase Note in All WooCommerce Emails Read More »

Malaysia Startup Funding Grants List by Terry Tsang

Funding / Grants For Your Startup in Malaysia

I compiled this list recently in the hope that it can be helpful whenever someone needs to search the list of available grants or funding to grow their business in Malaysia. Malaysia Digital Economy Corporation (MDEC) Leading Malaysia’s Digital Economy Forward Get Started Cradle Fund Cradle’s Funding Programmes since 2003 – CIP Spark / CIP …

Funding / Grants For Your Startup in Malaysia Read More »

Add Payment Method to WooCommerce New Admin Order Email

Add “Payment Method” to WooCommerce New Order Email

Sometimes as an admin we would like to know what kind of payment method the customer used for the new order. Below is the code you may copy and paste at the bottom of functions.php where you can access it through > Theme File Editor > functions.php. function tt_add_payment_method_to_new_order_email( $order, $is_admin_email ) { if ( …

Add “Payment Method” to WooCommerce New Order Email Read More »