export const generate_popup_html = ( order_id: string ): string => { return `

${ window._wetail_shipping.i18n[ 'Please select a return service provided by your parcel delivery company for the order' ] }

    `; };