Advertisement
Guest User

shipping_logos

a guest
Dec 4th, 2015
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. function add_shipping_payment_logos() { ?>
  2.  
  3. <hr class="x-hr">
  4. <div id="x-section-0" class="x-section" style=" margin: 0px; padding: 0px; background-color: transparent;">
  5. <div class="x-container" style="margin: 0px auto; padding: 0px; ">
  6. <div class="x-column x-sm x-1-3" style="">
  7. <h2 class="man" style="text-align: center;"><i class="x-icon x-icon-globe" data-x-icon="&#xf0ac;" aria-hidden="true"></i></h2>
  8. <h6 style="text-align: center;">Free shipping worldwide</h6>
  9. </div>
  10. <div class="x-column x-sm x-1-3" style="">
  11. <h2 class="man" style="text-align: center;"><i class="x-icon x-icon-plane" data-x-icon="&#xf072;" aria-hidden="true"></i></h2>
  12. <h6 style="text-align: center;">Fedex<br>Express</h6>
  13. </div>
  14. <div class="x-column x-sm x-1-3" style="">
  15. <h2 class="man" style="text-align: center;"><i class="x-icon x-icon-check-circle" data-x-icon="&#xf058;" aria-hidden="true"></i></h2>
  16. <h6 style="text-align: center;">24 month warranty</h6>
  17. </div>
  18. </div>
  19. </div>
  20. <hr class="x-hr">
  21.  
  22. <?php }
  23. add_action( 'woocommerce_single_product_summary', 'add_shipping_payment_logos', 25 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement