コード例 #1
0
        ?>
<br /><?php 
        _e('on your selected shipping method', 'cart66');
        ?>
</p>
          </li>
        <?php 
    }
    ?>
        <li>
          <label for="payment-phone"><?php 
    _e('Phone', 'cart66');
    ?>
:</label>
          <input type="text" id="payment-phone" name="payment[phone]" value="<?php 
    Cart66Common::showValue($p['phone']);
    ?>
">
        </li>
        
        <li>
          <label for="Cart66CheckoutButton" class="short">&nbsp;</label>
          <?php 
    $cartImgPath = Cart66Setting::getValue('cart_images_url');
    if ($cartImgPath && stripos(strrev($cartImgPath), '/') !== 0) {
        $cartImgPath .= '/';
    }
    if ($cartImgPath) {
        $continueImg = $cartImgPath . 'continue.png';
    }
    ?>
コード例 #2
0
_e('Phone', 'cart66');
?>
:</label>
            <input type="text" id="payment-phone" name="payment[phone]" value="<?php 
Cart66Common::showValue($p['phone']);
?>
">
          </li>
          
          <li>
            <label for="payment-email"><?php 
_e('Email', 'cart66');
?>
:</label>
            <input type="text" id="payment-email" name="payment[email]" value="<?php 
Cart66Common::showValue($p['email']);
?>
">
          </li>
          <?php 
$optional_payment_fields = apply_filters('cart66_after_payment_form', '');
if (is_array($optional_payment_fields)) {
    foreach ($optional_payment_fields as $field) {
        echo Cart66Common::displayCustomFormField($field, $p);
    }
}
?>
          </ul>

        </div><!-- #paymentInfo -->
      </div><!-- #ccInfo -->