コード例 #1
0
  that is bundled with this package in the file LICENSE. If you
  did not receive a copy of the oscMall System license and are unable 
  to obtain it through the world-wide-web, please send a note to    
  license@systemsmanager.net so we can mail you a copy immediately.
*/
?>
  <table cellpadding="3" cellspacing="0" border="0">
<?php 
if (class_exists('store_path')) {
    $sp = new store_path($customer_store_id);
    if ($sp->get_store_path() == '') {
        ?>
  
   <tr>
    <td colspan="2"><?php 
        echo $sp->store_path_radio(false);
        ?>
<hr></td>
   </tr>
<?php 
    } else {
        ?>
   <tr>
    <td class="main"><label for="storename"><?php 
        echo ENTRY_STORE_PATH;
        ?>
</label></td>
    <td class="main"><a href="<?php 
        echo HTTP_SERVER . DIR_WS_CATALOG . $sp->get_store_path();
        ?>
" target="_blank"><?php