Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/saimikebio.com/mobile/data/compiled/ |
<?php echo $this->smarty_insert_scripts(array('files'=>'utils.js,transport.js')); ?> <dl> <dd class="dd1">收货人</dd> <dd class="dd2"> <input name="consignee" type="text" class="inputBg" id="consignee_<?php echo $this->_var['sn']; ?>" value="<?php echo htmlspecialchars($this->_var['consignee']['consignee']); ?>" /> <span>*</span></dd> </dl> <dl> <dd class="dd1">手机号码</dd> <dd class="dd2"> <input name="mobile" type="text" class="inputBg" id="mobile_<?php echo $this->_var['sn']; ?>" value="<?php echo htmlspecialchars($this->_var['consignee']['mobile']); ?>" /> <span>*</span></dd> </dl> <?php if ($this->_var['real_goods_count'] > 0): ?> <dl> <dd class="dd1"><?php echo $this->_var['lang']['country_province']; ?></dd> <dd class="dd2"> <select name="country" id="selCountries_<?php echo $this->_var['sn']; ?>" onchange="region.changed(this, 1, 'selProvinces_<?php echo $this->_var['sn']; ?>')" style="display:none;"> <option value="0"><?php echo $this->_var['lang']['please_select']; ?><?php echo $this->_var['name_of_region']['0']; ?></option> <?php $_from = $this->_var['country_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'country');if (count($_from)): foreach ($_from AS $this->_var['country']): ?> <option value="<?php echo $this->_var['country']['region_id']; ?>" <?php if ($this->_var['_CFG'] [ 'shop_country' ] == $this->_var['country']['region_id']): ?>selected<?php endif; ?>><?php echo $this->_var['country']['region_name']; ?></option> <?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?> </select> <select name="province" id="selProvinces_<?php echo $this->_var['sn']; ?>" onchange="region.changed(this, 2, 'selCities_<?php echo $this->_var['sn']; ?>')" style="border:1px solid #ccc; padding:2px"> <option value="0"><?php echo $this->_var['lang']['please_select']; ?><?php echo $this->_var['name_of_region']['1']; ?></option> <?php $_from = $this->_var['province_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'province');if (count($_from)): foreach ($_from AS $this->_var['province']): ?> <option value="<?php echo $this->_var['province']['region_id']; ?>" <?php if ($this->_var['consignee']['province'] == $this->_var['province']['region_id']): ?>selected<?php endif; ?>><?php echo $this->_var['province']['region_name']; ?></option> <?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?> </select> <select name="city" id="selCities_<?php echo $this->_var['sn']; ?>" onchange="region.changed(this, 3, 'selDistricts_<?php echo $this->_var['sn']; ?>')" style="border:1px solid #ccc; padding:2px"> <option value="0"><?php echo $this->_var['lang']['please_select']; ?><?php echo $this->_var['name_of_region']['2']; ?></option> <?php $_from = $this->_var['city_list'][$this->_var['sn']]; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'city');if (count($_from)): foreach ($_from AS $this->_var['city']): ?> <option value="<?php echo $this->_var['city']['region_id']; ?>" <?php if ($this->_var['consignee']['city'] == $this->_var['city']['region_id']): ?>selected<?php endif; ?>><?php echo $this->_var['city']['region_name']; ?></option> <?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?> </select> <select name="district" id="selDistricts_<?php echo $this->_var['sn']; ?>" <?php if (! $this->_var['district_list'][$this->_var['sn']]): ?>style="display:none;border:1px solid #ccc; padding:2px;"<?php else: ?>style="border:1px solid #ccc; padding:2px;"<?php endif; ?>> <option value="0"><?php echo $this->_var['lang']['please_select']; ?><?php echo $this->_var['name_of_region']['3']; ?></option> <?php $_from = $this->_var['district_list'][$this->_var['sn']]; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'district');if (count($_from)): foreach ($_from AS $this->_var['district']): ?> <option value="<?php echo $this->_var['district']['region_id']; ?>" <?php if ($this->_var['consignee']['district'] == $this->_var['district']['region_id']): ?>selected<?php endif; ?>><?php echo $this->_var['district']['region_name']; ?></option> <?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?> </select> <span>*</span> </dd> </dl> <?php endif; ?> <?php if ($this->_var['real_goods_count'] > 0): ?> <dl> <dd class="dd1"><?php echo $this->_var['lang']['detailed_address']; ?></dd> <dd class="dd2"> <input name="address" type="text" class="inputBg" id="address_<?php echo $this->_var['sn']; ?>" value="<?php echo htmlspecialchars($this->_var['consignee']['address']); ?>" /> <span>*</span></dd> </dl> <?php endif; ?> <!-- <dl> <dd class="dd1"><?php echo $this->_var['lang']['backup_phone']; ?></dd><dd class="dd2"><input name="mobile" type="text" class="inputBg" id="mobile_<?php echo $this->_var['sn']; ?>" value="<?php echo htmlspecialchars($this->_var['consignee']['mobile']); ?>" /></dd><dd class="dd3"><i></i></dd> </dl> --> <?php if ($this->_var['real_goods_count'] > 0): ?> <!-- <dl> <dd class="dd1"><?php echo $this->_var['lang']['sign_building']; ?></dd><dd class="dd2"><input name="sign_building" type="text" class="inputBg" id="sign_building_<?php echo $this->_var['sn']; ?>" value="<?php echo htmlspecialchars($this->_var['consignee']['sign_building']); ?>" /></dd><dd class="dd3"><i></i></dd> </dl> <dl> <dd class="dd1"><?php echo $this->_var['lang']['deliver_goods_time']; ?></dd><dd class="dd2"><input name="best_time" type="text" class="inputBg" id="best_time_<?php echo $this->_var['sn']; ?>" value="<?php echo htmlspecialchars($this->_var['consignee']['best_time']); ?>" /></dd><dd class="dd3"><i></i></dd> </dl>--> <?php endif; ?> <dl style="border:none; padding-bottom:0"> <?php if ($_SESSION['user_id'] > 0 && $this->_var['consignee']['address_id'] > 0): ?> <dd class="w40"> <button type="submit" class="c-btn6" name="Submit"><?php echo $this->_var['lang']['shipping_address']; ?></button> </dd> <dd class="w10"></dd> <dd class="w40"> <button type="button" class="c-btn6" name="button" onclick="if (confirm('<?php echo $this->_var['lang']['drop_consignee_confirm']; ?>')) location.href='flow.php?step=drop_consignee&id=<?php echo $this->_var['consignee']['address_id']; ?>'"><?php echo $this->_var['lang']['drop']; ?></button> </dd> <?php else: ?> <dd> <button type="submit" class="c-btn6" name="Submit"><?php echo $this->_var['lang']['shipping_address']; ?></button> </dd> <?php endif; ?> </dl> <input type="hidden" name="step" value="consignee" /> <input type="hidden" name="act" value="checkout" /> <input name="address_id" type="hidden" value="<?php echo $this->_var['consignee']['address_id']; ?>" />