optiflow
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Auto select remaing available variationsOk. Is there a way for me to accomplish this functionality by using hooks etc.? Any suggestions? 🙂
Forum: Plugins
In reply to: [Pay with Vipps and MobilePay for WooCommerce] Feilmelding: Lenken er utløptDu har rett. Her var det en custom kodesnutt som var buggete.
Fikset nå! Takk for hjelpen! 🙂
Forum: Plugins
In reply to: [Pay with Vipps and MobilePay for WooCommerce] Feilmelding: Lenken er utløptVi har ikke fullpage cache. Den eneste cachingen vi har er “Redis Object Cache”. Den har jeg forsøkt Ã¥ deaktivere uten at problemet forsvant.
Nettsiden det gjelder er https://password.link/Sk860ddB/#fGh9P0J5JGZdMGxbQz1AKzko
- This reply was modified 1 year, 8 months ago by optiflow.
Forum: Plugins
In reply to: [Meta for WooCommerce] “Not yet synced” message on product edit pageThe existing issue you mentioned doesn’t seem to be excactly the same problem.
Here is the log: https://pastebin.com/raw/73QHfdkq
After updating the product, this is what the widget shows: https://www.dropbox.com/s/a7gimf4tkkacedu/Image%2010.png?dl=0
I.e. “not yet synced”-message.The Facebook Catalog Data source log (FB Commerce Manager > Catalog > Data sources > Handles) shows this error: https://www.dropbox.com/s/hflyks6f5rz150w/Image%2012.png?dl=0
Forum: Plugins
In reply to: [Meta for WooCommerce] “Not yet synced” message on product edit pageYes, that’s pretty much correct. Although when I tried to reset and delete the products from the FB shop, they weren’t deleted. I followed the instructions for that here: https://woocommerce.com/document/facebook-for-woocommerce-delete-or-reset-all-facebook-products/
The main issue is that the product images aren’t getting synced.
I’ve also tried to resync all products using Facebook > Product sync option of the plugin.Here is the system report: https://pastebin.com/raw/8Vg5E9v1
And the fatal errors log: https://pastebin.com/raw/EXT7gByk
The errors you see here were related to the script from https://woocommerce.com/document/facebook-for-woocommerce-delete-or-reset-all-facebook-products/
There was a / character that was copied along with the code from the url above. The error went away when I removed it from the code.Forum: Plugins
In reply to: [Pinterest for WooCommerce] Feed is not compatibleThanks. Looking forward to your resolution of the issue:)
Forum: Plugins
In reply to: [Pinterest for WooCommerce] Feed is not compatibleI think the merchant would prefer to get at least some products synced with Pinterest rather than getting the entire feed rejected. You could put a clear message informing users about it on catalog tab of the plugin maybee.
Forum: Plugins
In reply to: [Pinterest for WooCommerce] Feed is not compatibleMaybee you should add the following code into the is_product_fit_for_feed() method:
$image = self::get_property_g_image_link($product);
if (empty($image)) {
return false;
}Forum: Plugins
In reply to: [Meta for WooCommerce] Deprecated API versionThe exact error message (from response headers) that I’m getting:
[www-authenticate] => OAuth “Facebook Platform” “invalid_request” “(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v10.0.”
[facebook-api-version] => v9.0The “Facebook for Woocommerce” plugin version I’m using is 2.6.1
Forum: Plugins
In reply to: [Meta for WooCommerce] Deprecated API versionI’m getting the same error.
Forum: Plugins
In reply to: [Nexi Checkout] Payment amount is without taxThen why do you think there is a mismatch between the total price in order summary vs. what the Dibs is charging. See screenshot here: https://www.dropbox.com/s/bz78izgkgw4hpxw/mismatch.png?dl=0
Forum: Plugins
In reply to: [Bring Fraktguiden for WooCommerce] Last ned fraktetikett feilerYes, the solution you proposed worked.
I changed it to another shipping option.
Forum: Plugins
In reply to: [Bring Fraktguiden for WooCommerce] Last ned fraktetikett feilerThere are no options available for mailbox on that page.
See here: https://www.dropbox.com/s/tl7t0drvyo6ovri/Shipping-options.png?dl=0I tried looking around in order to find a way to disable mailbox, but didn’t find any options for that. Any other suggestions? 🙂