mtruitt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] [Woocommerce] Customize Email ContentHi Selene,
That can be done but requires either a paid plugin or if you are able to modify files yourself – https://docs.woocommerce.com/document/template-structure/
So for emails it would be woocommerce/emails/name of the specific file you want to modify just copy and paste it into your theme.
Forum: Plugins
In reply to: [WooCommerce] Template override not recognizedCan you please provide https://wordpress.org/support/topic/before-posting-gather-the-following-details/
Forum: Plugins
In reply to: [WooCommerce] Order times don’t match timezone settingWhat time zone does it show under WooCommerce > Status?
Forum: Plugins
In reply to: [WooCommerce] Cart page brokenYou really need to turn on debugging in WordPress.
Forum: Plugins
In reply to: [WooCommerce] woocommerce theme file js problemHi Andrew,
There is not enough information here to really help.
Forum: Plugins
In reply to: [WooCommerce] Cart updating issues for some usersIt looks like you disabled the ajax add to cart on archives. I tested the code you linked with a fresh install of WP and WooCommerce no other plugins installed and using 2017 theme. It worked as in tended in any browser (Chrome, FF, IE, Edge, Opera and Safari).
This leads me to believe it is something else that is causing your issues. If you add a product on the order screen then refresh the page you will see the cart count listed but then changes to 0.
When visiting the cart it tells me that the products have been added but then some 500 error is thrown as you can’t actually see anything after the header.
In your original status it is listed as you using storefront.
You Will need to your hosting provider and Paybox.
Forum: Plugins
In reply to: [WooCommerce] Upload pdf files to client areaYou would need to do the order via the admin and tie it to their account to do this (at least the easiest way using WooCommerce). Other wise you need to create some type of custom setup for this where you can select who has access to it and what PDFs are in it.
Forum: Plugins
In reply to: [WooCommerce] Does Woocoomerce support multitude of variations?Regarding your issues.
1. I’ve dealt with products having 10k+ variations.
2. See above.This is very dependent on hosting/server setup. Your best bet is going to be to talk to whomever is handling that and to dig deeper. This can be things like PHP version, 7 vs 5.X for example. DB setup, even php options that are used.
Forum: Plugins
In reply to: [WooCommerce] recommended pluginsI’ve never had issues with Jetpack.
WooCommerce Services is limited since it just does USPS for shipping methods so I’ve never used it. I also manually setup taxes and payment gateways since I work on client sites and do not want it tied to my WordPress.org account.
Forum: Plugins
In reply to: [WooCommerce] Checkout not passing order info?Is the issue only when it ends up being completely free?
As well, I would change the theme to storefront as a test. Place the order see if that helps. If it does, it would be theme related (Flatsome is manually overriding a LOT of WooCommerce templates).
If that does not help try deactivating all plugins but WooCommerce and doing a test, re-enable them one at a time till you find the issue.
Sadly, other than that amount of template overrides. Nothing jumps out at me. If you look at developer tools and look at the data sent/received and server logs are any errors getting thrown?
I think your issue is coming from the WooCommerce Products List Pro plugin.
If you deactivate it and try to add a product does it work?
It is throwing an error when trying to add a product via that plugin so you would need to reach out to them.
Forum: Plugins
In reply to: [WooCommerce] Checkout not passing order info?Generally does not take that long. You can use a 3rd party service to link images or even add them to the WP Media library and provide the link.
Forum: Plugins
In reply to: [WooCommerce] Checkout not passing order info?Doesn’t need an image. You can paste that information directly into the post using the code button.
Forum: Plugins
In reply to: [WooCommerce] Checkout not passing order info?Honestly, you need to look at the generally help section: https://wordpress.org/support/topic/before-posting-gather-the-following-details/
You are not providing much information that is of help to figure out what could be the cause of this.