Title: handeberlin's Replies | WordPress.org

---

# handeberlin

  [  ](https://wordpress.org/support/users/handeberlin/)

 *   [Profile](https://wordpress.org/support/users/handeberlin/)
 *   [Topics Started](https://wordpress.org/support/users/handeberlin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/handeberlin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/handeberlin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/handeberlin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/handeberlin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/handeberlin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] MailPoet 3.51.1 causing fatal error](https://wordpress.org/support/topic/mailpoet-3-51-1-causing-fatal-error/)
 *  [handeberlin](https://wordpress.org/support/users/handeberlin/)
 * (@handeberlin)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/mailpoet-3-51-1-causing-fatal-error/#post-13488760)
 * same here
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Produktseite Positionen verändern (Lieferzeit, Versand,MwSt)](https://wordpress.org/support/topic/produktseite-positionen-verandern-lieferzeit-versandmwst/)
 *  Thread Starter [handeberlin](https://wordpress.org/support/users/handeberlin/)
 * (@handeberlin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/produktseite-positionen-verandern-lieferzeit-versandmwst/#post-6599100)
 * Hi,
 * ok, ich bin also bis hier etwa vorgedrungen:
 *     ```
       remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
       add_action( 'woocommerce_single_product_summary', 'preis_mit_versand', 10 );
   
       function preis_mit_versand() {
           global $post, $product;
   
           echo '<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">';
           echo '<p class="price">' . $product->get_price_html() . ' VERSANDKOSTEN HIER</p>';
           echo '<meta itemprop="price" content="' . $product->get_price() . '" />';
           echo '<meta itemprop="priceCurrency" content="' . get_woocommerce_currency() . '" />';
           echo '</div>';
       }
       ```
   
 * Ich wollte noch mit: `remove_action( 'woocommerce_single_product_summary', 'woocommerce_gzd_template_single_legal_info',
   11 );`
    zunächst den Hook entfernen, was mir aber nicht gelingt. Wie bekomm ich
   denn da jetzt die Versandkosten neben den Preis?
 * Danke!

Viewing 2 replies - 1 through 2 (of 2 total)