dankuwp
Forum Replies Created
-
I’m also wondering if it is a problem at the time of updating as we get the error message when the page refreshes after the update button is pressed, but if we refresh the page from that point, the error message is not present.
The next question is, I wonder if this is a temporary error that happens during the update process as I would expect the :
Facebook for WooCommerce error:
Unsupported post request. Object with ID…….etc
error to be at the top of the product page in admin each time we visited it?
OK, it is still mis-behaving. Every product we are updating is giving us the above error:
Facebook for WooCommerce error:
Unsupported post request. Object with ID…….etc
when we make even the slightest change and then click ‘update’.
One thing that seems to clear up the error is to click the:
Reset Facebook metadata
link, which then tells us:
This product is not yet synced to Facebook.
That message disappears when we then click on ‘update’ and is replaced with the usual Facebook ID: 123345756767 etc which shows you it is synching, but this time with a new Facebook id.
I’m not sure how this is going to be fixed but in the interim, if we are having to clear the meta data every time we update so as to clear this error, is there a downside? I’m worried about what it means if the product is issued with a new facebook id each time and what that may mean when it comes to the accuracy of Ad Campaigns if the variables are changing often?
Thanks
Dan
- This reply was modified 5 years, 6 months ago by dankuwp.
And just now, when trying to update a product on Woo I’m getting:
Facebook for WooCommerce error:
Unsupported post request. Object with ID ‘2269899336418197’ does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api
which is a first as we’ve been updating products the last few days with no such error.
To add to this, when I click on ‘See Events Match Quality’ it has an exclamation mark next to:
Browser ID (fbp)
Not hashed – no hash requiredwhich has this info next to it:
Diagnostic issues found
Diagnostics issues may affect your ability to measure and optimise for Add to cart events.
Server sending invalid Browser ID (fbp) parameter.However, all our event tests within Facebook Business all work and the chrome add-on is not erroring so I’m not sure what is happening.
Thanks, and you are right, we weren’t looking in the right place! Setting it to “Sync and show in catalog” on the Facebook section on the product page has made it show…thanks once again!
Dan
Thanks for looking at this, yes, that would work. I’ll have a look to see if there is a functions.php hack I can do to make it happen.
Forum: Plugins
In reply to: [Broken Link Checker] Missing Woocommerce product images not being foundThanks Adam, that’s good to know that it isn’t just our template!
Forum: Plugins
In reply to: [Broken Link Checker] Missing Woocommerce product images not being foundThanks for looking into it and for the explanation, it makes sense. Ironically the media cleaner we ran that got us into this situation did do a full page scan and, whilst it left alone most Woocomerce images that are defined in the way you describe, it deleted some random ones and hence me trying to ‘find’ them using the broken link checker.
I’m guessing this structure is specific to Woocommerce and not the specific template we are using?
Thanks
Dan
Forum: Plugins
In reply to: [Broken Link Checker] Missing Woocommerce product images not being foundThanks Dimitris, I have sent you an email. Thanks, Dan.
Forum: Plugins
In reply to: [Broken Link Checker] Missing Woocommerce product images not being foundIs it possible to send the link privately, it is a staging site that is normally password protected?
Forum: Plugins
In reply to: [PixelYourSite - Your smart PIXEL (TAG) & API Manager] Tracking ordersThanks, I think I saw reference to that somewhere on the web but was hoping that things may have changed. I’m guessing that at some point Facebook will catch up!
Thanks Anand, that is really useful. Dan
- This reply was modified 5 years, 8 months ago by dankuwp.
Forum: Plugins
In reply to: [WooCommerce] Adding text to custom field output – what do square brackets d?And sorry, I removed the ‘Thank you Shane for a most comprehensive answer’ from the original reply!
- This reply was modified 5 years, 8 months ago by dankuwp.
Forum: Plugins
In reply to: [WooCommerce] Adding text to custom field output – what do square brackets d?Sorry, my html tags are screwing up the post. Let’s try that again….
Woocommerce is looking for ‘tracking_number’ which is a stored value in the post (order) meta. So if the order’s tracking number is 123456 and I use:
$keys[] = ‘tracking_number’;
it (only) outputs 123456 on the order email. I can’t really replace the tracking_number value as I need it, but need to prefix it with something like
This is your tracking code, please check it at http://www.parceldeliveryservice.com: 123456
This is why I was asking about the brackets as it seems I can write what I want in there which then prefixes the ‘tracking_number’ value. So, for example:
$keys[‘This is your tracking code, please check it at , href="http://www.parceldeliveryservice.com">www.parceldeliveryservice.com</a>] = ‘tracking_number’;Outputs what I want, namely:
This is your tracking code, please check it at http://www.parceldeliveryservice.com: 123456
but not really sure if that’s OK other than it appears to work…!
Forum: Plugins
In reply to: [WooCommerce] Adding text to custom field output – what do square brackets d?REMOVED
- This reply was modified 5 years, 8 months ago by dankuwp. Reason: Removed as buggered up the html