Last active
November 17, 2020 14:20
-
-
Save yeriepiscesa/3305bdedb8ae66a099f6e52014fd5e7a to your computer and use it in GitHub Desktop.
CF7SendWA - Single Product Buy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
woo_checkout_first_name: your-name | |
woo_checkout_phone: whatsapp | |
woo_checkout_order_note: order-note |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[cf7sendwa-quickshop products="current" detail="no"] | |
[cf7sendwa-checkout] | |
[md-form spacing="tight"] | |
[md-text label="Your Name" outlined="yes"] | |
[text* your-name] | |
[/md-text] | |
[md-text label="WhatsApp Number" outlined="yes"] | |
[text* whatsapp] | |
[/md-text] | |
[md-textarea label="Order Note"] | |
[textarea order-note] | |
[/md-textarea] | |
[md-submit] | |
[submit "Pesan Sekarang"] | |
[/md-submit] | |
[/md-form] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Success message : | |
Pesanan telah kami terima, silahkan cek [cf7sendwa-received-link title="detail pesanan"] atau lakukan [cf7sendwa-payment-link title="pembayaran"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Halo, mohon diproses pesanan berikut: | |
Nama : [your-name] | |
No HP/WA : [whatsapp] | |
Catatan: | |
[order-note] | |
[woo-orderdetail] | |
Terima kasih |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment