PK c\/p p notices/success.phpnu W+A
PK c\0} } notices/notice.phpnu W+A
PK c\N'B notices/error.phpnu W+A
PK c\>+<~ ~ checkout/form-checkout.phpnu W+A 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;
}
?>
PK c\=
checkout/thankyou.phpnu W+A
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() ); ?>
PK c\f
checkout/form-shipping.phpnu W+A
cart->needs_shipping() || wc_ship_to_billing_address_only() ) : ?>
get_checkout_fields( 'order' ) as $key => $field ) : ?>
get_value( $key ) ); ?>
PK c\+tf f checkout/form-billing.phpnu W+A
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 ) ); ?>
PK c\^xi checkout/form-coupon.phpnu W+A
' . __( 'Click here to enter your code', 'woocommerce' ) . '' ), 'notice' ); ?>
PK c\i& & checkout/payment-method.phpnu W+A
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(); ?>
PK c\l-n checkout/review-order.phpnu W+A
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() ); ?>
PK c\w6M M checkout/form-login.phpnu W+A
' . __( '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,
)
);
PK c\nO checkout/payment.phpnu W+A
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 ) . ' '; ?>
PK c\?
global/form-login.phpnu W+A
PK c\/p p notices/success.phpnu W+A PK c\0} } notices/notice.phpnu W+A PK c\N'B r notices/error.phpnu W+A PK c\>+<~ ~ 4 checkout/form-checkout.phpnu W+A PK c\=
checkout/thankyou.phpnu W+A PK c\f
@" checkout/form-shipping.phpnu W+A PK c\+tf f - checkout/form-billing.phpnu W+A PK c\^xi 8 checkout/form-coupon.phpnu W+A PK c\i& & ? checkout/payment-method.phpnu W+A PK c\l-n G checkout/review-order.phpnu W+A PK c\w6M M =X checkout/form-login.phpnu W+A PK c\nO ] checkout/payment.phpnu W+A PK c\ j cart/cart-shipping.phpnu W+A PK c\?
"z global/form-login.phpnu W+A PK 1