notices/success.php 0000666 00000001560 15214165235 0010403 0 ustar 00
notices/notice.php 0000666 00000001575 15214165235 0010222 0 ustar 00
notices/error.php 0000666 00000001601 15214165235 0010060 0 ustar 00
checkout/form-checkout.php 0000666 00000004176 15214165235 0011650 0 ustar 00 is_registration_enabled() && $checkout->is_registration_required() && ! is_user_logged_in() ) {
echo esc_html( apply_filters( 'woocommerce_checkout_must_be_logged_in_message', __( 'You must be logged in to checkout.', 'woocommerce' ) ) );
return;
}
?>
checkout/thankyou.php 0000666 00000006777 15214165235 0010755 0 ustar 00
has_status( 'failed' ) ) : ?>
get_order_number(); ?>
get_date_created() ); ?>
get_user_id() === get_current_user_id() && $order->get_billing_email() ) : ?>
get_billing_email(); ?>
get_formatted_order_total(); ?>
get_payment_method_title() ) : ?>
get_payment_method_title() ); ?>
get_payment_method(), $order->get_id() ); ?>
get_id() ); ?>
checkout/form-shipping.php 0000666 00000005224 15214165235 0011657 0 ustar 00
cart->needs_shipping() || wc_ship_to_billing_address_only() ) : ?>
get_checkout_fields( 'order' ) as $key => $field ) : ?>
get_value( $key ) ); ?>
checkout/form-billing.php 0000666 00000005546 15214165235 0011465 0 ustar 00
cart->needs_shipping() ) : ?>
get_checkout_fields( 'billing' );
foreach ( $fields as $key => $field ) {
if ( isset( $field['country_field'], $fields[ $field['country_field'] ] ) ) {
$field['country'] = $checkout->get_value( $field['country_field'] );
}
woocommerce_form_field( $key, $field, $checkout->get_value( $key ) );
}
?>
is_registration_enabled() ) : ?>
is_registration_required() ) : ?>
get_value( 'createaccount' ) || ( true === apply_filters( 'woocommerce_create_account_default_checked', false ) ) ), true ); ?> type="checkbox" name="createaccount" value="1" />
get_checkout_fields( 'account' ) ) : ?>
get_checkout_fields( 'account' ) as $key => $field ) : ?>
get_value( $key ) ); ?>
checkout/form-coupon.php 0000666 00000003213 15214165235 0011335 0 ustar 00
' . __( 'Click here to enter your code', 'woocommerce' ) . '' ), 'notice' ); ?>
checkout/payment-method.php 0000666 00000003446 15214165235 0012034 0 ustar 00
chosen, true ); ?> data-order_button_text="order_button_text ); ?>" />
get_title(); /* phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped */ ?> get_icon(); /* phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped */ ?>
has_fields() || $gateway->get_description() ) : ?>
chosen ) : /* phpcs:ignore Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace */ ?>style="display:none;">
payment_fields(); ?>
checkout/review-order.php 0000666 00000010343 15214165235 0011505 0 ustar 00
cart->get_cart() as $cart_item_key => $cart_item ) {
$_product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key );
if ( $_product && $_product->exists() && $cart_item['quantity'] > 0 && apply_filters( 'woocommerce_checkout_cart_item_visible', true, $cart_item, $cart_item_key ) ) {
?>
get_name(), $cart_item, $cart_item_key ) . ' '; ?>
' . sprintf( '× %s', $cart_item['quantity'] ) . '', $cart_item, $cart_item_key ); ?>
cart->get_product_subtotal( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key ); ?>
cart->get_coupons() as $code => $coupon ) : ?>
cart->needs_shipping() && WC()->cart->show_shipping() ) : ?>
cart->get_fees() as $fee ) : ?>
name ); ?>
cart->display_prices_including_tax() ) : ?>
cart->get_tax_totals() as $code => $tax ) : ?>
label ); ?>
formatted_amount ); ?>
countries->tax_or_vat() ); ?>
checkout/form-login.php 0000666 00000002515 15214165235 0011146 0 ustar 00
' . __( 'Click here to login', 'woocommerce' ) . '', 'notice' ); ?>
__( 'If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing & Shipping section.', 'cartflows' ),
'redirect' => wc_get_page_permalink( 'checkout' ),
'hidden' => true,
)
);
checkout/payment.php 0000666 00000005777 15214165235 0010567 0 ustar 00
cart->needs_payment() ) : ?>
$gateway ) );
}
} else {
echo '' . apply_filters( 'woocommerce_no_available_payment_methods_message', WC()->customer->get_billing_country() ? esc_html__( 'Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce' ) : esc_html__( 'Please fill in your details above to see available payment methods.', 'woocommerce' ) ) . ' '; // @codingStandardsIgnoreLine
}
?>
', '' );
?>
' . esc_html( $order_button_text ) . '' ); // @codingStandardsIgnoreLine ?>
countries->get_formatted_address( $package['destination'], ', ' );
$has_calculated_shipping = ! empty( $has_calculated_shipping );
$show_shipping_calculator = ! empty( $show_shipping_calculator );
$calculator_text = '';
?>
', $index, esc_attr( sanitize_title( $method->id ) ), esc_attr( $method->id ), checked( $method->id, $chosen_method, false ) ); // WPCS: XSS ok.
} else {
printf( ' ', $index, esc_attr( sanitize_title( $method->id ) ), esc_attr( $method->id ) ); // WPCS: XSS ok.
}
printf( '%3$s ', $index, esc_attr( sanitize_title( $method->id ) ), wc_cart_totals_shipping_method_label( $method ) ); // WPCS: XSS ok.
do_action( 'woocommerce_after_shipping_rate', $method, $index );
?>
' . esc_html( $formatted_destination ) . '' );
$calculator_text = __( 'Change address', 'woocommerce' );
} else {
echo esc_html__( 'This is only an estimate. Prices will be updated during checkout.', 'woocommerce' );
}
?>
' . esc_html( $formatted_destination ) . '' ) ) );
$calculator_text = __( 'Enter a different address', 'woocommerce' );
endif;
?>
' . esc_html( $package_details ) . ' '; ?>
global/form-login.php 0000666 00000005312 15214165235 0010577 0 ustar 00