notices/success.php000066600000001560152141652350010403 0ustar00 notices/notice.php000066600000001575152141652350010222 0ustar00
notices/error.php000066600000001601152141652350010060 0ustar00 checkout/form-checkout.php000066600000004176152141652350011650 0ustar00is_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; } ?>
get_checkout_fields() ) : ?>

checkout/thankyou.php000066600000006777152141652350010755 0ustar00
has_status( 'failed' ) ) : ?>

get_payment_method(), $order->get_id() ); ?> get_id() ); ?>

checkout/form-shipping.php000066600000005224152141652350011657 0ustar00
cart->needs_shipping_address() ) : ?>

get_checkout_fields( 'shipping' ); foreach ( $fields as $key => $field ) { woocommerce_form_field( $key, $field, $checkout->get_value( $key ) ); } ?>
cart->needs_shipping() || wc_ship_to_billing_address_only() ) : ?>

get_checkout_fields( 'order' ) as $key => $field ) : ?> get_value( $key ) ); ?>
checkout/form-billing.php000066600000005546152141652350011465 0ustar00
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_checkout_fields( 'account' ) ) : ?>
get_checkout_fields( 'account' ) as $key => $field ) : ?> get_value( $key ) ); ?>
checkout/form-coupon.php000066600000003213152141652350011335 0ustar00
' . __( 'Click here to enter your code', 'woocommerce' ) . '' ), 'notice' ); ?>
checkout/payment-method.php000066600000003446152141652350012034 0ustar00
  • chosen, true ); ?> data-order_button_text="order_button_text ); ?>" /> has_fields() || $gateway->get_description() ) : ?>
    chosen ) : /* phpcs:ignore Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace */ ?>style="display:none;"> payment_fields(); ?>
  • checkout/review-order.php000066600000010343152141652350011505 0ustar00 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 ) ) { ?> cart->get_coupons() as $code => $coupon ) : ?> cart->needs_shipping() && WC()->cart->show_shipping() ) : ?> cart->get_fees() as $fee ) : ?> cart->display_prices_including_tax() ) : ?> cart->get_tax_totals() as $code => $tax ) : ?>
    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 ); ?>
    name ); ?>
    label ); ?> formatted_amount ); ?>
    countries->tax_or_vat() ); ?>
    checkout/form-login.php000066600000002515152141652350011146 0ustar00
    ' . __( '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.php000066600000005777152141652350010567 0ustar00
    cart->needs_payment() ) : ?>
    ' . 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 = ''; ?>

    ' . 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.php000066600000005312152141652350010577 0ustar00
    >