rescue_ranger
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Double change currencyGood day, @fanner07
Thank you for the report!
We are aware of a problem with this plugin and are working on it.Sincerely, Edward
Could you submit ticket to https://algolplus.freshdesk.com/ – we’ll provide beta.
Sincerely, Edward
@joaopegb You need to copy files from folder “BaseVersion/templates/amount-saved” to folder “YOUR_THEME/advanced-dynamic-pricing-for-woocommerce” (create it in active theme) and customize as you want
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Last UpdateGood day, @irafa23
Could you submit ticket to https://algolplus.freshdesk.com/ and share the system report (https://www.ads-software.com/support/topic/troubleshooting-the-problems/) ?@tomnagel Could you pass variation product as argument?
1. Enable option ‘Show On Sale badge for Simple product if price was modified’
2. Add compatibility code in functions.phpadd_filter( 'rank_math/opengraph/facebook/product_price_amount', function ( $content ) { global $product; if ( $product instanceof WC_Product && ! $product->is_type( 'variable' ) && ! $product->is_type( 'grouped' ) ) { $content = $product->is_on_sale() ? $product->get_sale_price() : $content; } return $content; }, 10, 1 );
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Buy 2 Get 3@carstenschlechter
This is not possible now, but the task is already in our TODO list. I hope that we will do it during this weekForum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Buy 2 Get 3Good day, @carstenschlechter
Oh, you want to filter by category/attribute, but all 3 selected items must be of the same product?
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Buy 2 Get 3Good day, @carstenschlechter
Set up a rule with a filter with a quantity 2, 1 free product and enable checkbox ‘Use product from filter’
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] loading loop plugin@thaiars, check the value of the option ‘siteurl’ (table ‘wp_options’, must be the first row). Replace ‘http’ with ‘https’ if it is possible.
- This reply was modified 4 years, 8 months ago by rescue_ranger.
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Auto price update@pipedreamdesign, create a ticket at helpdesk. We will provide the latest version when it is ready
- This reply was modified 4 years, 8 months ago by rescue_ranger.
- This reply was modified 4 years, 8 months ago by rescue_ranger.
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Auto price updateGood day, @pipedreamdesign
Could you send status report to us?
tab “Tools” -> “Get system report”Sincerely, Edward
- This reply was modified 4 years, 8 months ago by rescue_ranger.
Good day, @gossamerzzz
The path is too long. You need to move WP core.
Good day, @gossamerzzz
Is that all you see? Could you activate WP_DEBUG and send a full backtrace?
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Does not affect saleprice?