I am trying to work out if it is possible to prepend a brand name to any shipping options available. I will be setting up a store whereby you can only order one brand at a time, I will have cart limitations built in to prevent mixing two brands together.
I have an external ordering system called Veeqo and without going into too much detail I need to prepend the brand name of the products in the cart to any shipping method selected so that I can filter orders by these shipping options. E.g.
BRAND-NAME UK Next Day BRAND-NAME UK 3-5 Days
Can this be done ? If so, how ?
Realise I am asking a lot here but if anyone knows of a way to do this that would be much appreciated! :)
Perhaps a function which searches the first line item for "Brand" and then prepends this value to all shipping method titles. WooCommerce would only display relevant shopping methods to them depending on country etc.