1 min read

We've upgraded our functions to reduce errors

We've upgraded our functions to reduce errors

Previously, you might have received alerts in your Shopify admin:

A cart transform function failed
cart-transformer by BYOB is not working properly. Contact the developer for additional support.

These errors are mainly due to large carts created by bots. These bots randomly added the products to the cart. As a result, the large carts broke our Shopify functions since the inputs are too large:

The sample input taken from our function logs

As you can see, more than 200 line items are in the cart, which is not likely to be added by human customers. Also, our bundles are not included in the cart line items.

Therefore, we have upgraded our cart transform functions to address the issue. Our functions will ignore these large carts gracefully. As a result, you'll not see the annoying alerts on your Shopify admin.

If you see other function errors, please contact our support and share the function logs from your admin. We'll check the logs for your store.