Title: deviensla's Replies | WordPress.org

---

# deviensla

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

 *   [Profile](https://wordpress.org/support/users/deviensla/)
 *   [Topics Started](https://wordpress.org/support/users/deviensla/topics/)
 *   [Replies Created](https://wordpress.org/support/users/deviensla/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/deviensla/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/deviensla/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/deviensla/engagements/)
 *   [Favorites](https://wordpress.org/support/users/deviensla/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: [[WPC Product Bundles for WooCommerce] WPML issue](https://wordpress.org/support/topic/wpml-issue-27/)
 *  Thread Starter [deviensla](https://wordpress.org/support/users/deviensla/)
 * (@deviensla)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/wpml-issue-27/#post-17833559)
 * Hello,
 * Thanks for the feedback but I’m not sure that understand well.
   All my products
   are translated ( and connected ). When I use smart bundle, I choose for each 
   languages, the translated product. When you try this :[https://montvel.com/product/pack-decouverte/](https://montvel.com/product/pack-decouverte/).
   you can see the french productsand here : [https://montvel.com/de/product/entdeckungspaket/](https://montvel.com/de/product/entdeckungspaket/).
   the german products.everything is connected, but when you add, for example, the
   bundle product in french and change language, go to the minicart, and you will
   juste see dicount price, so I can buy a product for free.. I tried to use a default
   theme, it doesn’t work.Have you check that ?Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Better Search] Disabled for specific search](https://wordpress.org/support/topic/disabled-for-specific-search/)
 *  Thread Starter [deviensla](https://wordpress.org/support/users/deviensla/)
 * (@deviensla)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/disabled-for-specific-search/#post-16927381)
 * Thanks for your reply.
   It works, but as I do a query in ajax so ** is_admin()
   return true** ..I added a test for checking if I use admin-ajax.php :
 *     ```wp-block-code
       function detecting_is_front_ajax()
       {
       $test_url = basename($_SERVER['REQUEST_URI']);
       return str_contains($test_url, 'admin-ajax.php');
       }
       ```
   

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