B C. a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] API calls hitting Onboarding and extensions searchHi @mtg169,
I found a thread mentioning this here:
I can also recommend the following places for more development-oriented questions:
I will be also leaving the topic unresolved for now – In case someone else from the Community can help.
Best!
Forum: Plugins
In reply to: [WooCommerce] Strikeout PriceHi @l_tilford,
The strikeout price works on the cart page but I want it on the product page.
The strikeout price is expected to work both on the product page and the shop page.
Sample images:
- Shop page: https://d.pr/i/RPWFxI
- Product page: https://d.pr/i/eaY1Id
If this is not your case, I recommend running a conflict test to find out why, it could be caused by the active theme or another plugin.
Here’s how to:
– https://docs.woocommerce.com/document/how-to-test-for-conflicts/
I hope this helps.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Price data not sent to Google Analytics.Forum: Plugins
In reply to: [Meta for WooCommerce] FB Product Set ProblemsHi @claudiu222,
Since you’re not the person who originally started this topic then, per the forum guidelines, please start your own topic? We’ll be more than happy to help there 🙂
See you!
Forum: Plugins
In reply to: [WooCommerce] UPS Calculator plugin with discounted rates?Hi @bratan,
I will leave this topic unresolved for now, in case a forums members has a recommendation.
I’d recommend trying some Google search too.
Best!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Webhooks failHi @avesim13,
Are payments failing all along? Can you share the errors you are getting from the webhook and if you’re getting any from the Stripe logs?
Looking forward to reading from you!
Forum: Plugins
In reply to: [Meta for WooCommerce] Variable products not yncingHi @pierremare,
Let’s give the PHP memory_limit another increase and see if that helps. It could be that your server doesn’t have enough memory allocated to the PHP process, which is causing the process to fail midway.
Let us know how that goes.
@dgttm we will be looking at your request too.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] WC Payments fields take 5 mins to appear?Hi @npkgrow,
It looks like this is coming from a slow site caused by some conflict.
As a first step, I recommend following the steps detailed here:
– WooCommerce Self-Service Guide
Keep us posted!
Forum: Plugins
In reply to: [WooCommerce Square] AU payment – Postal code is not valid errorThere are a number of things that could be going wrong.
When checking out and adding an extra space to the postal code (before or after), an error message will display that the “Postal code is not valid”.
It could be that the customer saved their postal code with an extra too.
In case this is occurring without any extra spaces, we’ll need some more information to help you out.
- Confirmation that you’ve followed the steps in Square for WooCommerce Documentation to set up the payment gateway
- System Status Report: 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.
- Logging for Square:
There’s a built-in logging system enabled in the Square extension that could help you determine the cause of this behavior. If you haven’t enabled this already, you can enable this in(WooCommerce > Settings > Payments > Square)
Thanks!
Hi @shwbdid,
Any idea how I can fix the problem, so only Apple Pay button is shown, 1 time, on my product page?
The Apple Pay button is expected to display from Apple devices and Safari browser with Apple Pay account logged in, while the Google Pay will display on Google Chrome with Google Pay account logged in.
From your question, it seems like you are seeing 2 Apple Pay buttons displayed from Chrome browser?
It will be great if you could share your current System Status Report. You can get it by navigating to the
WooCommerce / Statussection of your site. Once there, click on theGet system reportbutton and then copy it by clicking on theCopy for supportbutton. Then paste it here in a comment.Thanks for the logs @glashkoff,
@jpry I’ll skip this one for you in case you have a clue about what may be causing this!
Forum: Plugins
In reply to: [WooCommerce] Duplicate Subscription Order Charges via PayPalHi @csnalls,
Thanks for the screenshot.
This is something you will want to check with your Subscriptions plugin developers. Everything looks good from WooCommerce.
Looking at your system status report, that will be our support for premium products. Please contact us at WooCommerce.com > My Account > Support, and 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. I will go ahead and mark this topic as solved.
Best!
Forum: Plugins
In reply to: [Meta for WooCommerce] Condition Used and Description IssuesHi @bluecubes,
This is not a feature available out of the box with the Facebook for WooCommerce.
The other option would be to add some code to do this automatically. If you’d like to go this route, you can hire freelance developers at Codeable who can do this for you.
I will also leave the topic open in case another community member can assist.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Static icons not showing on 5.6.2Hey there @akadabas and @mattthomas-photography ,
Can you please share a link to your live site to replicate this?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Get products that dont have sku is emptyHi @constantinos23,
Have a look at this custom query and see if you can adjust it:
– https://devlog.rolandow.com/2014/11/woocommerce-remove-empty-sku-products/
I hope that helps.