[Plugin: WP e-Commerce Style Email] Pls Help… plugin sent no email….
-
WP e-Commerce Style Emails sent no email when i tried to add some conditional “if”s, can you help me?
… after some standard html tags
<?php if (ecse_is_purchase_report_email()) { ?> LAPORAN TRANSAKSI PENJUALAN <?php } elseif (ecse_is_purchase_receipt_email()) { ?> NOTA PEMBELIAN <?php } elseif (ecse_is_order_pending_email()) { ?> PEMBELIAN TERTUNDA <?php } elseif (ecse_is_order_pending_payment_required_email()) { ?> SEGERA LAKUKAN PEMBAYARAN <?php } elseif (ecse_is_tracking_email()) { ?> KODE PENGIRIMAN BARANG <?php } elseif (ecse_is_unlocked_file_email()) { ?> FILE TERBUKA <?php } else (ecse_is_test_email()) { ?> TEST EMAIL <?php } ?>…. followed by some html tags… then…
<?php if (ecse_is_order_pending_payment_required_email()) { ?>followed by html table tag (and the table content), then… closed by
<?php } ?>those are the template codes of my styled email. Is there anything wrong?
Thq 🙂http://ww.wp.xz.cn/extend/plugins/wp-e-commerce-style-email/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Plugin: WP e-Commerce Style Email] Pls Help… plugin sent no email….’ is closed to new replies.