qsdklsqkdmqskdmlqskd
azoepqikdomlqskdjmlqs
qpfklqjsfmklqsjdmqlsjdsqd
PK V=\\d4 4 taxonomy-product_tag.phpnu [
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 V=\;:Q1 checkout/form-coupon.phpnu [
' . esc_html__( 'Click here to enter your code', 'woocommerce' ) . '' ), 'notice' ); ?>
PK V=\a) ) checkout/order-receipt.phpnu [
get_order_number() ); ?>
get_date_created() ) ); ?>
get_formatted_order_total() ); ?>
get_payment_method_title() ) : ?>
get_payment_method_title() ); ?>
get_payment_method(), $order->get_id() ); ?>
PK V=\f
checkout/form-shipping.phpnu [
cart->needs_shipping() || wc_ship_to_billing_address_only() ) : ?>
get_checkout_fields( 'order' ) as $key => $field ) : ?>
get_value( $key ) ); ?>
PK V=\c checkout/review-order.phpnu [
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 ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
cart->get_product_subtotal( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
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 ) : // phpcs:ignore WordPress.WP.GlobalVariablesOverride.OverrideProhibited ?>
label ); ?>
formatted_amount ); ?>
countries->tax_or_vat() ); ?>
PK V=\ checkout/thankyou.phpnu [
get_id() ); ?>
has_status( 'failed' ) ) : ?>
get_order_number(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
get_date_created() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
get_user_id() === get_current_user_id() && $order->get_billing_email() ) : ?>
get_billing_email(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
get_formatted_order_total(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
get_payment_method_title() ) : ?>
get_payment_method_title() ); ?>
get_payment_method(), $order->get_id() ); ?>
get_id() ); ?>
PK V=\9 checkout/terms.phpnu [
PK V=\!{ checkout/form-checkout.phpnu [ 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 V=\}Z checkout/form-pay.phpnu [ get_order_item_totals(); // phpcs:ignore WordPress.WP.GlobalVariablesOverride.OverrideProhibited
?>
PK V=\9CJ J checkout/form-login.phpnu [
' . esc_html__( 'Click here to login', 'woocommerce' ) . '', 'notice' ); ?>
esc_html__( 'If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section.', 'woocommerce' ),
'redirect' => wc_get_checkout_url(),
'hidden' => true,
)
);
PK V=\nO checkout/payment.phpnu [
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 ?>
cart->needs_shipping() ) : ?>
get_checkout_fields( 'billing' );
foreach ( $fields as $key => $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 V=\';~ content-widget-price-filter.phpnu [
PK V=\
emails/email-downloads.phpnu [
$column_name ) : ?>
$column_name ) : ?>
PK V=\ emails/customer-invoice.phpnu [
get_billing_first_name() ) ); ?>
has_status( 'pending' ) ) { ?>
array(
'href' => array(),
),
)
),
esc_html( get_bloginfo( 'name', 'display' ) ),
'' . esc_html__( 'Pay for this order', 'woocommerce' ) . ' '
);
?>
get_date_created() ) ) );
?>
get_order_number() ), esc_html( $order->get_formatted_billing_full_name() ) ); ?>
' . esc_html( $user_login ) . '', make_clickable( esc_url( wc_get_page_permalink( 'myaccount' ) ) ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
' . esc_html( $user_pass ) . '' ); ?>
get_formatted_billing_full_name() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
get_billing_first_name() ) ); ?>
get_billing_first_name() ) ); ?>
$item ) :
$product = $item->get_product();
$sku = '';
$purchase_note = '';
$image = '';
if ( ! apply_filters( 'woocommerce_order_item_visible', true, $item ) ) {
continue;
}
if ( is_object( $product ) ) {
$sku = $product->get_sku();
$purchase_note = $product->get_purchase_note();
$image = $product->get_image( $image_size );
}
?>
get_name(), $item, false ) );
// SKU.
if ( $show_sku && $sku ) {
echo wp_kses_post( ' (#' . $sku . ')' );
}
// allow other plugins to add additional product information here.
do_action( 'woocommerce_order_item_meta_start', $item_id, $item, $order, $plain_text );
wc_display_item_meta(
$item,
array(
'label_before' => '',
)
);
// allow other plugins to add additional product information here.
do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $order, $plain_text );
?>
get_quantity();
$refunded_qty = $order->get_qty_refunded_for_item( $item_id );
if ( $refunded_qty ) {
$qty_display = '' . esc_html( $qty ) . ' ' . esc_html( $qty - ( $refunded_qty * -1 ) ) . ' ';
} else {
$qty_display = esc_html( $qty );
}
echo wp_kses_post( apply_filters( 'woocommerce_email_order_item_quantity', $qty_display, $item ) );
?>
get_formatted_line_subtotal( $item ) ); ?>
PK V=\(z? ? emails/email-footer.phpnu [