itoolsolution
Forum Replies Created
-
Forum: Reviews
In reply to: [Widgets for Amazon Reviews] Great idea for the plugin, but it doesn’t workhere 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
In reply to: [Widgets for Amazon Reviews] Great idea for the plugin, but it doesn’t workHi,
Amazon store address is
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
@donaldlaly
we are using this template
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.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; }
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 3 years, 9 months ago by itoolsolution.
Forum: Plugins
In reply to: [User Switching] One User Account Suddenly Won’t SwitchThis 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
In reply to: [User Switching] One User Account Suddenly Won’t SwitchHi,
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 4 years, 6 months ago by itoolsolution.