Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(document.querySelector('.w-product-title')) {
- var el = document.createElement('script')
- el.setAttribute('src', 'https://v2-staging.rest-ar.com/restar-injector.js')
- el.onload = ()=> {
- window.RestARInjector.init({
- container: '.swiper-wrapper',
- models_list: 'jaqui',
- reverse: true,
- gallery_selector: '.fluid-carousel__slider',
- product_selector: '.w-product-title'
- })
- }
- document.head.appendChild(el)
- }
Advertisement
Add Comment
Please, Sign In to add comment