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 Merchant Success team if you aren't super comfortable with code - we're always happy to help!
Alert
Please note that this article only relates to Version 1 of Bold Subscriptions. If you have Version 2 of Bold Subscriptions installed on your store, please visit Subscriptions V2 Overview.
If you are unsure of which version of Bold Subscriptions that you have currently installed, 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.