How do you calculate the Shipping Seal?
The shipping seal is automatically updated once a night (around 1:00 a.m)
To measure the ratio of pixi shipping seal, only orders in stock that have been shipped within 24 hours in the last 14 days are used. Shipped within 24 hours means that the time between the order date or when the order was paid in case of pre-payment orders, and the moment the shipping label was created, is taken into account. Last 14 days means 14 days after the order was imported into pixi. (CreateDate)
Shipping days include days on which invoices are created. For orders received from Friday to Sunday 23:59, the CreateDate is set to the next day. If nothing is shipped on one day, the CreateDay is also set to the next day, where an order is shipped.
Days on which at least three invoices with an invoice amount greater than 0 EUR were created, count as shipping days.
Auto-hiding the Shipping Seal when it falls below a certain percentage value
The following example displays the Shipping Seal only when the percentage value is about 93%. If it goes below this value the shipping seal is not displayed.
<? php define ( 'PERCENTAGE' , '93' ) ; // percentage
SHIPPING SEAL ### " ; } ?>
Why is my Shipping Seal not 100%? How can I improve the number?
You can analyze which orders have taken more than one day to ship checking the pixi Versandsiegel report. It can be found in pixi Reports > Standard reports > Logistics > Versandsiegel.
Which stock value is used to calculate the Shipping Seal?
The current stock is used (physical stock). Reservations are also taken into account.
What days are considered in the Shipping Seal?
Does Whitsun count as shipping day?
Days on which no parcels are sent, are not taken into account and do not affect the number.
Are locked orders taken into account when calculating the Shipping Seal?
Only orders that can actually be sent are taken into account. If only a partial delivery is possible then it is not taken into calculation.
Are orders with a delivery date taken into account?
Orders with delivery date are not included into calculating the shipping seal. They neither affect the shipping seal in a positive nor negative way.