Last update at :2024-03-16,Edit by888u
On the Empire CMS mall system purchase goods and fill in the order page, you hope that some fields in the consignee information will display the member field by default. Just use the following code to call:
=$useraddr[field name]?>However, the system can only call out the system's default member fields by default. If it is a field created by yourself, you need to add a field query as follows
Open /e/shopsys/order/index.php
Just add the required fields in about 34 lines
$useraddr=$empire->fetch1("select truename,oicq,msn,`mycall`,phone,address,zip from {$dbtbpre}enewsmemberadd where userid='$user[userid]' limit 1");Recommended site search: dynamic ip vps, best American server, German server, vps server, domain name registration center, registered domain name, independent ip, free cloud host, what is the cloud server server with 6 yuan per year?< /p>
发表评论