AsanaPlugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Discount Rules and Dynamic Pricing for WooCommerce] Wrong calculationHi @gmoney9
We apologize for the inconvenience.
Please provide us the below information to let us check it out.
- A full-page screenshot of the rules that you applied on the product.
- Product regular and sale price in WooCommerce.
We should create the same rules and product to check it out.
Best Regards
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Images not visibleHello @mineralista
We apologize for the inconvenience.
Try the below code.
function asnp_woocommerce_format_price_range( $price, $from, $to ) {
return sprintf( __( ‘From: %s’, ‘woocommerce’ ), is_numeric( $from ) ? wc_price( $from ) : $from );
}
add_filter( ‘woocommerce_format_price_range’, ‘asnp_woocommerce_format_price_range’, 100, 3 );
Best Regards
Forum: Plugins
In reply to: [Discount Rules and Dynamic Pricing for WooCommerce] Wrong calculationHi @gmoney9
Thank you for choosing our plugin.
We apologize for the inconvenience.
If the product is already on sale in WooCommerce and you would like to apply the discount on the on-sale price of WooCommerce, then follow the below steps.
- Go to the plugin settings – General tab – Product Pricing section.
- Set “On-Sale Products Price” to “On-sale price” and save settings.
- Try it again.
But if you are applying multiple pricing rules on a product, it is not possible.
Instead of creating a 8% + 3% = 11% discount, you can create a 11% discount and set its priority to the top and set the “apply mode” to “apply this rule and disregard other rules”.Regarding the percentage badge, it is not available in the free version so maybe it is added by your theme and it is not related to the plugin.
The percentage sale badge is available in the pro version.
We have a free sale badge plugin too and you can check it out.
I hope it helps.
Best Regards
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Images not visibleIt is available in free.
Check the articles and video tutorials.
Regards
Hello @mineralista
Lets try the below code.
function asnp_woocommerce_format_price_range( $price, $from, $to ) {
return sprintf( _x( ‘From: %s’, ‘Price range: from-to’, ‘woocommerce’ ), is_numeric( $from ) ? wc_price( $from ) : $from );
}
add_filter( ‘woocommerce_format_price_range’, ‘asnp_woocommerce_format_price_range’, 100, 3 );
Please do not forget to clear the cache by saving one of the rules.
I hope it helps.
Best Regards
Thank you for choosing our plugin.
We apologize for the inconvenience.
To create a category discount please read this article.
Unfortunately, you didn’t send us a screenshot of the rule to let us check it out. But you can try the same rule on our demo website to make sure that it is working fine.
In case it works properly on the demo website but doesn’t work on your website, a conflict on your site causes this issue. To find the conflict please follow the below instructions.
- First please make sure that you applied one pricing rule to the product.
- Deactivate all of the WooCommerce related plugins (especially pricing and discount plugins).
- Activate only our plugin with WooCommerce.
- Go to your created rule and click on the Save button to clear the cache.
- Test it again and if this time it worked properly activate other WooCommerce related plugins one by one and test it again to find the plugin that causes this issue.
I hope it helps.
Best Regards
Hi @gordanzg
We apologize for the inconvenience.
At the end of the article we have examples for the category.
If you have any issue, please contact us and send us the below information.
- Full-page screenshot of the rule.
- Screenshot of the issue. Or cart issue.
- Link to the products in your cart.
Best Regards
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Images not visibleHi @joomapp
Now we get what is your meaning!
You should set a default product for each of the items. There is a field to set a default product for each item. Please read the plugin documentation and check the articles on our blog posts for more information.
Also, you can check our youtube channel for video tutorilas.
I hope it helps.
Best Regards
Hi @gordanzg
Thank you for choosing our plugin.
Yes, please let us know can the Buy 2 Get 1 deals help you.
You can try it on our demo website.
Just please note that it is possible in the pro version of the plugin.
I hope it helps.
Best Regards
- This reply was modified 2 years, 5 months ago by AsanaPlugins.
Hi @mineralista
Thank you for choosing our plugin.
We apologize for the inconvenience.
Actully this issue is related to your custom code, because the plugin is using WooCommerce functions to format the price range.
You can try the below code:
function asnp_woocommerce_format_price_range( $price, $from, $to ) {
return sprintf( _x( 'From: %$s', 'Price range: from-to', 'woocommerce' ), is_numeric( $from ) ? wc_price( $from ) : $from );
}
add_filter( 'woocommerce_format_price_range','asnp_woocommerce_format_price_range', 100, 3 );After adding this code, clear the plugin cached prices by saving one of the rules. It is required.
Please contact your developer for more information because it is related to your custom code.
I hope it helps.
Best Regards
Forum: Reviews
In reply to: [Discount Rules and Dynamic Pricing for WooCommerce] perfect fitHi @bsnik
Thank you so much for your great review and support.
We have gotten your positive energy and we will work on the plugin to make it even better for you.
Thanks
Hi @sprelink
Thank you so much for your fantastic review.
We have gotten your positive energy and we will work on the plugin to make it even better for you.
Thanks
Hi @conartix
Thank you so much for your fantastic review.
We have gotten your positive energy and we will work on the plugin to make it even better for you.
Thanks
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Exclude products doesn’t workHi @ronen24
We apologize for the inconvenience.
It will be fixed in the next version.
Thanks for your patience.
Best Regards