Title: wpheadache's Replies | WordPress.org

---

# wpheadache

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

 *   [Profile](https://wordpress.org/support/users/wpheadache/)
 *   [Topics Started](https://wordpress.org/support/users/wpheadache/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wpheadache/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wpheadache/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wpheadache/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wpheadache/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wpheadache/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: [[Polylang] Big problem with Jetpack Gallery](https://wordpress.org/support/topic/big-problem-with-jetpack-gallery/)
 *  [wpheadache](https://wordpress.org/support/users/wpheadache/)
 * (@wpheadache)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/big-problem-with-jetpack-gallery/#post-14173813)
 * hi [@egrefin](https://wordpress.org/support/users/egrefin/)
    i have the same 
   problem and saw your website is running ok with jetpack tiled galleries and polylang,
   how do you fixed ?! please share, thanks!
 * tried with new images, disabling media translate on polylang settings but no 
   luck.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mercado Pago payments for WooCommerce] No cobra costos extras agregados por W. Checkout Editor](https://wordpress.org/support/topic/no-cobra-costos-extras-agregados-por-w-checkout-editor/)
 *  Thread Starter [wpheadache](https://wordpress.org/support/users/wpheadache/)
 * (@wpheadache)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/no-cobra-costos-extras-agregados-por-w-checkout-editor/#post-13883137)
 * obrigado guilherme!
 * Lo pude solucionar como lo marcás en el link, comentando el “continue” de esta
   función en la linea 240
    includes/module/preference/WC_WooMercadoPago_PreferenceAbstract.
   php
 *     ```
       public function fees_cost_item()
           {
               $items = array();
               foreach ($this->order->get_fees() as $fee) {
                   if ((float) $fee['total'] >= 0) {
                    //   continue;
                   }
       ```
   
 * Si encuentra fees que sean >=0 se salta el cálculo de costos extras. ahora me
   los agrega OK al monto total a pagar por MP.
 * Es raro que MP no lo haya tenido en cuenta ya que hay infinidad de casos para
   agregar cualquier tipo de costo extra a la orden final.

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