Search
Close this search box.
  • Weight: 205.5
  • Blood ketones: 0.1 mmol/L
Probably going to I.F. (Intermittent Fasting) until this afternoon, – we’ll see if I get hungry or not. The revised formulation of my custom vitamin mix is ordered.
It was ordered with magnesium citrate instead of chloride to see if that removes the metallic aftertaste, hopefully it gets here soon! I recently switched over to using ShipStation for order logistics and it seems to be working quite well so far. It has some really nice features and speeds up the process of shipping stuff out. It also supports multiple carriers which hasn’t been an issue but is nice just in case I need it down the line. There was only one really big issue I saw: I’m using woocommerce product bundles for the “build a week”, “build a month” and “sample all the things” bundles and they kept coming through into shipstation with a “Part of: Sample all the things” tagged onto them. It was all well and good until we tried to use the ShipStation picking list – the list that gives you a run-down of all the inventory you need to fill the current orders. The problem was the bundled products showed up separately from the non-bundled items so we would end up with something like the image at the top of this post, but for every flavor and size permutation. Didn’t fly and we went back to using the old “variation report” (on a side note, I’ve sat through enough aquanauts that we’ve taken to calling it the “creature report” – it’s a whole syllable shorter). I got a response from the WooCommerce support guys on a ticket I opened and they gave me some code that disables the bundle metadata. The basic premise is you follow this guide and add the following code, using whichever of the 3 methods you prefer:
     add_filter( 'woocommerce_bundles_filter_order_items_part_of_meta', 'wc_ninja_disable_bundled_part_of_meta', 15 );
function wc_ninja_disable_bundled_part_of_meta() {
return false;
}
I ended up doing the “write a custom plugin” option since it can easily be activated/deactivated and will survive changes in themes and other tomfoolery. In case some random internet search led you here because you have the same problem, here’s a handy plugin, ready to go: woocommerce-disable-bundles-filter.zip
Share
Shopping Basket