Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <?php
  2. global $woocommerce;
  3. $items = $woocommerce->cart->get_cart();
  4.  
  5. foreach($items as $item => $values) {
  6. $_product = $values['data']->post;
  7. echo "<b>Registration for &nbsp;" .$_product->post_title.'</b>';
  8. echo iphorm(2);
  9. }
  10.  
  11. <?php
  12. global $woocommerce;
  13. $items = $woocommerce->cart->get_cart();
  14.  
  15. foreach($items as $item => $values) {
  16. $_product = $values['data']->post;
  17. echo "<b>Registration for &nbsp;" .$_product->post_title.'</b>';
  18. echo iphorm(2);
  19. }
  20.  
  21. <button class="iphorm-submit-element" type="submit" name="iphorm_submit" <?php echo $form->getCss('submitButton'); ?>><span <?php echo $form->getCss('submitSpan'); ?>><em <?php echo $form->getCss('submitEm'); ?>><?php echo esc_html($form->getSubmitButtonText()); ?></em></span></button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement