• Resolved josefhoferzirbenz

    (@josefhoferzirbenz)


    Plugin seems to work well, but it is useless for users in Germany, Austria without [unit pricing measure] and [unit_pricing_base_measure] . These attributes are essential and they are provided within the article when using Germanized for Woocommerce.

Viewing 5 replies - 1 through 5 (of 5 total)
  • HI @josefhoferzirbenz

    Thanks for reaching out!

    We appreciate your feedback and are glad to hear that the plugin is working well for you. However, we understand your concerns regarding the [unit pricing measure] and [unit_pricing_base_measure] attributes for users in Germany and Austria.

    After a careful review of Google Listings & Ads support documentation, we regret to inform you that this attribute is currently not supported by our plugin. You can find the list of available attributes here: https://woocommerce.com/document/google-listings-and-ads/#global-attribute-mapping

    We truly understand the importance of this feature to you and we assure you that we are continuously working on enhancing the functionality and compatibility of our plugin.

    However, we appreciate your interest and feedback, and we invite you to submit a feature request for this option. Rest assured that we take our users’ feedback seriously and we always strive to improve our products.

    Please let us know if you have any further questions or concerns, and we’ll be happy to assist you.

    Thanks!

    Hi,

    just chiming in that I’ve created a feature request for adding [unit_pricing_measure] to the feed in here:

    https://woocommerce.com/de-de/feature-requests/google-listings-and-ads/

    If they don’t add this functionality, we might have to switch to the plugin offered by Adtribes.io

    Best,

    Franz

    Hi Franz,

    We highly value our user feedback, and we’re always looking for ways to improve our plugins.

    Please note that the implementation of new features is subject to a number of factors including demand, feasibility, and alignment with our development roadmap. While we can’t guarantee immediate implementation, we assure you that your request will be carefully considered.

    We appreciate your patience and understanding in this matter. Please don’t hesitate to reach out if you need any assistance.

    Greenlivingbambus

    (@greenlivingbambus)

    Will this work?

    function lfs_woocommerce_gpf_add_unit_price( $feed_item, $product ) {
        if ( $gzd_product = wc_gzd_get_gzd_product( $product ) ) {
            if ( $gzd_product->has_unit() ) {
                $feed_item->additional_elements['unit_pricing_measure'] = array( $gzd_product->get_unit_product() . $gzd_product->get_unit() );
                $feed_item->additional_elements['unit_pricing_base_measure'] = array( $gzd_product->get_unit_base() . $gzd_product->get_unit() );
            }
        }
    
        return $feed_item;
    }
    
    add_filter( 'woocommerce_gpf_feed_item', 'lfs_woocommerce_gpf_add_unit_price', 11, 2 );
    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @greenlivingbambus,

    For reference, these particular forums are meant for general support with the core functionality of Google Listings & Ads itself. For development and custom coding questions, it’s best to ask for insight related to those on either the WooCommerce Advanced Facebook group or the WooCommerce Community Slack. Many of our developers hang out there and will be able to offer insights into your question. You can also seek help from the following:

    I wish I could help more, but hopefully, this gets you going in the right direction to get some further insight/information.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘unit pricing measure’ is closed to new replies.