Title: itoolsolution's Replies | WordPress.org

---

# itoolsolution

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Widgets for Amazon Reviews] Great idea for the plugin, but it doesn’t work](https://wordpress.org/support/topic/great-idea-for-the-plugin-but-it-doesnt-work/)
 *  Thread Starter [itoolsolution](https://wordpress.org/support/users/itoolsolution/)
 * (@itoolsolution)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/great-idea-for-the-plugin-but-it-doesnt-work/#post-18123217)
 * here we are nearly 3 weeks later – I guess you can’t get it working with UK Amazon–
   shame really as I really wanted to pull the reviews
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Widgets for Amazon Reviews] Great idea for the plugin, but it doesn’t work](https://wordpress.org/support/topic/great-idea-for-the-plugin-but-it-doesnt-work/)
 *  Thread Starter [itoolsolution](https://wordpress.org/support/users/itoolsolution/)
 * (@itoolsolution)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/great-idea-for-the-plugin-but-it-doesnt-work/#post-18081102)
 * Hi,
 * Amazon store address is
 * [https://www.amazon.co.uk/stores/page/85125CCC-F299-4753-A539-C1EEB8A33E0C](https://www.amazon.co.uk/stores/page/85125CCC-F299-4753-A539-C1EEB8A33E0C)
 * and the error screenshot is available to see here [https://prnt.sc/42wK771hFpUr](https://prnt.sc/42wK771hFpUr)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Discounts for WooCommerce - A simple yet complete woocommerce dynamic pricing plugin] woo-advanced-discounts Plugin error](https://wordpress.org/support/topic/woo-advanced-discounts-plugin-error/)
 *  [itoolsolution](https://wordpress.org/support/users/itoolsolution/)
 * (@itoolsolution)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/woo-advanced-discounts-plugin-error/#post-14084358)
 * [@donaldlaly](https://wordpress.org/support/users/donaldlaly/)
    we are using 
   this template [https://themeforest.net/item/funiter-elegant-furniture-shop-for-woocommerce/23005729](https://themeforest.net/item/funiter-elegant-furniture-shop-for-woocommerce/23005729)
   I cannot demonstrate the problem any more as we have fixed it on our end, but
   you need to fix your extension as it’s not backwards compatible and causing issues
   to the people.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Discounts for WooCommerce - A simple yet complete woocommerce dynamic pricing plugin] woo-advanced-discounts Plugin error](https://wordpress.org/support/topic/woo-advanced-discounts-plugin-error/)
 *  [itoolsolution](https://wordpress.org/support/users/itoolsolution/)
 * (@itoolsolution)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/woo-advanced-discounts-plugin-error/#post-14069632)
 * it appears to be a problem in class-wad-discount.php
 *     ```
       // public function shortcode_products_query( $args, $attribute, $type ) {
       public function shortcode_products_query( $args, $attribute ) {
       global $wad_discounts;
       $wad_on_sale_products = array();
   
       if( isset( $attribute['ids'] ) && ! empty( $attribute['ids'] ) ) {
       return $args;
       }
   
       // if( 'sale_products' === $type )
       {
       foreach ( $wad_discounts['product'] as $discount_obj ) {
   
       $product_list = $discount_obj->products_list->get_products(true);
       $discounted_products = wad_filter_on_sale_products( $product_list, $discount_obj );
       $wad_on_sale_products = array_merge( $wad_on_sale_products, $discounted_products );
       }
       }
   
       if( empty( $wad_on_sale_products ) ) {
       return $args;
       }
   
       $args['post__in'] = array_merge( $args['post__in'], $wad_on_sale_products );
   
       return $args;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Discounts for WooCommerce - A simple yet complete woocommerce dynamic pricing plugin] woo-advanced-discounts Plugin error](https://wordpress.org/support/topic/woo-advanced-discounts-plugin-error/)
 *  [itoolsolution](https://wordpress.org/support/users/itoolsolution/)
 * (@itoolsolution)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/woo-advanced-discounts-plugin-error/#post-14069495)
 * having same issue caused by your plugin on different template.
    Is your plugin
   only compatible with original WooCommerce theme but not with millions of other
   themes?
    -  This reply was modified 5 years, 2 months ago by [itoolsolution](https://wordpress.org/support/users/itoolsolution/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Switching] One User Account Suddenly Won’t Switch](https://wordpress.org/support/topic/one-user-account-suddenly-wont-switch/)
 *  [itoolsolution](https://wordpress.org/support/users/itoolsolution/)
 * (@itoolsolution)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/one-user-account-suddenly-wont-switch/#post-12892867)
 * This is LIVE website we can’t be messing around with it.
    I have tried to reinstall
   the plugin, which didn’t make any difference.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Switching] One User Account Suddenly Won’t Switch](https://wordpress.org/support/topic/one-user-account-suddenly-wont-switch/)
 *  [itoolsolution](https://wordpress.org/support/users/itoolsolution/)
 * (@itoolsolution)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/one-user-account-suddenly-wont-switch/#post-12892518)
 * Hi,
    This isn’t working for me either — when you click on “Switch To” it takes
   me to the WordPress login screen and after entering login details takes me back
   to the dashboard. Why all the sudden this stopped working with new version? We
   haven’t applied any changes to the website since this worked! Quick solution 
   will be highly appreciated. thanks in advance and regards, Radek
    -  This reply was modified 5 years, 11 months ago by [itoolsolution](https://wordpress.org/support/users/itoolsolution/).

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