Last update at :2024-03-16,Edit by888u
On the order page for purchasing goods in the Empire CMS mall system, I 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]?>Open /e/shopsys/order/index.php. However, by default the system can only call out the system’s default membership fields. If it is a field created by yourself, you need to add a field query as follows
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 searches: asp free space, registration network, cloud server rental, php space purchase, foreign php host, php virtual space, virtual host purchase, US host reviews, vps host, free domain name,
All copyrights belong to 888u unless special state
发表评论