Version 4.3.1
This update was launched on the 1st of April 2022.
Changelog:
- We've fixed an issue cased by Shopify where 502 errors were randomly appearing on Orders Page.
Manual update:
To manually add the code fix, please open /snippets/cart-subtotal.liquid file and replace this code:
{%- if additional_checkout_buttons and settings.cart_additional_buttons -%} <div class="additional-checkout-buttons additional-checkout-buttons--vertical">{{ content_for_additional_checkout_buttons }}</div> {%- endif -%}
with this one:
{%- unless template contains 'order'-%} {%- if additional_checkout_buttons and settings.cart_additional_buttons -%} <div class="additional-checkout-buttons additional-checkout-buttons--vertical">{{ content_for_additional_checkout_buttons }}</div> {%- endif -%} {%- endunless -%}
If you don't have experience in editing theme files, please read this: https://help.shopify.com/en/manual/online-store/themes/extend/theme-code