missundaztood
Forum Replies Created
-
Please, send us a ticket in the helpdesk
Hi, @mstudioil.
You need to create the same rule https://snipboard.io/wBav39.jpg
But it’s available only ub the pro version, you can see guide https://docs.algolplus.com/algol_pricing/free-products-pro-2/- This reply was modified 2 years, 9 months ago by missundaztood.
- This reply was modified 2 years, 9 months ago by missundaztood.
Ok, so you need to use this code.
Go to Pricing rules > Settings > Product page and use the “Don’t modify product price on product page” parameter.Try replace above code on this
add_filter( 'woocommerce_get_price_html', 'maybe_hide_price',10 ,PHP_INT_MAX); function maybe_hide_price($price_html, $product){ if($product->get_price()>0){ return $price_html; } return ”; }
Hi, @angelow92,
Which is snippet did you add?
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Server error when plugin is activeForum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Server error when plugin is activeHi, @aquarellfarbe,
Which is input? Please, send a screenshot.
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Filters in sale productsHi, @kare93,
We added this task in our year to-do list.
Sorry, but we can’t implement it in the near future.Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Server error when plugin is activeHi, @aquarellfarbe,
Please, send us a ticket in the helpdesk. Also, please attach a report in *.json to ticket.
You need to go to the Pricing rules > Settings > Debug and turn on the “Show debug panel at bottom of the page” checkbox. Next, please, go to the cart (it shouldn’t be empty) and click “Get system report” – “Export all” in the debug bar.It appears because you have the variable products. The “Replace price with lowest bulk price” parameter works ONLY for simple products.
Yes, because you have the variable product. For variable products you need to use the “Replace the price with the lowest price of variations” parameter
Ok, so you need to use the “Replace the price with the lowest price of variations” parameter, see ou guide https://docs.algolplus.com/algol_pricing/product-price-pro/. But it’s also the available in the pro version
Hi,
You need to go to Pricing rules > Settings > Category page and enable the “Replace price with lowest bulk price” parameter.
Replace price with lowest bulk price for product page is available only in the pro version.Hi,
You need to go to Pricing rules > Settings > Category page and enable the “Don’t modify product price on category page” parameter. But it’s available only in the pro version.
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Working with groups pluginHi, @leopoldpepichoc,
Please, send us a ticket in the helpdesk.