Hi, I am Using Ella Theme And Want to change the content of Shipping Calculator on the View Cart Page,
I have tried to find option in cart page, as well as theme setting but not found. After Click On Calculate Shipment I want it display “You Got Free Shipping” On All Zip Code and Areas
Please anyone guide me
Below is link of that page and screenshot is attached.
If you were offering only one shipping rate (Free Shipping), you can change the text by editing Locales > en.default.json file. Please follow the steps below. (Please note: make a backup file before making any changes)
Please open Locales > en.default.json file and find (ctl+f) “shipping_calculator_success_one_rate” (line 82).
Replace the text from “There is one shipping rate available for” to “You Got Free Shipping”.
If you want to display in different language, you have to change all other language files such as cs.json, de.json, es.json, etc. for shipping_calculator_success_one_rate.
If you want to remove the address showing in shipping rate message, please open Snippets > shipping-rates-calculator.liquid file and delete ${address} from line 55 & 70.
If you want to hide the bottom part (list of shipping rate - International Shipping at $0.00), please delete line 86-98 (the code will be shown as below.