- <?php
-
- $shipping_category = $block->getShippingCategory();
- $attribute_info = $block->get('shipping_category');
- if($shipping_category == 'Late'){
- $ship_notif_enable = 1;
- }
- ?>
- <?php if($ship_notif_enable) : ?>
- <?php echo $block->getChildHtml('cpcommerce_shipping_notification'); ?>
- <?php endif; ?>
|