jh
Forum Replies Created
-
Forum: Plugins
In reply to: [Google for WooCommerce] Missing unit pricing measureThank you for the fast response!
Thanks, that makes sense.
Just to confirm, if I use ACF instead of the native WordPress Custom Fields box, and create product fields with the exact field names:
unit_pricing_measureunit_pricing_base_measureThen add the snippet:
add_filter( 'woocommerce_gla_attribute_mapping_sources_custom_attributes', function( $values ) { return array_merge( $values, array( 'unit_pricing_measure', 'unit_pricing_base_measure', ) ); } );Google for WooCommerce should then sync these values to Merchant Center, even though these attributes do not appear in the target attribute dropdown?
For example, on a 30ml product I would set:
unit_pricing_measure = 30 mlunit_pricing_base_measure = 100 mlAnd on a 70g product:
unit_pricing_measure = 70 gunit_pricing_base_measure = 100 gPlease can you confirm this is the correct approach?
Thanks.
Forum: Plugins
In reply to: [Google for WooCommerce] Missing unit pricing measureHi @shahzeenfarooq,
Thanks for the follow-up.
I understand the custom fields workaround, but I don’t think it solves this issue.
That guide shows how to add a custom field as a source field and then map it to an existing Google target attribute, such as GTIN.
The problem here is that
unit_pricing_measureandunit_pricing_base_measuredo not appear as available target attributes in the Google for WooCommerce attribute mapping dropdown.So even if I add custom fields for the product values, there is nowhere to map them to.
Could you please confirm whether Google for WooCommerce currently supports sending
unit_pricing_measureandunit_pricing_base_measureto Google Merchant Center?If not, is there any current workaround via hook/filter, or is this still pending as a feature request?
Many thanks!
Forum: Plugins
In reply to: [Google for WooCommerce] Missing unit pricing measureThanks – will we get an update when this is released?
Also can you please redact the URLs and links in my previous post. I can’t believe there is no option to edit posts on this forum.Forum: Plugins
In reply to: [Google for WooCommerce] Missing unit pricing measureHi there,
Here is an example product URL:
https://www.blushbeauty.co.uk/buy/im-from-beet-purifying-mask-70g/
Here are screenshots of the GFW fields:
https://snipboard.io/ifowpm.jpg
Here is from the merchant center:
https://snipboard.io/KjMmZe.jpg
I don’t see a field or way to add the required data.
Many thanks.Forum: Plugins
In reply to: [Google for WooCommerce] Missing unit pricing measureSure thing! Is there a way I can share this info privately?
Forum: Plugins
In reply to: [Google for WooCommerce] Missing unit pricing measureHi @lovingbro thanks for getting back to us!
The products in question are cosmetic product like moisturisers.
We are selling to the UK market.
You say we can add the required fields – are these fields in the Google for WooCommerce product area or somewhere else?
We are using the Google for WooCommerce plugin.
Ah never mind I just solved it! It was because of this setting:
https://snipboard.io/qwcb8h.jpg
The plugin had created two wishlist pages as I had removed and re-installed it and I needed to select the right one. Thanks!
- This reply was modified 1 month, 2 weeks ago by jh.
Forum: Plugins
In reply to: [Klarna for WooCommerce] Consolidate Klarna checkout options into one option?Klarna support have responded with this:
Thank you for reaching out — I appreciate you raising this and for the details about Merchant ID xxxxxx.
I understand you are seeing three Klarna gateway options on the classic WooCommerce checkout (Pay over time, Pay later, Pay in full today) and would like to consolidate them into a single Klarna checkout option.
I have reviewed this with our technical and product teams. The behaviour you see is the default Klarna integration: multiple Klarna product options are shown at checkout to present the different payment choices customers may be eligible for (installments, pay later, or pay in full). This is designed to increase transparency and conversion by giving customers clear alternatives at point of purchase. For that reason, consolidating the multiple Klarna product options into a single checkout entry is not supported.
If you require a different presentation, please consider this alternative:
– Enable On‑Site Messaging (OSM) to display Klarna messaging on product pages while leaving the standard Klarna options at checkout. OSM can improve the product‑page experience without changing checkout behaviour. See Klarna docs for details.
We hope this clarifies the behaviour and explains why we cannot consolidate the options into a single gateway entry at this time. Have a great day.
That’s awful. That’s a really dumb suggestion – to add more Klarna site messaging addresses my issue how exactly? I can only assume this is their AI that I am talking to.
Forum: Plugins
In reply to: [Google for WooCommerce] Google for WooCommerce and Google Tag ManagerThanks that’s great – I see that some plugins make use of the filter mentioned in the github issue to automatically disable the GFW conversion tracking which is great.
We are using Pixel Manager for WooCommerce which I see actually automatically disables the Google for WooCommerce tracking so that it can be managed through the pixel manager which is superb.
Thank you for sharing that Github thread.Forum: Plugins
In reply to: [Klarna for WooCommerce] Consolidate Klarna checkout options into one option?Thanks will do!
Forum: Plugins
In reply to: [WooCommerce] Basket page showing “Shipment 1”https://github.com/woocommerce/woocommerce/issues/63336
@0108daniel Looks like some positive direction on this issue on the Woo repo.We also want to note that a very similar issue was recently identified and resolved on December 23rd, which may explain what you were seeing earlier.
Hi there @supportomnisend ! Yes this issue appears to be completely fixed without any changes on our side so I strongly suspect that this was the same issue affecting us. Thank you for resolving it – was it a configuration issue our side that could have triggered it? How can we prevent this sort of data loss in the future so we can regain our confidence in the data integrity?
Many thanks for your support and happy new year.- This reply was modified 4 months, 4 weeks ago by jh.
Thank you for your considered reply – we will test this code implementation and see how it goes.
Forum: Plugins
In reply to: [Google for WooCommerce] Many recent conversions don’t have basket dataHi Moses,
Thanks for the response. Here is a screenshot of feed issues:
https://snipboard.io/zNCQrT.jpg
Not sure how this relates to basket evnets being sent to google ads?
Regarding my system status – is this safe to post publically?Forum: Plugins
In reply to: [Google for WooCommerce] Allowed memory size of 536870912 bytes exhaustedOkay thanks. We are in touch with Woo support chat directly now.