AsanaPlugins
Forum Replies Created
-
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 @seahoss
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] Images not visibleHi @joomapp
Thank you for using our plugin.
We apologize for the inconvenience.
We checked your provided URL and it seems that a cache plugin doesn’t allow to the plugin dependecies to load properly. As I see the plugin style files (CSS files) didn’t load on your site.
Please add the following files to your cache plugin excludes. You can ask your cache plugin support for how to add files to excludes.
/wp-includes/js/dist/url.min.js
/wp-includes/js/dist/hooks.min.js
/wp-includes/js/dist/i18n.min.js
/wp-includes/js/dist/api-fetch.min.js
/wp-includes/js/dist/vendor/react-dom.min.js
/wp-includes/js/dist/vendor/react.min.js
\wp-content\plugins\easy-product-bundles-for-woocommerce\assets\js\shared\index.js
\wp-content\plugins\easy-product-bundles-for-woocommerce\assets\js\product\index.js
\wp-content\plugins\easy-product-bundles-for-woocommerce\assets\js\admin\admin\index.js
\wp-content\plugins\easy-product-bundles-for-woocommerce\assets\js\admin\product\index.js
\wp-content\plugins\easy-product-bundles-for-woocommerce-pro\assets\js\product\index.js
\wp-content\plugins\easy-product-bundles-for-woocommerce-pro\assets\js\utils\index.js
/wp-content/plugins/easy-product-bundles-for-woocommerce/assets/css/product/style.css
/wp-content/plugins/easy-product-bundles-for-woocommerce/assets/css/shared/style.css
/wp-content/plugins/easy-product-bundles-for-woocommerce-pro/assets/css/product/style.cssIgnore the pro version URLs if you don’t have it. The path of pro version contains easy-product-bundles-for-woocommerce-pro
I hope it helps.
Best Regards
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Plugin Stopped Working…Hi @itzbases
Thank you for using our plugin.
We apologize for the inconvenience.
We checked the URL that you have provided and it is working fine.
Please let us know more details about the issue if you have any. You can attach a screenshot of the issue.
Best Regards
Hi @ronen24
Thank you for using our plugin.
We apologize for the inconvenience.
Please send us your product title to let us check it out. I mean the title of the product in the admin.
Best Regards
Hi @alticom
hank you for using our plugin.
We apologize for the inconvenience.
Maybe there is a conflict on your site that causes this issue. To find it 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
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] How it’s show on the invoice?Thank you for using our plugin.
We apologize for the inconvenience.
Hello and first off all congratulation for your work.
Thank you so much.
On the orders it shows bundle (parent product) + child items. You can simply test it with the free version of the plugin.
I hope it helps.
Best Regards
Hello @albertmart
Thank you for using our plugin.
We apologize for the inconvenience.
Please let us know do you see any incompatibility? Actually we didn’t test it with the Dokan.
Best Regards
Forum: Plugins
In reply to: [Discount Rules and Dynamic Pricing for WooCommerce] Round Discout PriceHi @webtitans18
Thank you for using our plugin.
We apologize for the inconvenience.
To round prices you can use the WooCommerce settings – general tab – number of decimals option.
In case you would like to use the plugin filters and round them by yourself, you can check the below methods to add custom functions to your theme.
You can follow the below steps and check it out. It will round prices by WooCommerce number of decimals option.
- Go to the plugin settings – general tab – product pricing section.
- Set the “Round Adjustment” to “Yes” and save settings.
If the above option can not help you then you can check the below functions and use the appropriate filters to do what you want.
You can check the “get_price_html” method at the below file.
\wp-content\plugins\easy-woocommerce-discounts\public\class-wccs-public-product-pricing.php
The above function, changes the product price on the product page.
As you can see we used “wc_price” in the codes for the prices.And the “get_price” method at the below file.
\wp-content\plugins\easy-woocommerce-discounts\public\class-wccs-public-cart-item-pricing.php
It will changes the product price in the cart.I hope it helps.
Best Regards
- This reply was modified 2 years, 6 months ago by AsanaPlugins.
Hi @lemonberry
Thank you for using our plugin.
We apologize for the inconvenience.
You can set a text from the display tab of each item, but it doesn’t take effect on the list and it will be fixed in the next versions.
Thanks for your patience.
Best Regards
Hi @zmoton
Thank you for using our plugin.
We apologize for the inconvenience.
You can check the “get_price_html” method at the below file. It has filters and you can use it to change the discounted price.
\wp-content\plugins\easy-woocommerce-discounts\public\class-wccs-public-product-pricing.php
Also, the plugin has a feature to show percentage discount in a sale badge.
In order to use this feature please follow the below instructions.
- Go to the plugin settings – General tab – Product Pricing section.
- Make sure “Show Sale Badge” is enabled for “Simple” pricing rules.
- Set “Sale Badge Type” to “Discount”.
- You can use “Sale Badge Position On Archive Page” to set the position of the sale badge on archive pages.
- You can use “Sale Badge Position On Product Page” to set the position of the sale badge on the product page.
- If the sale badge does not appear after trying all of the listed positions for archive and single product page positions you can use the below shortcode to show the sale badge.
[wccs_sale_flash]
I hope it helps.
Best Regards
Hi @anwar1985
Thank you for using our plugin.
We apologize for the inconvenience.
It is strange, please try again with a VPN. You can try with a free VPN.
I hope it helps.
Best Regards
Forum: Plugins
In reply to: [Product Bundle Builder for WooCommerce] Product List not showingForum: Reviews
In reply to: [Product Bundle Builder for WooCommerce] Best bundle pluginHi @olhodocao
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 @dimi993
Just please note that the discount badge will be add to the simple pricing rules, so if you are using other pricing rule like a bulk discount rule or a cart discount rule, the discount badge won’t add to them. So please consider it.
In case you are using a simple pricing rule, then check the above message insturctions.
I hope it helps.
Best Regards