https://prnt.sc/WYFmW65Zqm0i
]]>The test account number
The test developer key
I have the meter number
I have the test password
Authentication will not work – are test accounts allowed?
]]>I know that a woocommerce “order completed” email cannot be sent to an allready completed order.
Our WooCommerce store has an API connection just with FedEx and not the other shipping carriers we use. The FedEx API adds in the order page information such as shipping date, tracking number and marks the order as completed. This means that when I import the csv file into AST with the tracking numbers, all the emails are sent correctly with the tracking numbers except the ones that were sent when FedEx marked them as completed.
How can I make the AST get the tracking number from the order data and add it to the “order completed” email at the same time that FedEx marks the order as completed?
Do I need to purchase the pro version of AST to have the above functionality?
]]>Which service is it getting rates for? Can I select the specific service?
]]>$order = wc_get_order( $order_id );
$item = new WC_Order_Item_Shipping();
$item->set_method_title( "FedEx Ground" );
$item->set_method_id( "fedex:11:FEDEX_GROUND" );
$item->set_total( $new_ship_price ); // (optional)
$item->calculate_taxes($calculate_tax_for);
$order->add_item( $item );
$order->calculate_totals();
But this is not giving me the FedEx Ground rate, it’s giving me the FedEx Standard Overnight rate.
By inspecting the value of the Shipping methods on the Checkout page, I can see:
<input type="radio" name="shipping_method[0]" data-index="0" id="shipping_method_0_fedex11fedex_ground" value="fedex:11:FEDEX_GROUND" class="shipping_method">
Is there some other way to get the shipping method ID for the FedEx rates?
]]>I have a Fedex shipping option FEDEX_REGIONAL_ECONOMY whch is important to me but is not shown in the “Custom Services” table of the Octolize plugin so I cannot make it available in my front end Cart options.
I have the free version but I looked at the Pro version there it is not listed either. I cannot work without the Custom Services checked because that give a lot of noise in my front end but lots of unwanted options in the Cart.
How can I get that option available for my clients?
T.I.A.
Noel Di Pietro
Eastbound