BC Halo Documentation
  • Greeting
  • Theme Support
  • Full Theme Features
  • Installation
    • Installation
  • Header
    • Header Settings
    • Header Style
    • Store Logo
    • Quick Search
    • Dropdown Menu / Mega Menu
  • Footer
    • Service Block
    • Subscribe Block
    • Footer Settings
    • Footer Style
    • Footer Top
    • Payment Icons
  • Home Electronics
    • Main Carousel
    • Marquee Promotion
    • Featured Categories 1
    • Featured Categories 2
    • Product Block 1
    • Special Product
    • Featured Categories 3
    • Product By Tabs
    • Banner With Text
    • Review Block
    • Product Block 2
    • Recent Posts
    • Featured Brands
  • Product Listing Page
    • Common Settings
    • Categories Top Banner
  • Product Detail Page
    • Common Settings
    • Image Dimension
    • Product Reviews
    • Sold In Last
    • Custom Fields
    • Hot Stock
    • Countdown
    • Sizechart
    • Compare Colors
    • Ask An Expert
    • Frequently Bought Together
    • Product Tabs
    • Product Block
    • Recent Viewed Products
  • Product Card
    • Common Settings
    • Product Badges
  • Checkout Page
    • Common Settings
  • Other Pages
    • Blog/Blog Details Page
    • Brands Page
    • Contact Us Page
  • FAQs Page
  • Other Features
    • Preload Screen
    • Newsletter Signup Popup
    • Recently Viewed Popup
    • Calculate Free Shipping
    • Recently Bought Popup
  • Editing Theme Files
    • Intro
    • Accessing Edit Theme Files
    • Editing Theme Files
    • Saving Theme Files
    • Applying New Theme to Storefront
    • Limitations
  • Knowledge Base
  • Changelog
Powered by GitBook
On this page
  1. Other Features

Calculate Free Shipping

PreviousRecently Viewed PopupNextRecently Bought Popup

Last updated 6 months ago

Go to Storefront -> My Themes -> Customize. (If your store is a new store, you may need to go to Channel Manager -> Themes -> Edit Theme)

In the Theme Editor -> Go to Other Settings / Calculate Free Shipping

Go to Marketing -> Promotions -> click button Create/With legacy editor

Fill in the content of Promotion Details such as this example below (you can change the price, countries,...)

Fill in the content of Promotion Options such as this example below:

This is sample code:

<span class="congratulation">Congratulations Banner Message <span class="country">All</span></span>

This is sample code:

<span>Upsell Banner Message
   <span class="condition_required">%%condition.required%%</span>
   <span class="condition_matched">%%condition.matched%%</span>
   <span class="condition_remaining">%%condition.remaining%%</span>
   <span class="country">All</span>
</span>

Code explanation:

<span class="country">All</span>

Is the code of country you want to apply discount. Example:

<span class="country"> US,UK,CA </span> is for United State, United Kingdom and Canada
<span class="country"> VN </span> for Vietnam.
If you want to apply discount for all of countries, you can setup All <span class="country">All</span>

When you are happy with your changes, don't forget click Save.