Making changes to your subscription settings usually takes between 1 and 60 minutes to appear on your storefront. This includes the following changes and settings:
- Changes to your Language Settings.
- Adding custom CSS code.
- Changing your cart mode.
There is, however, a way to speed this process up: refreshing the subscriptions cache. Refreshing the subscriptions cache ensures that customers can see your changes faster, as well as making sure that the app is functioning how you would like.
Refreshing the subscriptions cache requires technical knowledge and prior experience with Liquid code. Please contact our Customer Success team if you aren't super comfortable with code - we're always happy to help!
This article is relevant to Subscriptions V1. If you have Subscriptions for Shopify Checkout on your store, please visit Subscriptions for Shopify Checkout Overview. If you are unsure of which version of Bold Subscriptions you have, please visit Identify Your Version of Bold Subscriptions.
Setup
- From the Shopify admin, select Online store.
- Find the Shopify theme you are working on, and select Actions.
- Select Edit Code.
- Under Snippets, select bold-common.liquid
- At the bottom of the file, find the line:
It should look like this:window.BOLD.common.cacheParams.recurring_orders = value
- Change the last 3 numbers any other numbers.
Example
Before: 1589215057
After: 1589215678
- Select Save.