Forum Replies Created

Viewing 10 replies - 286 through 295 (of 295 total)
  • Plugin Support Emily Wilson

    (@emilywil)

    Hi @suluxpro

    Thank you for your feedback.

    Could you please let us know if adding the filter you mentioned resolved the issue you were experiencing?

    Also, would it be possible for you to share screenshots of the configuration you used for the Germanized plugin? That would be very helpful, as it would allow us to test the same setup and try to replicate the solution you found.

    Thanks and Regards

    Plugin Support Emily Wilson

    (@emilywil)

    Hello @rmalheiro

    Thank you for choosing our plugin.

    We apologize for the inconvenience.

    We tested it with some of the packs and it is working fine.

    If you encounter any issue, please include a screenshot of the pack to let us check the same pack.

    Best Regards

    Plugin Support Emily Wilson

    (@emilywil)

    Hi

    Thank you for choosing our plugin.

    We apologize for the inconvenience.

    The “Show sale badge on simple pricing products.” option under product pricing setting doesn’t seem to have any effect which the sale badge is always showing no matter it’s checked or not.

    You can use the below method to disable the plugin sale and discount badges for the simple pricing rules.

    • Set the “Sale badge type” to “Discount” in the plugin settings – general tab – product pricing section.
    • Add the below function to your child theme.
    function asnp_wccs_sale_flash_discount_value( $html ) {
    return '';
    }
    add_filter( 'wccs_sale_flash_discount_value', 'asnp_wccs_sale_flash_discount_value', 99 );

    Or you can add the below function to disable sale flash of WooCommerce.

    add_filter('woocommerce_sale_flash', 'asnp_hide_sale_flash');
    function asnp_hide_sale_flash()
    {
    return false;
    }

    Another way is to set the “Change Display Price” to “Do not change” and the plugin does not change the product price on the product and archive page for the simple pricing rules but it will apply the discount on the cart to the product prices.

    You can change the “Change Display Price” in the plugin settings – general tab – product pricing section.

    And also the “Sale badge type” option seems to also affect all products with a sale price (manually entered in woocommerce’s product page), not just the products that are under product pricing rules. It’s showing the calculated % off for every product that has a sale price if I selected that option.’

    Yes, it is right and it will shows discount percentage amount for all of onsale products.

    Unfortunately, there is not an option to disable it for onsale products of WooCommerce.

    For the sale badge, you can try our WooCommerce Product Badge and Label plugin too.

    I hope it helps.

    Best Regards

    Plugin Support Emily Wilson

    (@emilywil)

    Hi @suluxpro

    We apologize for the inconvenience.

    Unfortunately, the plugin doesn’t have a feature to consider your third party plugin price change. If you need such a feature please contact us here.

    Or in the bundle configuration there is a custom price field and you can use it to show a custom price for the product. You can enter any text or html in this field.

    I hope it helps.

    Best Regards

    Plugin Support Emily Wilson

    (@emilywil)

    Hi @ausragaudi

    I am writing to let you know that this issue is fixed in the new version.

    I hope it helps.

    Best Regards

    Plugin Support Emily Wilson

    (@emilywil)

    Hi @bogachovadv

    This is Emily from the plugin support team.

    We apologize, but we are closing this ticket since we did not receive a response from your side. If you require further assistance, please feel free to open a new ticket. We are here to help and look forward to addressing your needs.

    Best Regards

    Plugin Support Emily Wilson

    (@emilywil)

    Hi @treecutter

    This is Emily from the plugin support team.

    Thank you for choosing our plugin.

    We apologize for the inconvenience.

    Unfortunately, the plugin doesn’t have such a feature. We will consider it for the future versions.

    Thanks and Regards

    Plugin Support Emily Wilson

    (@emilywil)

    Hi @suluxpro

    This is Emily from the plugin support team.

    Thank you for choosing our plugin.

    We apologize for the inconvenience.

    It can be incompatibility with your Germanized plugin.
    The plugin changes the product price and you can disable it. To disable it you can add the below code to your child theme functions.php file.

    function asnp_wepb_apply_get_price_html() {
    return false;
    }
    add_filter( 'asnp_wepb_apply_get_price_html', 'asnp_wepb_apply_get_price_html' );

    In case the above tip can not help you it is an incompatibility with your third party plugin. For further assistance you can contact us here.

    We noticed that the plugin has an issue on your website. The plugin dependencies didn’t load properly on your website. It can be an issue with your cache plugin.
    Exclude the below files from the cache.

    /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.css
    

    Also, nonce checks fails on your website. You can deactivate the cache plugin on your website and try again. For wp-rocket you can refer to this link. For other plugins contact the plugin support.

    In case you need further assistance regarding the cache issue, please create a new ticket.

    I hope it helps.

    Best Regards

    Plugin Support Emily Wilson

    (@emilywil)

    Hi @kristincali

    We apologize for the inconvenience.

    This is Emily from the plugin support team.

    Please follow the below steps.

    – Deactivate all of the plugins on your site (including cache plugins) and only keep WooCommerce + Product bunlde plugin.

    – Try it again.

    In case the above tip can not help you, try the same bundle product on our demo website. If it works properly on the demo website then it should be debugged on your website.

    In case it doesn’t work on the demo website too, please provide us a screenshot of the bundle configuration to let us create the same bundle and test it.

    If you have the pro version of the plugin please contact us here to get a premium support in case the above tips can not help you.

    I hope it helps.

    Best Regards

    Plugin Support Emily Wilson

    (@emilywil)

    Hi @ausragaudi

    Thank you for choosing our plugin.

    We apologize for the inconvenience.

    This is Emily from the plugin support team.

    Yes, it seems that the shortcode has an issue and we will fix it in the next version soon.

    Thanks for your patience.

    Best Regards

Viewing 10 replies - 286 through 295 (of 295 total)