Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Sign up for 10% Discount Extension or Plugin?As Riaan said, the easiest method would be to create a pop-up that loads a page within your site containing the sign-up form. Using Follow Ups, that page could contain a shortcode that generates an email signup form, which in turn sends an email with a coupon.
Hey Karthik,
Have you tried testing the Shop page load with only WooCommerce activated? There may be a high plugin load, causing a high TTFB. The majority of the load time appears to be the TTFB, which is often caused by a huge plugin load.
Forum: Plugins
In reply to: [WooCommerce] problem with load websaitThe first thing you’ll want to do is test the shop page load with only WooCommerce activated. This will help determine if the problem is indeed with WooCommerce or with other plugins creating a high load time(TTFB).
Take a look at this as well:
https://docs.woocommerce.com/document/troubleshooting-a-slow-site/
Forum: Plugins
In reply to: [WooCommerce] database table does not existHow are you displaying the ‘best selling items’? Using a widget or a custom template area?
Does your database appear to be missing any data, like orders, taxes, shipping? If a table is missing, you can try deactivating and reactivating WooCommerce; it should rebuild missing tables, but you certainly shouldn’t be missing that many tables.Forum: Plugins
In reply to: [WooCommerce] Remove product galleryYour code is going to be executed too early for that to have an effect. You need to wrap this in a function and hook into another add_action hook.
Forum: Plugins
In reply to: [WooCommerce] Order status not changing on a specific productThe title almost certainly has nothing to do with this. Is this product different in any way to your other products(is it a virtual and/or downloadable product)?
Is it stuck at the ‘Pending Payment’ status?
Do you see anything in the order notes from PayPal(fraud hold, etc)?
Forum: Plugins
In reply to: [WooCommerce] Erratic bahaviour with tax ratesIf you enter a price with taxes included in the price, the product price will be lower when purchasing from a tax-exempt location. If $54.95 is the price with 10% tax included, it’s going to be 10% cheaper from a tax-exempt location.
I’m not seeing a problem with this while testing on my own site, so I’m not sure why it’s “doubling” the reduction in price.
What is your store’s Base Location? And what do you have for the ‘Calculate Tax Based On’ setting?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce extensionI would use one of two options:
1) Subscriptions plugin – Users pay a recurring fee for a product(you can set the number of scheduled payments). However, users have “access” to this product while the subscription is active.
or a Deposits plugin – The product cost is split between multiple deposit payments. The product is not considered paid until the entire cost is paid.
Forum: Plugins
In reply to: [WooCommerce] PayuYou can take a look at the plugin statistics here:
Forum: Plugins
In reply to: [WooCommerce] Integration Pay-u pluginKeep in mind that this forum is dedicated for WooCommerce plugin support; it’s not intended for plugin submissions. At this time WooCommerce is not accepting new plugin submissions. Perhaps you can check WooCommerce.com later to see if it re-opens.
Take a look at the section in the PayPal doc that provides a testing URL.
PayPal has created a new endpoint – https://tlstest.paypal.com – to help you verify that your systems can support the latest security standards. This endpoint supports all of the security standards to which the PayPal endpoints are moving.
On success: A successful connection to https://tlstest.paypal.com will return an HTTP 200 response with the following text in the body: “PayPal_Connection_OK”
https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ1914&expand=true&locale=en_US
You may have the proper version of OpenSSL installed, but cURL may not be using it. This goes over how to check:
http://stackoverflow.com/questions/27904854/verify-if-curl-is-using-tls
Forum: Plugins
In reply to: [WooCommerce] Products per page button problemI’m not seeing the button at this time, have you already removed it or made it hidden? I believe this feature is added by a plugin anyways, as customers cannot choose the products per page by default.
Forum: Plugins
In reply to: [WooCommerce] Exclude taxAre you using the WooCommerce Currency Converter Widget, or some other third-party plugin? If you’re having trouble with the paid WooCommerce plugin, please log into your woocommerce.com account and create a ticket. Otherwise, please contact the third-party plugin developer for help with this.
Forum: Plugins
In reply to: [WooCommerce] update cart button on cart page disabled after updateSilly question here, but did you actually change the cart contents when testing this? As Caleb said, the button is disabled by default, and activates when a change to the cart is made.
Forum: Plugins
In reply to: [WooCommerce] Image settings not working!If the actual image dimensions are changed by editing them but they are displayed in the same size, it’s a problem with your theme. It is likely forcing the display size.