B C. a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta for WooCommerce] VAT Not showing on FacebookHi @fullphat,
Please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
Forum: Plugins
In reply to: [Google for WooCommerce] Fix your audience sourceHey @colyz93,
With the plugin you can do the following:
- Sync your store with Google to list products for free, run paid ads, and track performance straight from your store dashboard.
- Showcase your products to shoppers across Google
Do you have a guide or blueprint for managing data after integration by your plugin?
Managing data after integration is handled by Google Merchant Center and you have the Google Listings & Ads section from your admin dashboard to manage products.
I hope this helps!
Forum: Plugins
In reply to: [WooCommerce] CSP strange bevaviorHi @laser1ulm,
I visited the link https://bkupursu.laser-ulm.eu/ and noticed the following:
Link to image: https://d.pr/08QDyZ
It looks like you would like to have it display without that section and look like this:
Link to image: https://d.pr/i/VlQ187
If this is what you want to see, you can simply make use of custom CSS code to hide the header from the frontend and not touch the HTTP Content-Security-Policy. It is important for your site to have the CSP as an added security layer.
You can use the code below and add it to the Additional CSS section in the Customizer, then publish.
.site-header-inner { display: none; }I hope this helps. Let me know if there’s something I missed.
Forum: Plugins
In reply to: [WooCommerce] Remove Noindex meta tags in woocommerce pagesHey @matgarro,
Yes, I did the tests with only the theme and woocommerce active, without other pougins turned on.
Is this to confirm in your case you are able to replicate it with WooCommerce + the storefront theme (Not avada Theme)?
And, the following snippet did not solve it even with the Storefront theme active?
Snippet:
add_action( 'init', 'remove_wc_page_noindex' ); function remove_wc_page_noindex(){ remove_action( 'wp_head', 'wc_page_noindex' ); }If the above is correct, please provide us with an environment to test it out and troubleshoot further.
You can contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] New access to Invoices in “My account”Hi @carpediemworld,
One way to do this would be to add a button/link with the URL to download the invoice.
Are you using any plugin to handle invoice downloads? Can you please share a screenshot of how it appears for download under the “My account”?
I recommend https://snipboard.io/ for easily sharing screenshots – please follow the instructions on the page, then paste the URL(s) in your reply.
You can simply drag the image and drop it to generate a link to share.Thanks!
Forum: Plugins
In reply to: [WooCommerce] Remove Phone NumberDo you mean you want to remove both shipping and billing addresses?
If yes, you can have a look at this topic: https://wordpress.org/support/topic/remove-billing-fields-in-address-in-account-page/ – And the plugins recommended by Abwaita above.
I hope this helps!
Hi @amanfredini,
Let us keep it all-in-one via the open ticket, where we will be able to access more information from your site that can’t be shared in the public forums.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Same Countries in Different ZonesHi @farukomer34,
So how can I combine UPS and DHL in the same zone?
You should be able to add the 2 methods in one shipping zone.
Example:
– Zone 1 (Georgia) having both DHL and UPS.
You will make sure the hierarchy is sorted correctly, for example if you have country and region, you will place country on top of the region.More about managing shipping zones here:
– https://docs.woocommerce.com/document/setting-up-shipping-zones/
I hope this helps!
Best.
Forum: Plugins
In reply to: [WooCommerce] How do I change the background of a product?Hi @4vke,
Sorry for the delay.
If you are trying to add a background color (same color) to each item from the shop, you can use the CSS code below:
li.product.type-product{ background-color: #0AFEFF; }Change
#0AFEFFto the color code you want to use.I hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Add product gallery images function has suddenly disappearedHey Garry,
I’m glad to know it is back 😊.
Maybe that was just a glitch!
I’m going to mark this as resolved. If you have any further questions, you can start a new thread.
Best!
Forum: Plugins
In reply to: [Meta for WooCommerce] removed old fb connection, now errorHi @dreamsoft,
As a next step, please check the following:
– Make sure you are both admin and owner of the Facebook assets you are connecting to (Facebook page and Facebook Business Manager)
– Make sure the Facebook admin account has 2FA enabled. If you are not sure how to check, the facebook support team at Facebook can help you confirm this.
Let us if the problem still persists.
Forum: Plugins
In reply to: [WooCommerce] missing woocommerce donwloads report dataHi @mordimpark,
Here’s how the download and download logs/reports work: https://docs.woocommerce.com/document/digital-downloadable-product-handling/
Hi @devprollc,
Status Woocommerce dashboard showns zeroes after update to WooCommerce 5.6. Please fix it.
Please share a full screenshot of what you see.
I recommend https://snipboard.io/ for easily sharing screenshots – please follow the instructions on the page, then paste the URL(s) in your reply.
You can simply drag the image and drop it to generate a link to share.If you see any fatal errors under:
WooCommerce > Status > Logsplease copy and paste it here too.Forum: Plugins
In reply to: [WooCommerce] PayPal Payment – “Something went wrong”Hey @patchcad,
That is okay, please don’t be sorry. Thanks for sharing the logs.
CRITICAL Uncaught WooCommerce\PayPalCommerce\Button\Exception\RuntimeException: Could not validate nonce. in /home/patchc5/public_html/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/Endpoint/class-requestdata.php:50Your error message is coming from PayPal Payments, so you’ll want to share your question at https://wordpress.org/support/plugin/woocommerce-paypal-payments/
PayPal Payments is not supported by folks who work in this support forum (including myself) . We are unable to help you further right here, so we have to redirect you to a correct support channel and close this forum thread/mark it as “resolved”.
The PayPal Payments plugin is developed and supported by WooCommerce’s marketplace partners, Inpsyde:
Owners of WooCommerce.com accounts are usually able to reach out to Inpsyde directly by creating a ticket and selecting PayPal Payments from the dropdown:
https://woocommerce.com/my-account/create-a-ticket/?form=ticket
I hope this helps!
Hi @dravian48,
It would be helpful if you shared a link to the page/site you need help with.
But so far, based on your descriptions, I recommend looking at the following extension: Product Add-Ons.
If you know a site with the features you want, please share a link to it too.