Aashik P - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change price decimals in functions.phpHi there!
There isn’t a built-in option to do that, but this may be achievable by custom coding.
The comment here better explains how we can achieve that: https://stackoverflow.com/a/66183270
I’d recommend testing that on a staging site before applying it to your live site.
Forum: Plugins
In reply to: [WooCommerce Square] Apple Pay button not showingHello Mark,
There is likely a conflict in the single product page causing this error.
Before we confirm that though, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.
Hi there!
If you temporarily deactivate the caching and security plugins, do you still see the same error?
Wordfence Security: by Wordfence – 7.6.0 WP Fastest Cache: by Emre Vona – 1.0.4
Forum: Plugins
In reply to: [WooCommerce] Erreur lorsque je crée un article avec WordPressHello Vitoutso,
Do you still see the same error under conflict testing conditions as per https://docs.woocommerce.com/document/how-to-test-for-conflicts/?
If yes:
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: [WooCommerce Square] Square-> Woo data uptading except inventory.Hello @cheets_uk
I’m having the same problem, is there a fix for this, the plug is pretty redundant if it doesn’t track the inventory.
Please follow the steps shared by Nic above to reach out to us and discuss this further via email.
Pelase don’t forget to include the System Status Report as well as Square logs in your email for further investigation.
Forum: Plugins
In reply to: [WooCommerce Square] Manual sync fails or auto sync mostly not workingcould it be some of my products have multiple categories since square can only do one pre-item
As per https://docs.woocommerce.com/document/woocommerce-square/:
> Square allows one category per product, so if your synced product has multiple categories or sub-categories in WooCommerce, only the first category in alphabetical order will be sent to Square without any consideration for whether it is a parent or child category
So that should not break the sync.
If you’ve already removed the products that were created on both Square as well as WooCommerce, and still see an issue with the sync, can you please reach out to us directly at
[email protected]
with a link to this forum thread so that we can continue investigating via email?Thank you for working with us on this.
Edit: Please don’t forget to share the logs for the latest sync attempt as an attachment to the email.
- This reply was modified 2 years, 3 months ago by Aashik P - a11n.
Forum: Plugins
In reply to: [WooCommerce] Purchase noteHi there!
Purchase note by default is included in both processing, as well as completed emails.
Here’s a screenshot of what I see on a processing order, without any custom code:
Link to image: https://d.pr/i/De6V72
Link to image: https://d.pr/i/2HC0VEIf you’re not seeing those notes only on processing emails, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.
Forum: Plugins
In reply to: [WooCommerce] Invalid argument | class-wc-admin-dashboard.phpHi there!
This is likely due to a conflict, but before we confirm that, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.
* Along with that, can you please share the steps to replicate this error, as well as a screenshot of the same?
* Also, do you see it all the time, or only while performing those steps?If you don’t already have a screenshot service installed, you can try https://snipboard.io or https://skitch.com/.
You can share the direct link to the image as a response to this topic.[Please redact any private details, including address, name, email address, transaction details, API Keys, Passwords, etc]
Forum: Plugins
In reply to: [WooCommerce] Enable Stock managementHi there!
The easiest option to configure products via CSV is to create a dummy product and export it. Then configure other products similarly.
As per CSV columns and formatting – Documentation, you’ll want a column header titled
Stock
.If you keep it blank, it means no stock management. If you enter a numeric value, the product will have stock management enabled, with the quantity equal to the value you’ve entered. Eg:
2
would mean you have two items available for the product.Forum: Plugins
In reply to: [WooCommerce] Payment gateway issueHello Abhijith,
If you’re using the official Stripe or PayPal Payments plugins, you’ll want to follow the instructions under their respective documentation to configure them:
* https://docs.woocommerce.com/document/stripe
* https://docs.woocommerce.com/document/woocommerce-paypal-payments/If you’re still having trouble with the setup, please get back to us with:
1. System Status Report
You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.
2. A screenshot of the page you’re trying to configure.
If you don’t already have a screenshot service installed, you can try https://snipboard.io or https://skitch.com/.
You can share the direct link to the image as a response to this topic.[Please redact any private details, including address, name, email address, transaction details, API Keys, Passwords, etc]
Forum: Plugins
In reply to: [WooCommerce] Please Help MeHi there!
Can you test what happens when you replace
$product_id = $cart_item[‘product_id’];
from your snippet above, with$product_id = $cart_item['product_id'];
?Here’s a sample snippet I’m testing:
function my_function(){ foreach( WC()->cart->get_cart() as $cart_item ){ $product_id = $cart_item['product_id']; $product = wc_get_product($product_id); $shipping_class = $product->get_shipping_class(); echo "Product ID [$product_id] - Shipping Class: " . $shipping_class; } } add_action('woocommerce_after_cart_contents', 'my_function');
This seems to work fine:
Link to image: https://d.pr/i/xYw8HbForum: Plugins
In reply to: [WooCommerce] Checkout HooksHi there!
This is a complex development topic, but if you can share more details as to what exactly you’re trying to do here, folks may be able to chime in and point you in the right direction.
For example:
I need to know how to do all these things except it be an awaiting payment status.
* What should happen when an order is created with a pending-payment status?
* What is the end result we’re expecting here, after the triggers above?
* Why exactly we’re trying to implement this feature?Answers to those will help us better understand what you’re trying to do, and share workarounds or suggestions if available.
Thank you for working with us on this.
Forum: Plugins
In reply to: [WooCommerce] WC and PayPal and ShippoHi there!
I don’t have a premium product or plugin I was told to use the forums for a solution. Do you still want me to do as you said?
Yes, please. If you make sure to include a link to this ticket, the Happiness Engineer working on your ticket can take a look at this discussion and continue from there.
I’ll mark this topic as solved for now so that we can continue discussions via email.
Please feel free to open a new topic if you have any other questions.
Forum: Plugins
In reply to: [WooCommerce] Amelia Plugin and WooHi there!
It appears the issues came from the Amelia plugin, so any other issues I have will need to be found in another thread. Thanks and sorry for the trouble!
Thank you for clarifying. We’ll let you continue troubleshooting with the developers of Amelia plugin.
I’ll mark this topic as solved for now. Please feel free to open a new topic if you have any other questions specific to core WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] Product Import file type not allowedHi there!
Sorry, you are not allowed to upload this file type.” It’s a .csv file
This is likely because the CSV file contains some HTML, and is blocked by your server.
You may want to try one of the workarounds posted under Fix WooCommerce Import Error “Sorry, this file type is not permitted for security reasons” to get that resolved.