• Resolved suluxpro

    (@suluxpro)


    Hi,

    love to have found a plugin that does what I want. Unfortunately the base price (necessary to meet european laws) is gone for bundled product. As u can see in the link, for bundles (set “Elite” and set “premium” ) the base price isn’t under the price. In the two other variation u can see how the plugin “Germanized Pro ” shows the base price.

    Ist there an way to show the base price near the product price?

    Thx

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • 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

    • This reply was modified 9 months, 2 weeks ago by Emily Wilson.
    Thread Starter suluxpro

    (@suluxpro)

    Thanks for your replay.

    Excluded dependencies >> no changes
    deactivated caching >> no changes
    changed cachin plugin >> no changes
    Tried to add the code to function -php >> error message:

    Uncaught Error: Undefined constant “‘asnp_wepb_apply_get_price_html’” in wp-content/themes/mesmerize/functions.php:62 Stack trace: #0 wp-settings.php(663): include() #1 wp-config.php(102): require_once(‘/var/www/vhosts…’) #2 wp-load.php(50): require_once(‘/var/www/vhosts…’) #3 wp-admin/admin.php(34): require_once(‘/var/www/vhosts…’) #4 wp-admin/theme-editor.php(10): require_once(‘/var/www/vhosts…’) #5 {main} thrown


    But I don’t want do deactivate the Base-Price. I need it to show as in singel or variation products.
    https://sulux-shop.de/produkt/brillen-plus-50ml/

    Germanized is enabeling this globaly. Unfortunately not for the bundeled products.
    https://sulux-shop.de/produkt/brillen-plus-brillenreiniger-elite-set/


    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

    Thread Starter suluxpro

    (@suluxpro)

    Thx. But The Germanized Plugin adds a code to every product type. It works für single product, product variation, lists and archives. Other Bundle plugins will be seen as a “single product” and Germanized adds the code for the base price.

    Custom price isn’t an option becaus I’m using user roll based pricing. If the there would be an option to set the custom price field as additional, the could help a bit.

    The european law says, the a base price (price per unit) have to be shown near the product price an must be changed if hte product price changes for any reason.
    In the bundled product tab I’m able to set Unit und amount for base pricing as in the other products. Only in the frontend the code is missing.

    Thread Starter suluxpro

    (@suluxpro)

    Fixed that problem with an code snipped for the function.php (without the “<?php” for the snipped WC plugin) got from germanized development in.

    <?php

    add_filter( ‘woocommerce_gzd_product_types_supporting_unit_prices’, ‘my_child_add_unit_price_easy_product_bundle’, 10 );

    function my_child_add_unit_price_easy_product_bundle( $types ) {
    $types[] = ‘easy_product_bundle’;

    return $types;

    }

    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

    Thread Starter suluxpro

    (@suluxpro)

    The issue is resolved for me.

    I have nothing changed in the Germanized Plugin. Just activated in section “Germanized>> Preisauzeichnung” (show prices) ” the button “Preisauszeichnung ?Grundpreis“ anzeigen(show base price) for “Produktseiten” (product pages), and “Produktseiten (Gruppen)” (product pages groups).
    The filter (code) does the same as the button does in the settings for teh standard product types. The filter is working without the other selctions too.

    Plugin Support Emily Wilson

    (@emilywil)

    Hello @suluxpro

    Please help us spread the word and boost our motivation with your 5-star review for the plugin. It is greatly appreciated.

    Thanks and Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘No base Price for Bundle Product’ is closed to new replies.