Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(document.querySelector('[itemprop="sku"]')) {
  2.     var el = document.createElement('script')
  3.     el.setAttribute('src', 'https://v2-staging.rest-ar.com/restar-injector.js')
  4.     el.onload = ()=> {
  5.         window.RestARInjector.init({
  6.             container: '#gallery',
  7.             element: '.gallery-preview',
  8.            
  9.             activate_class: 'selected',
  10.             gallery_selector: '#gallery .carousel-items',
  11.             models_list: 'dafiti',
  12.             product_selector: '[itemprop="sku"]'
  13.         })
  14.     }
  15.     document.head.appendChild(el)
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement