Austin M - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Display labels for Billing/Shipping AddressHi @theodor09i. I understand you want to modify the text of an email.
Doing this would require modifying the email template. The most straightforward way to do this is modifying the template manually, which you can read about here: https://docs.woocommerce.com/document/template-structure/
There are also plugins out there that will allow you to modify the text of emails in a more user-friendly way, or you can rebuild the email from scratch using a plugin like AutomateWoo and use this custom version instead of the default email. This would allow you to put whatever information you wanted.
Forum: Plugins
In reply to: [WooCommerce] Redirecting to 3DSHi @mnppdt28. 3DS is an extra layer of security that some payment gateways offer, where the customer is required to complete an additional verification step when paying. Stripe (one of the most common payment gateways used with WooCommerce) has a good overview of 3DS here: https://stripe.com/docs/payments/3d-secure. Some of the information there is specific to the Stripe plugin, but much of it is applicable to all payment gateways that offer 3DS.
As for why the order did not update, that depends on several factors. First, what payment gateway did this order use?
Can you post your system status report? You can find that by going to WooCommerce > Status in your dashboard, then clicking “Get system report,” then “Copy for support.”
Forum: Plugins
In reply to: [WooCommerce] Related Products TextHi @totalcy. The related products for a product are those that share a category or tag with the product. The system does not differentiate between the products that share a tag vs. a category; it’s all one related product pool. Therefore, differentiating between them would require a customization. I’ll leave the thread open in case others have suggestions for this, but we have a customizations page with resources for contacting a developer for help. You can also ask about this on the WooCommerce Slack Community or WooCommerce FB group which are great places for customization questions like this.
Changing the text of the related products heading would also require a customization, but that would likely be a bit easier to achieve, as you could just modify some text in the template file. For more information on this, see our documentation here.
Forum: Plugins
In reply to: [NSFW] [WooCommerce] page not foundHi @jahromy. To clarify, you mean that you can’t get to the wp-admin area of your site when WooCommerce is installed because you get redirected? That definitely doesn’t sound right. What is on the page that has the id 254?
Redirects are not part of the base WooCommerce plugin, but there might be a WooCommerce extension that adds this. Do you have any WooCommerce extensions installed that have any sort of redirect functionality?
Forum: Plugins
In reply to: [Meta for WooCommerce] product detail page crashsWe haven’t heard back from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any further questions!
Thanks for the screenshots @lauralazin! For the issue with Pixel, I think the issue there is that pixels created through the Business Manager are not supported. Only “Personal Ad Account” pixels will work with the plugin on WooCommerce. I apologize, I should have picked up on that before, as you did mention you created the new pixel with the Business Manager. Was the old pixel created this way as well?
I believe the product sync issue is separate. Would you please try using the “Reset Facebook metadata” and/or “Delete product(s) on Facebook” snippets to see if that gets them to sync properly? You can see those snippets here: https://docs.woocommerce.com/document/facebook-for-woocommerce/facebook-for-woocommerce-delete-or-reset-all-facebook-products/
You can either add these snippets to your theme’s functions.php file, or use a dedicated snippets plugin like Code Snippets to do this instead. https://ww.wp.xz.cn/plugins/code-snippets/
Forum: Plugins
In reply to: [WooCommerce] virtual itemHi @any12.
On an initial order from PayPal, the payment was put on temporary hold/pending and a message in the email said …’update the status of your virtual product sale’… ‘if your item doesn’t need to be shipped, update the order status and your payment will be available within 7 days after verification…’
I would reach out to PayPal about this. It sounds like this is unrelated to WooCommerce. You could try setting the product type to virtual to see if that would make a difference as well.
Forum: Plugins
In reply to: [WooCommerce] woocommerce errorHi @bserghey! Thanks for posting the error and system status report. It looks like the error is from your theme, although it’s unclear if that is related to the issue or not.
I’d recommend conflict testing. To do this, disable all plugins except for WooCommerce and switch to a default theme, then see if the issue still happens. If you can’t do this on your live site, you can create a staging site by following one of the methods outlined here: https://robotninja.com/blog/staging-environment-woocommerce/.
Forum: Plugins
In reply to: [WooCommerce] Filter by price not showingHi @joyce2020. No, I’m not sure what changed there. The button is the correct functionality.
Forum: Plugins
In reply to: [Meta for WooCommerce] product feed currencyWe haven’t heard back from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any further questions!
One last thing: Can you send us a screenshot of the Facebook “meta box” on the edit product screen? This is the section on the right side that shows information about the product on Facebook. When properly synced, it displays the Facebook item id which is a direct link to the product on the Facebook shop page. When not synced, it says “not yet synced,” and when incorrectly synced, it might list the variation id, but not the Facebook id and link.
If you don’t already have a screenshot service installed, here are a few options:
* https://snipboard.io
* http://skitch.com/
* http://getcloudapp.com/
* http://awesomescreenshot.com/
There is also a walkthrough guide here: https://en.support.wordpress.com/make-a-screenshot/Hi @lauralazin! Thanks for your detailed explanation of the issue and your system status report. Can you also provide us the following information:
1. Is your site connected to Facebook currently? If so, you should see all the id’s and names of the page, catalog, and business at WooCommerce > Facebook.
2. Are the products set to “sync and show,” as described here: https://docs.woocommerce.com/document/facebook-for-woocommerce/#section-6 ?
3. If the answer to the above two questions is “yes,” can you turn on debug logging and trigger a sync by making a product update? Then, check the facebook logs by going to WooCommerce > Status > Logs in your dashboard, opening the dropdown by the “View” button, and finding the facebook logs there. Once you find the one from today, could you copy the contents of the log into pastebin.com, click “Create new paste,” and then share the link so that we could take a look?
Forum: Plugins
In reply to: [WooCommerce] shortcode for product add onsHi @tomaslanzarini, thanks for clarifying. I don’t know of a way to control how add-ons are displayed programmatically like this. I’ll leave the thread open in case others have a solution, though.
Forum: Plugins
In reply to: [WooCommerce] Cannot Access WP-Admin When Woocommerce ActiveGreat, I’m glad you were able to figure it out @timmer81! Don’t hesitate to reach out again if you have any further questions!
Forum: Plugins
In reply to: [WooCommerce] review email and name placeholder missingWe haven’t heard back from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any further questions!