SPECIFICATIONS
Brand Name: Echoine
Style: Casual
Elasticity: Non Strech
Fit Type: LOOSE
Age: 25-34
Material: POLYESTER
Gender: WOMEN
wholesale dropshipping: yes
1 // Velo API Reference: https://www.wix.com/velo/reference/api overview-introduction 2 3 $w.onReady (function ( ) { 4 5 // Write your Javascript code here using the Velo framework API 6 7 // Print hello world: 8 // console.log("Hello world!"); 9 10 // Call functions on page elements, e.g.: 11 // $w("#button1). label = "Click me!"; 12 13 // Click "Run", or Preview your site, to execute your code 14 15 });