├── LICENSE ├── README.md ├── custom ├── assets │ ├── css │ │ └── suggestions.css │ └── js │ │ ├── jquery.suggestions.min.js │ │ └── jquery.xdomainrequest.min.js ├── custom.js ├── functions.php └── style.css ├── demo.gif └── woocommerce-dadata.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troyanov/woocommerce-dadata/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troyanov/woocommerce-dadata/HEAD/README.md -------------------------------------------------------------------------------- /custom/assets/css/suggestions.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troyanov/woocommerce-dadata/HEAD/custom/assets/css/suggestions.css -------------------------------------------------------------------------------- /custom/assets/js/jquery.suggestions.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troyanov/woocommerce-dadata/HEAD/custom/assets/js/jquery.suggestions.min.js -------------------------------------------------------------------------------- /custom/assets/js/jquery.xdomainrequest.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troyanov/woocommerce-dadata/HEAD/custom/assets/js/jquery.xdomainrequest.min.js -------------------------------------------------------------------------------- /custom/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troyanov/woocommerce-dadata/HEAD/custom/custom.js -------------------------------------------------------------------------------- /custom/functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troyanov/woocommerce-dadata/HEAD/custom/functions.php -------------------------------------------------------------------------------- /custom/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troyanov/woocommerce-dadata/HEAD/custom/style.css -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troyanov/woocommerce-dadata/HEAD/demo.gif -------------------------------------------------------------------------------- /woocommerce-dadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troyanov/woocommerce-dadata/HEAD/woocommerce-dadata.php --------------------------------------------------------------------------------