Mike M. a11n
Forum Replies Created
-
Hi @dev123321 –
I have used WooCommerce with PayPal express checkout plugin, when the customers are using desktop, PayPal shows “log-in” or “Pay with card” option. However, when customers are on mobile it only shows “log-in” or “Create an account”.
I’ve just visited your checkout on mobile and I see the Pay with debit / credit options:
It’s very likely that PayPal is displaying different options based on geolocation. If you see this consistently with your core customers, I would recommend reaching out to PayPal learn if it’s possible to have the option enabled for those customers.
Hi @zielakowy –
When I have a “Checkout on Single Product” ticked it cases caching problem.
Can you share some more details about what’s happening when caching is enabled? It might be necessary to exclude specific files from caching, though it’s not something that others that use caching on product pages are having problems with.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Update on Venmo?Hi @kitchin! I’m glad to see you’re checking in on the Github issue regarding Venmo support in PayPal Checkout. That will be the best place to find the latest available information. At this time, Venmo won’t be available in the extension. When new information becomes available, we’ll share it in the Github report.
Forum: Plugins
In reply to: [WooCommerce] Products not adding to cartHi there,
This is a caching problem. First, you’ll want to make sure that your Cart, Checkout, and My Account pages are excluded from caching. You can learn more about that here: https://docs.woocommerce.com/document/configuring-caching-plugins/
We also seen this happen when using services like Cloudflare. If you’re using Cloudflare, you might need to change your configuration there as well.
Forum: Plugins
In reply to: [WooCommerce] list of e-mailHi there,
One way to get all of your customer emails would be to export a CSV of all customers using the WooCommerce Customer / Order CSV Export extension.
Forum: Plugins
In reply to: [WooCommerce] order as a guestHi there!
That setting should be all that’s needed to allow guest checkout. I wonder if it might be something in your theme or another requiring customers to log in. I would recommend testing with only WooCommerce active while using the Twenty Nineteen theme. You can learn more about this type of troubleshooting here: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Fillable pdf form in checkout pageHi there,
I would recommend using the WooCommerce Checkout Add-ons extension. The extension provides the ability to add a file upload field to your checkout page.
Forum: Plugins
In reply to: [WooCommerce] Callback in short descriptionHi there,
I think the best way to do this would be to filter the product short description, adding the text that you’d like to see. The answer here describes how to filter the short description:
The filter is
woocommerce_short_description
.Forum: Plugins
In reply to: [WooCommerce] Browser Tabs Shows Info of Copied Product NOT NEW PRODUCTHi there,
Are you using any SEO plugins, like Yoast or similar? If so, it’s likely that the product title is stored in some meta data that is editable when editing the product.
Forum: Plugins
In reply to: [WooCommerce] onsale shortcode showing regular price productHi there,
I’m not sure why the sale price is sticking around. It might be a caching problem. I would recommend clearing any caching your site is using. Also, you can try clearing the transients from the WooCommerce > Status > Tools page.
Forum: Plugins
In reply to: [WooCommerce] Remove Woocommerce In Stock textHi there,
This is controlled by Googles interpretation of the structured data contained in the products HTML. For item availability, there are a limited number of values that are accepted. Based on which value is present on the product, Google decides to which text to display. So, there’s really no way to change it.
Forum: Plugins
In reply to: [WooCommerce] Product thumbnails to fit container or certain aspect ratioHi there,
This sounds like something that could be handled with CSS. You’ll want to target the image itself, making sure that
width: 100%;
is applied in your CSS.Forum: Plugins
In reply to: [WooCommerce] Getting Uncaught Error: Call to undefined function WC()Hi there,
It looks like there might be some bad code in your theme. I would recommend reaching out to the theme developer or updating the theme if possible.
Forum: Plugins
In reply to: [WooCommerce] Add caption to product gallery lightboxHi there,
I’m not sure how your product gallery slider is working, but it looks like it might be pulling the image title from the WordPress Media Library. So maybe try changing the title of the image there.
Forum: Plugins
In reply to: [WooCommerce] Add Videos from Media Library to Product GalleryHi there,
As you’ve found, there are many plugins that will set featured videos, but most only allow videos from third party services. I think there is one that will allow self-hosted video though. It’s called WooCommerce Product Featured Video. We don’t make it, so we’re not really familiar with it. It’s worth looking into though ??