我想知道sales_flat_order表中customer_note和customer_note_notify列的重要性?
答案 0 :(得分:1)
customer_note是一个评论,可以从销售/订单的管理端添加。然后可以通过下面的代码在欲望phtml上调用前端
<?php echo $_order->getData('customer_note');?>
答案 1 :(得分:0)
sales_flat_order.customer_note ,并填写您提供的评论。
这是我用Google搜索时得到的结果。