| Current Path : /home/rtorresani/www/app/code/Webkul/BuyButton/view/adminhtml/templates/ |
| Current File : //home/rtorresani/www/app/code/Webkul/BuyButton/view/adminhtml/templates/start.phtml |
<?php
/**
* Webkul Software.
*
* @category Webkul
* @package Webkul_BuyButton
* @author Webkul
* @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
* @license https://store.webkul.com/license.html
*/
?>
<script>
window.ajaxProductListUrl = '<?= $block->escapeUrl($block->getUrl("buybutton/index/productlist")); ?>';
window.ajaxCreateUrl = '<?= $block->escapeUrl($block->getUrl("buybutton/index/create")); ?>';
window.stores = <?= /*@noEscape */ $block->getStoresJson(); ?>;
window.currencies = <?= /*@noEscape */ $block->getCurrenciesJson(); ?>;
</script>
<div id="buybutton-container" data-bind="scope:'buybutton'" data-role="content" aria-labelledby="buybutton-start">
<!-- ko template: getTemplate() --><!-- /ko -->
<script type="text/x-magento-init">
{
"#buybutton-container": {
"Magento_Ui/js/core/app": {
"components" : {
"buybutton": {
"component":"Webkul_BuyButton/js/start"
}
}
}
}
}
</script>
</div>