arinjames08
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom Addressok. I open new Ticket success
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom AddressThank you for code.
but I tried part of Sub District (Billing) and State Name (Billing) not on form Full address.
Picand i used code
add_filter(‘woe_get_order_value_full_address’, function ($value,$order, $field) {if ($order->get_shipping_address_1() == “” )
$texts = array_filter( array(
$order->get_billing_address_1(),
$order->get_billing_address_2(),
$order->get_billing_city(),
$order->get_billing_sub_district(),
$order->get_billing_postcode(),
$order->get_billing_state_full(),
));
else
$texts = array_filter( array(
$order->get_shipping_address_1(),
$order->get_shipping_address_2(),
$order->get_shipping_city(),
$order->get_shipping_postcode(),
));return join( “, “, $texts);
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom AddressShipping or billing? Ans Both in the same cell.
Inside one cell, correct? Ans Yes.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] I can’t open docx.thank you.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] I can’t open docx.I haven’t file