does it support multi vendors? thanks
]]>Hi Team, this is Moumita, Product Manager of MultiVendorX (Formally known as WCMp).
Most of our users are asking about the compatibility of MultiVendorX with your shipday plugin? Can you please help us here?
]]>the tip amount passed in Shipday is done by this calculation
$tips = $total – $subtotal – $tax + $discount – $delivery_fee;
This may not be accurate, if you have other fees in your transaction. We used this to fix it in the plugin. Your fix may be different depending on the name of your Tip Fee in our case is “Tip Amount”
function get_costing(): array {
$tax = $this->order->get_total_tax();
$discount = $this->order->get_total_discount();
$delivery_fee = $this->order->get_shipping_total();
$total = $this->order->get_total();
$subtotal = $this->order->get_subtotal();
//$tips = $total - $subtotal - $tax + $discount - $delivery_fee;
// Iterating through order fee items ONLY
foreach( $this->order->get_items('fee') as $item_id => $item_fee ){
// The fee name
$fee_name = $item_fee->get_name();
/* Get the amount only if the fee is Tip Amount */
if( $fee_name == "Tip Amount" ){
// The fee total amount
$tips = $item_fee->get_total();
break;
}
}
return array(
'tips' => $tips,
'tax' => $tax,
'discountAmount' => $discount,
'deliveryFee' => $delivery_fee,
'totalOrderCost' => strval($total)
);
}
]]>
I have been using the ShipDay plugin which works very well for our deliveries of online orders however the extraction of these orders is for both delivery drivers. This requires them to split their orders once we have extracted them via the Order Export Profile. Can one integrate the system with Shipday to pull the orders per delivery driver?
The developer’s response;`
Hi John,
?
?if they have access to WooCommerce API — can they just add meta for the order?
Ticket: https://algolplus.freshdesk.com/helpdesk/tickets/55910`
Please advise if you are able to assist with this Integration as for our process of splitting orders I’m sure many others using your plugin will find it very helpful.
]]>Hi, how to prevent
orders that are not delivery not to be sent to shipday?
i want to link the shipday but i want to have multiple pick up locations.
is it possible
Currently using the shipday plugin with my site and also purchased the pro version of the Delivery & Pickup Date Time for WooCommerce plugin (for $130) because the shipday plugin description says that it’s compatible, but in my testing I’m finding that setting the delivery or pickup date or time doesn’t effect what is getting sent to shipday, it’s still just sets up a delivery for 30 minutes from the order date even if pickup for a week from today was selected from the site.
]]>Ship day is giving random time for delivery and pickup. How do I customize it. For example When Customer pick time 5:30 pm while ordering then it should also show the same in app for the drivers. But it is actually showing +1 hrs from the order time. How can we manage this?
]]>Does this plugin allow for multiple pickup and drop-off locations?
]]>I installed de shipday plugin but de shipday-tab in ‘woocommerce-settings’ is not showing.
]]>Realizado a trdu??o para portugues brasil
]]>It us taking more than 1/2 hour to receive woocomerce Order on my shipday dashboard
Sometimes not at all receiving orders on dashboard