| 1 |
<div class="container"> |
| 2 |
<main> |
| 3 |
<div class="pt-5 text-center"> |
| 4 |
<img class="d-block mx-auto mb-4" src="<?php echo plugin_dir_url(dirname(__DIR__)) ?>makecommerce/assets/mc.svg" alt="" width="72" height="57"> |
| 5 |
<h2>MakeCommerce</h2> |
| 6 |
</div> |
| 7 |
<div class="row mc-list-row"> |
| 8 |
<div class="offset-3 col-6 g-3 text-center mc-list-wrapper"> |
| 9 |
<div class="p-4 rounded text-start mc-list-container"> |
| 10 |
<h3 class="mb-4 mc-list-heading"><?php _e('Changes in new version, please read before migrating', 'wc_makecommerce_domain'); ?></h3> |
| 11 |
|
| 12 |
<!-- Payments Section --> |
| 13 |
<h5 class="mb-3 mc-list-payment"><?php _e('Payments', 'wc_makecommerce_domain'); ?></h5> |
| 14 |
<ul class="list-group list-group-numbered mb-4 mc-list-payment-list"> |
| 15 |
<li class="list-group-item d-flex mc-list-item-1" style="border: none !important;"> |
| 16 |
<div class="ms-2"> |
| 17 |
<div class="fw-bold"><?php _e('Simplified default payment method setup', 'wc_makecommerce_domain'); ?></div> |
| 18 |
<?php _e('Default method selection is now streamlined and follows the order set in your WooCommerce settings — no extra configuration needed.', 'wc_makecommerce_domain'); ?> |
| 19 |
</div> |
| 20 |
</li> |
| 21 |
<li class="list-group-item d-flex mc-list-item-2" style="border: none !important;"> |
| 22 |
<div class="ms-2"> |
| 23 |
<div class="fw-bold"><?php _e('Modern checkout design, no manual styling required', 'wc_makecommerce_domain'); ?></div> |
| 24 |
<?php _e('We’ve replaced manual design options with a sleek, automated checkout layout that ensures a consistent and up-to-date look.', 'wc_makecommerce_domain'); ?> |
| 25 |
</div> |
| 26 |
</li> |
| 27 |
<li class="list-group-item d-flex mc-list-item-3" style="border: none !important;"> |
| 28 |
<div class="ms-2"> |
| 29 |
<div class="fw-bold"><?php _e('Seamless multilingual support', 'wc_makecommerce_domain'); ?></div> |
| 30 |
<?php _e('No need for manual translations — all texts are now automatically localized for your customers.', 'wc_makecommerce_domain'); ?> |
| 31 |
</div> |
| 32 |
</li> |
| 33 |
<li class="list-group-item d-flex mc-list-item-4" style="border: none !important;"> |
| 34 |
<div class="ms-2"> |
| 35 |
<div class="fw-bold"><?php _e('Smarter country selection', 'wc_makecommerce_domain'); ?></div> |
| 36 |
<?php _e('Country selection now only appears when relevant and is pre-filled for your shopper’s convenience.', 'wc_makecommerce_domain'); ?> |
| 37 |
</div> |
| 38 |
</li> |
| 39 |
<li class="list-group-item d-flex mc-list-item-5" style="border: none !important;"> |
| 40 |
<div class="ms-2"> |
| 41 |
<div class="fw-bold"><?php _e('Payment method order is optimized', 'wc_makecommerce_domain'); ?></div> |
| 42 |
<?php _e('Methods are automatically sorted based on popularity and region — ensuring the most relevant options are shown first.', 'wc_makecommerce_domain'); ?> |
| 43 |
</div> |
| 44 |
</li> |
| 45 |
<li class="list-group-item d-flex mc-list-item-6" style="border: none !important;"> |
| 46 |
<div class="ms-2"> |
| 47 |
<div class="fw-bold"><?php _e('Improved expired payment handling', 'wc_makecommerce_domain'); ?></div> |
| 48 |
<?php _e('Expired payments are no longer automatically marked as cancelled, giving you more flexibility. You can manage this via WooCommerce’s stock settings. Transactions still expire after 30 minutes.', 'wc_makecommerce_domain'); ?> |
| 49 |
(<a href="https://developer.makecommerce.net/guides/custom-api/RegularPaymentFlow#transaction-statuses" target="_blank"><?php _e('Read more', 'wc_makecommerce_domain'); ?></a>) |
| 50 |
</div> |
| 51 |
</li> |
| 52 |
</ul> |
| 53 |
|
| 54 |
<!-- Shipping Section --> |
| 55 |
<h5 class="mb-3 mc-list-shipping"><?php _e('Shipping', 'wc_makecommerce_domain'); ?></h5> |
| 56 |
<ul class="list-group list-group-numbered mb-4 mc-list-shipping-list"> |
| 57 |
<li class="list-group-item d-flex mc-list-item-7" style="border: none !important;"> |
| 58 |
<div class="ms-2"> |
| 59 |
<div class="fw-bold"><?php _e('Shipping method setup fully automated', 'wc_makecommerce_domain'); ?></div> |
| 60 |
<?php _e('Zones and manual configuration in WooCommerce is no longer needed — dynamic shipping rates are now handled automatically.', 'wc_makecommerce_domain'); ?> |
| 61 |
</div> |
| 62 |
</li> |
| 63 |
<li class="list-group-item d-flex mc-list-item-8" style="border: none !important;"> |
| 64 |
<div class="ms-2"> |
| 65 |
<div class="fw-bold"><?php _e('Support for Venipak and Unisend added', 'wc_makecommerce_domain'); ?></div> |
| 66 |
<?php _e('Two new carriers are now fully integrated into our shipping module.', 'wc_makecommerce_domain'); ?> |
| 67 |
</div> |
| 68 |
</li> |
| 69 |
<li class="list-group-item d-flex mc-list-item-9" style="border: none !important;"> |
| 70 |
<div class="ms-2"> |
| 71 |
<div class="fw-bold"><?php _e('Simplified carrier setup', 'wc_makecommerce_domain'); ?></div> |
| 72 |
<?php _e('All necessary logic is now built-in or handled automatically, making setup easier than ever.', 'wc_makecommerce_domain'); ?> |
| 73 |
</div> |
| 74 |
</li> |
| 75 |
<li class="list-group-item d-flex mc-list-item-10" style="border: none !important;"> |
| 76 |
<div class="ms-2"> |
| 77 |
<div class="fw-bold"><?php _e('Free shipping and coupon logic evolving', 'wc_makecommerce_domain'); ?></div> |
| 78 |
<?php _e('Settings for free shipping from a certain amount and coupon combinations will return soon in a new, improved interface.', 'wc_makecommerce_domain'); ?> |
| 79 |
</div> |
| 80 |
</li> |
| 81 |
<li class="list-group-item d-flex mc-list-item-11" style="border: none !important;"> |
| 82 |
<div class="ms-2"> |
| 83 |
<div class="fw-bold"><?php _e('Map view temporarily removed', 'wc_makecommerce_domain'); ?></div> |
| 84 |
<?php _e('We’re working on a cleaner and more intuitive version that will be reintroduced shortly.', 'wc_makecommerce_domain'); ?> |
| 85 |
</div> |
| 86 |
</li> |
| 87 |
<li class="list-group-item d-flex mc-list-item-12" style="border: none !important;"> |
| 88 |
<div class="ms-2"> |
| 89 |
<div class="fw-bold"><?php _e('Bulk label printing is on the way', 'wc_makecommerce_domain'); ?></div> |
| 90 |
<?php _e('Coming very soon — we’re putting final touches on this feature to make it even better.', 'wc_makecommerce_domain'); ?> |
| 91 |
</div> |
| 92 |
</li> |
| 93 |
</ul> |
| 94 |
|
| 95 |
<!-- Important Warning Section --> |
| 96 |
<div class="fw-bold mt-4 text-danger mc-list-warning"> |
| 97 |
🚨 <?php _e('Very important:', 'wc_makecommerce_domain'); ?> |
| 98 |
<ul class="mt-2 ps-3"> |
| 99 |
<li class="mb-2"><?php _e('After migration, label printing and access to previous shipment data will no longer be available. Please ensure all shipments are printed and dispatched before upgrading.', 'wc_makecommerce_domain'); ?></li> |
| 100 |
</ul> |
| 101 |
</div> |
| 102 |
</div> |
| 103 |
|
| 104 |
|
| 105 |
<form method="post"> |
| 106 |
<?php wp_nonce_field( \MakeCommerce\API::SHIPPING_PLUS_NONCE_ACTION, \MakeCommerce\API::SHIPPING_PLUS_NONCE_FIELD ); ?> |
| 107 |
<div class="mc-list-agreement-check"> |
| 108 |
<input class="" type="checkbox" id="agree_terms" name="agree_terms" required> |
| 109 |
<label class="" for="agree_terms"> |
| 110 |
<?php _e('I have read and understood the changes and agree to the <a href="https://makecommerce.net/shipping-plus-pricing/" target="_blank">terms and fees</a>', 'wc_makecommerce_domain'); ?> |
| 111 |
</label> |
| 112 |
</div> |
| 113 |
<hr class="my-4"> |
| 114 |
<button class="btn btn-primary btn-large" type="submit" name="accept_shipping"><?php _e('Agree to changes and migrate', 'wc_makecommerce_domain'); ?></button> |
| 115 |
</form> |
| 116 |
</div> |
| 117 |
</div> |
| 118 |
</main> |
| 119 |
|
| 120 |
<footer class="my-5 text-muted text-center text-small mc-list-footer"> |
| 121 |
<p class="mb-1">©Maksekeskus AS</p> |
| 122 |
<ul class="list-inline"> |
| 123 |
<li class="list-inline-item"><?php _e('<a href="https://makecommerce.net/general-terms/" target="_blank">Terms</a>', 'wc_makecommerce_domain'); ?> |
| 124 |
</li> |
| 125 |
<li class="list-inline-item"><?php _e('<a href="https://makecommerce.net/contact/" target="_blank">Support</a>', 'wc_makecommerce_domain'); ?></li> |
| 126 |
</ul> |
| 127 |
</footer> |
| 128 |
</div> |
| 129 |
|