Our website allows customers to sort categories by lowest to highest price, highest to lowest price, name (alphabetical) and newest to oldest. When I sort a category newest to oldest, the link looks like this:
https://www.unitednow.com/art/papers-boards/drawing-paper/drawing-sketch-pads?order=createddate:desc
When I send this link through Klaviyo, it breaks – the colon is changed to %3A so the link looks like this:
(before UTM parameters are added). If I remove :desc the link works, but the sort order defaults to ascending instead of descending (desc), which we don’t want. (This also happens when sorting by price, so sorting by highest to lowest does not work when sent through Klaviyo.) I’ve read that turning off website tracking can fix this, but we don’t want to do that either – we use the tracking for abandoned cart/checkout. Any ideas on how I can get this to work? We use NetSuite/Suite Commerce Standard, and don’t have the ability to make a lot of coding changes on our back end.

