Want to Replace Shipping Option

I had removed the shipping option from my store and want to offer this now. However, somehow I removed the option (button) for shipping or pick up and cannot remember how I did this in order to reverse it. Also, although I have set up shipping for Canada in the settings, there is no calculation option showing on the checkout page. Help!

Hello @Vinochka ,

You seem to have customized or removed the Checkout section from your theme settings.

If your store is not live, try resetting the theme to its default settings and cross-check. If the store is live, ensure you duplicate the theme first, then reset and verify the changes. Once verified, you can set the restored theme as the live theme.

To restore default settings for your theme, go to Online Store > Themes in your Shopify admin. Find your theme, click Customize, then click the Undo button to revert changes. Here is a guide from Shopify that might help you with this process.

1 Like

Thank you Keerthi,

Is there a way just to reinstall the checkout option by changing liquid
code?

Thanks

Thank you Keerthi,

I’m wondering if there is an option to reinstall checkout by changing liquid
code? Resetting theme to default may change other custom changes I’ve made that I don’t want changed.
Thanks

1 Like

Hello @Vinochka

Given the complexity associated with editing Liquid code and the potential loss of custom changes, I recommend starting with a theme backup. Next, try resetting the theme to its default state and then gradually restore your customizations, testing after each step.

If you prefer editing the Liquid code directly, check the checkout.liquid template for relevant objects such as cart and shipping_rates. If you’ve simply commented out the code, uncommenting it might resolve the issue. However, if you removed the code entirely, you may need to find the appropriate code to add this functionality back by referring to the default theme code.

If the problem persists, you might need to contact Shopify Tech Support. They can access the template details and guide you with the correct code modifications.

1 Like

Thank you Keerthi. I shall follow your advice.

1 Like