Cara Mengonfigurasi Fitur Tombol Konfirmasi Pembelian
Confirm Purchase Via WhatsApp
-
Go to Blogger Dashboard > select the Layout menu .
-
Look for the section titled Settings .
-
Click the edit button (pencil icon) in Template Code (HTML/JavaScript Gadget) .
-
The Widget configuration pop up will appear.
-
In the Title column leave the settings at the default values.
-
In the Content column, find and edit the code
var whatsappNumber = 6281211586217;
. -
Once everything is configured, click the SAVE button at the bottom.
- Finished
Purchase Confirmation Via Email
-
Go to Blogger Dashboard > select the Layout menu .
-
Look for the section titled Settings .
-
Click the edit button (pencil icon) in Template Code (HTML/JavaScript Gadget) .
-
The Widget configuration pop up will appear.
-
In the Title column leave the settings at the default values.
-
In the Content column, find and edit the code
var emailRecipient = 'spaceback9090@gmail.com';
,var emailSubject = 'Order Details';
. -
Once everything is configured, click the SAVE button at the bottom.
- Finished