Advertisement
danine1

Checkout box html markup woo

Dec 3rd, 2018
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.70 KB | None | 0 0
  1. <div class="col-md-4 fixed-posi">
  2.     <div class="gesamtsumme">
  3.         <h4>Gesamtsumme</h4><br>
  4.         <div class="subtotal">
  5.             <span>Zwischensumme</span>
  6.             <span>
  7.            
  8.             </span>
  9.         </div>
  10.         <div class="versand">
  11.             <span>Versand</span>
  12.             <span>
  13.             <p>wird zzgl. berechnet<br>(gratis ab CHF200)</p></span>
  14.         </div>
  15.         <hr>
  16.         <div class="gesamtsumme-total">
  17.             <span><?php _e( 'Total', 'woocommerce' ); ?> <br>(inkl. Mwst.)</span>
  18.             <span>
  19.  
  20.             </span>
  21.         </div><br>
  22.         <div class="cart-page-checkout-button">
  23.             <p><a class="button wc-backward" href="<?php echo esc_url( wc_get_page_permalink( 'myaccount' ) ); ?>"><?php _e( 'Continue to checkout', 'woocommerce' ) ?></a></p>
  24.         </div>
  25.     </div>
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement