PHP code example of skeeks / cms-shop-checkout-simple-widget
1. Go to this page and download the library: Download skeeks/cms-shop-checkout-simple-widget library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
skeeks / cms-shop-checkout-simple-widget example snippets
<?= \skeeks\cms\shopCheckoutSimple\ShopCheckoutSimpleWidget::widget();
<? $checkoutWidget = \skeeks\cms\shopCheckoutSimple\ShopCheckoutSimpleWidget::begin([
'btnSubmitWrapperOptions' => [
'style' => 'display: none;'
]
]);
php composer.phar