Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function add_shipping_payment_logos() { ?>
- <hr class="x-hr">
- <div id="x-section-0" class="x-section" style=" margin: 0px; padding: 0px; background-color: transparent;">
- <div class="x-container" style="margin: 0px auto; padding: 0px; ">
- <div class="x-column x-sm x-1-3" style="">
- <h2 class="man" style="text-align: center;"><i class="x-icon x-icon-globe" data-x-icon="" aria-hidden="true"></i></h2>
- <h6 style="text-align: center;">Free shipping worldwide</h6>
- </div>
- <div class="x-column x-sm x-1-3" style="">
- <h2 class="man" style="text-align: center;"><i class="x-icon x-icon-plane" data-x-icon="" aria-hidden="true"></i></h2>
- <h6 style="text-align: center;">Fedex<br>Express</h6>
- </div>
- <div class="x-column x-sm x-1-3" style="">
- <h2 class="man" style="text-align: center;"><i class="x-icon x-icon-check-circle" data-x-icon="" aria-hidden="true"></i></h2>
- <h6 style="text-align: center;">24 month warranty</h6>
- </div>
- </div>
- </div>
- <hr class="x-hr">
- <?php }
- add_action( 'woocommerce_single_product_summary', 'add_shipping_payment_logos', 25 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement