Change calculation when submitting text on Bigcommerce product page

I am new to Bigcommerce and I need to change the following text

 calculate at checkout

      

text on pages

... I have a search in all files, but I couldn't find it. Please suggest me how I can do this.

thank

+3


source to share


1 answer


You can use design mode (back up your theme first, this can break things sometimes), otherwise just go to any snippet /ProductAddToCart.html or Panels / ProductDetails.html and find the variable %%GLOBAL_ShippingPrice%%

then replace it with text



Good luck.

+2


source







All Articles