You are here

取消 "My delivery information is the same as my billing information."

ckwong 的头像
Submitted by ckwong on 星期六, 2010-10-09 17:04

在結帳送貨欄中有一個 ckechbox "My delivery information is the same as my billing information." 可否刪除不顯示 ?

论坛:

g089h515r806 的头像

1,如果你想取消 delivery information 的显示,那么可以在admin/store/settings/checkout/edit/panes 中配置,

2,如果只想取消这个checkbox的显示,那么可以使用CSS把它隐藏掉。

#edit-panes-billing-copy-address{
display:none;
}