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. Product Detail Page

Product Tabs

PreviousFrequently Bought TogetherNextProduct Block

Last updated 4 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 Product Detail Page / Product Tabs

How to setup shipping tab?

  • Same for all products

In the Page Builder -> Go to Widgets -> drag and drop HTML block into shipping tab (Global region):

In field HTML block:

After that, input sample content below:

<h6 class="return">Returns Policy</h6>
<p>You may return most new, unopened items within 30 days of delivery for a full refund. We'll also pay the return shipping costs if the return is a result of our error (you received an incorrect or defective item, etc.).</p>
<p>You should expect to receive your refund within four weeks of giving your package to the return shipper, however, in many cases you will receive a refund more quickly. This time period includes the transit time for us to receive your return from the shipper (5 to 10 business days), the time it takes us to process your return once we receive it (3 to 5 business days), and the time it takes your bank to process our refund request (5 to 10 business days).</p>
<p>If you need to return an item, please <a href="https://bagratica-demo.mybigcommerce.com/contact-us"><span>Contact Us</span></a> with your order number and details about the product you would like to return. We will respond quickly with instructions for how to return items from your order.</p>
<h6 class="shipping">Shipping</h6>
<p>We can ship to virtually any address in the world. Note that there are restrictions on some products, and some products cannot be shipped to international destinations.</p>
<p>When you place an order, we will estimate shipping and delivery dates for you based on the availability of your items and the shipping options you choose. Depending on the shipping provider you choose, shipping date estimates may appear on the shipping quotes page.</p>
<p>Please also note that the shipping rates for many items we sell are weight-based. The weight of any such item can be found on its detail page. To reflect the policies of the shipping companies we use, all weights will be rounded up to the next full pound.</p>
  • Different for each product

In the Page Builder -> Go to Widgets -> drag and drop HTML block into shipping tab:

How to setup custom tab?

  • Same for all products

In the Page Builder -> Go to Widgets -> drag and drop HTML block into custom tab (Global region):

In field HTML block:

After that, input sample content below:

<p>Fall french fashion needs a trench coat. The trench coat exudes effortless style and it looks great with practically any fall outfit. Whether you choose to go with a slightly oversized trench or a fitted trench is dependent on your style proclivities but just make you sure you have a classic colored trench for fall.</p>
<div class="custom-description">
<table>
<tbody>
<tr>
<td class="tb-title">Model Information</td>
<td>Model height 5ft/9.7in/177cm, full bust 34.4in/87.3cm, waist 10.6in/27cm, hip 38.8in/98.5cm.</td>
</tr>
<tr>
<td class="tb-title">Composition</td>
<td>100% cotton.</td>
</tr>
<tr>
<td class="tb-title">Care</td>
<td>Specialist leather clean.</td>
</tr>
<tr>
<td class="tb-title">Standard Delivery</td>
<td>Delivered in 2-4 working days.</td>
</tr>
<tr>
<td class="tb-title">Returns</td>
<td>We hope you&rsquo;re delighted with your order. If you&rsquo;re not perfectly satisfied, you may request a return for your item(s) within 28 days. You will then have a further 14 days following your request to return unsuitable items.</td>
</tr>
</tbody>
</table>
</div>
  • Different for each product

In the Page Builder -> Go to Widgets -> drag and drop HTML block into custom tab:

When you are happy with your changes, don't forget click Save and Publish to repackage the edited theme.