Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
titleExemple de code
<script type="text/javascript">
	STX.Widgets.start({ 
    		// The hostname defined in the point of sales

    		hostname: 'thecube-special-cube.int2-shop.secutix.com', 
    		apiKey: '8bafa660-8bc1-4982-83da-f15fce01f4ec',
   		widgets: [ { 
           
			root: '#product_1',

           			productId: '4654654',
           			occurrenceId: '87846578',
           			showActions: true,
           			aspectRatio: 'VERTICAL'

       } , {
           		},{
			root: '#product_2',
           			productId: '465488',
           			occurrenceId: '1129848',
           			showDescription: true,
           			showImage: false

   } 		}]

	});

</script>