Overview
For levAR's BigCommerce integration stores need to add a simple script tag to their theme to facilitate levAR's 3D/AR activation.
Adding the Script
To add the script tag:
- Go in to Storefront > My Themes >
- Click on Advanced and Edit Theme Files
- Open up the Templates > Components > Products
- Then select product-view.html
- Then add the following script on line 1 of the product-view.html file
<script>
var bcHash = '{{ settings.store_hash }}';
</script>
- Then click Save & Apply File