Notifications Parameter

This parameter allows you to change the text of the email/message notification that your customers will be able to do according to your convenience.

For example, you would want to create text like:

Order #SA123 Shipping Information Abu Ahmad

You need to use the following parameters:

Order {{ name }} Shipping Information {{ customer.first_name }} {{ customer.last_name }}

For more information, below are the parameters you can use in the Commerce system.

Parameters: {{ name }} Description: Order number

Example: #SA123

Parameters: {{ store.url }}

Description: Link to your website

Example: https://mirfaith.myshoppegram.com

Parameters: {{ store.name }}

Description: The name of your store

Example: Mirfaith

Parameters: {{ store.email }}

Description: Your store email

Example: mirfaith@gmail.com

Parameters: {{ store.currency_format }}

Description: Currency format you use

Example: MYR

Parameters: {{ gateway_details }}

Description: Instructions on payment gateways

Example: Payment can be made by direct bank transfer the amount to our bank details stated below.

Parameters: {{ gateway_name }}

Description: Name of payment gateway/payment method used during checkout

Example: Securepay

Parameters: {{ gateway_type }}

Description: The type of payment gateway used

Example: For COD and Bank deposits = manual

For payment gateway = alternative

Parameters: {{ customer.first_name }}

Description: Customer first name

Example: Abu

Parameters: {{ customer.last_name }}

Description: Customer last name

Example: Ahmad

Parameters: {{ customer.name }}

Description: Customer's full name

Example: Abu Ahmad

Parameters: {{ customer.email }}

Description: Customer email

Example: abuahmad@gmail.com

Parameters: {{ customer.phone }}

Description: Customer phone number

Example: 0123456789

Parameters: {{ shipping_address.first_name }}

Description: First name information entered in the shipping section

Example: Nur

Parameters: {{ shipping_address.last_name }}

Description: Last name information entered in the shipping section

Example: Rahimah

Parameters: {{ shipping_address.address }}

Description: Address information entered in the Address section

Example: Blok B 01-02-03

Parameters: {{ shipping_address.address2 }}

Description: Address information entered in the second Address line section (If any)

Example: Jalan Permata Permai

Parameters: {{ shipping_address.city }}

Description: City information entered in the City section

Example: Selangor

Parameters: {{ shipping_address.state }}

Description: County information entered in the State section

Example: Cyberjaya

Parameters: {{ shipping_address.zip }}

Description: Postal code information entered on Postcode/Zip

Example: 63000

These parameters only can be used if your order is shipped by Local Pickup Shipping :

Parameter: {{ pickup_address.company }} Description: Your company for pickup process Example: Mirfaith Limited

Parameter: {{ pickup_address.name}} Description: Your company name for pickup process Example: Mirfaith

Parameter: {{ pickup_address.phone}} Description: Your company phone number for pickup process Example: 60123456789

Parameter: {{ pickup_address.email}} Description: Your company email for pickup process Example: xyz@gmail.com

Parameter: {{ pickup_address.address}} Description: Your company address for pickup process Example: Blok B 01-02-03

Parameter: {{ pickup_address.address2}} Description: Your company address information entered in the second Address line section for pickup process (If any) Example: Jalan Permata Permai

Parameter: {{ pickup_address.zip}} Description: Postal code information entered on Postcode/Zip for pickup process Example: 12300

Parameter: {{ pickup_address.city}} Description: City information entered in the City section for pickup process Example: Pasir Gudang

Parameter: {{ pickup_address.state}} Description: State information entered in the State section for pickup process Example: Johor Bahru

Parameter: {{ pickup_address.country}} Description: Country information entered in the Country section for pickup process Example: Malaysia

Parameter: {{ pickup_address.instruction}} Penerangan: Instruction for the customer Example: Please make sure you contact us 30 minutes before you come to pickup the items.

Last updated