Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Default Download and expiry limit@xawi – This value doesn’t appear to be filterable so I think you’d have to edit the default value directly when the
WC_Productclass extendsWC_Abstract_Legacy_Product. If you look at the $data array it has the defaults for products set there, including'download_limit' => -1.- This reply was modified 7 years, 11 months ago by Thomas Shellberg.
@david13_13 that filter should disable all of automatic updates for translations for WordPress as a whole – not sure why it’s not working for you.
If you have custom translations, though, you should put them in a folder that won’t be overwritten.
You can use the directory
wp-content/languages/woocommercefor translations.Forum: Plugins
In reply to: [WooCommerce] Lightbox cart wrapper popup(?)Hey @faberleen – that’s a weird error, indeed. I just had a look at my local site’s source code and see no mention of
woocommerce-lightbox-cart-wrapper. There’s no mention of that in the Github repository for WooCommerce, either; this is probably added by some plugin other than WooCommerce.Forum: Plugins
In reply to: [WooCommerce] Redeem Coupon@algvictor I would also check to make sure that your Cart and Checkout pages are exempt from caching; the coupon might actually apply but the Checkout page might be cached.
Forum: Plugins
In reply to: [WooCommerce] Internal Server Error@szyam What specific error is in your server’s error logs?
Forum: Plugins
In reply to: [WooCommerce] Force secure checkoutMarking resolved.
Forum: Plugins
In reply to: [WooCommerce] Send Email “on hold” with every new order to customerWooCommerce has a separate template for On Hold emails so it should send out an email to the customer if the order status is On Hold. It should look like this:
If this works for one gateway but not another I would contact the developer of the gateway which doesn’t send out emails.
Forum: Plugins
In reply to: [WooCommerce] empty cart before addYou got the snippet from here, I assume?
https://www.hungred.com/how-to/empty-woocommerce-cart-adding-item/I tested that snippet and it works fine for me, no 500 errors for the AJAX calls:
Perhaps try testing with a default theme and just WooCommerce enabled.
Forum: Plugins
In reply to: [WooCommerce] woocommerce_countries_inc_tax_or_vat filter not working@akshat05 can you send a screenshot along of the exact string of text you want to change along with your tax display settings(WooCommerce->Settings->Tax)?
Your PHP version might be quite old(you should be running at least 5.6+, preferably 7.0+). Or, your PHP install might not have PharData installed:
https://stackoverflow.com/questions/7847013/class-phardata-not-found
From the WooCommerce settings documention:
Geolocate address verifies where the customer’s current location and calculates taxes accordingly.
Geolocate with page caching support is the same as above, but does the geolocation via Ajax. You may notice your website URLs have a ?v=xxxxx appended to them. This is normal to prevent static caching of prices.Forum: Plugins
In reply to: [WooCommerce] Your store does not appear to be using a secure connection….@mrspumpkin some WooCommerce plugins(like Stripe) have their own “Secured Checkout” check which might need to be updated as was the case with Stripe. Hard to know now but a test in the future would be to disable plugins other than WooCommerce and see if the message persists.
@denniro – you need to enable the ‘Tokenization’ setting to allow for recurring payments.
@emikim this is the default checkout flow when a user clicks on the ‘Checkout with PayPal’ button either on the single product page or the Cart page.
I did go through your steps, it worked fine with Stripe:
Forum: Plugins
In reply to: [WooCommerce] Can’t download the file if it doesn’t on the website.@lobest is this working now with 3.4.1?