Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Music Attributes not in Downloaded FilesAttributes aren’t going to attach themselves to file downloads. You need to create variations, and set up different download files per variation: http://cld.wthms.co/ePDlMD
More information on variable products here: https://docs.woocommerce.com/document/variable-product/
Forum: Plugins
In reply to: [WooCommerce] paypal-specific orders on woocommerce not sending emailsCan turn on sandbox/test mode in PayPal to make test payments if you’d like: https://docs.woocommerce.com/document/paypal-standard/#section-3
Unless you have a backup or logging service, then no there won’t be a way to see what changed in a certain timeframe.
Forum: Plugins
In reply to: [WooCommerce] Subcatehories wont show brokenCheck for a theme / plugin conflict.
Temporarily switch to a default WordPress theme, and disable all plugins except for WooCommerce. Then re-save the “Shop display” settings to be what you need them to be, and see if it works correctly. Then you can start to enable things until you find what is causing the problem.
More info: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] ‘Loading Spinner’ is broken (not animating)I’m not able to load product page on your site: http://cld.wthms.co/jDypYK
Forum: Plugins
In reply to: [WooCommerce] Checkout Shipping to country dropdown fields don’t workCheck for a theme / plugin conflict: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Could you confirm that this happens when only the WooCommerce plugin is active? As it’s quite likely something else is involved.
Temporarily switch to a default theme, and disable all plugins except for WooCommerce. Then do a test order and have the emails sent to yourself to see if the problem still occurs.
More info here: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Shop page row building issueThis happens when a theme doesn’t have styling properly set up for the product rows.
If you temporarily switch to a default WordPress theme or to our storefront theme https://wordpress.org/themes/storefront/, then you’ll find this doesn’t happen.
You should contact your theme authors about this.
Forum: Plugins
In reply to: [WooCommerce] Too many files in Woocommerce storeHaving products doesn’t increase the file numbers, all that is stored in just the database. I suppose image numbers do increase though.
A file limit is kinda strange, given that a plugin could just have a lot of dependencies/smaller files for something in the backend.
I would recommend looking into changing hosting plans, or switch to a new web host if I were you. As this isn’t something you really want to be concerned with so often: https://woocommerce.com/hosting-solutions/
Forum: Plugins
In reply to: [WooCommerce] Deprecated: get_price_including_taxNote: I don’t believe the issue is plugin-related as I’ve seen this before with another plugin on the same site.
It is 100% plugin or theme related. WooCommerce itself does not make calls to deprecated methods, another plugin or the theme is calling a deprecated method / properly.
Follow this guide to find the one causing this notice: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Perhaps more importantly though, you should not have errors set to display on a live site as it’s a security risk. WP_DEBUG_DISPLAY should be set to false on a live site: https://codex.wordpress.org/WP_DEBUG. You can use error logs if you need to look for errors happening.
Forum: Plugins
In reply to: [WooCommerce] Translate Cart and CheckoutI’m not too familiar with Polylang and the WooCommerce integration. I think you should get in contact with the plugin authors for the Polylang integration in that support forum.
Forum: Plugins
In reply to: [WooCommerce] Image Sizesmedium_largeis a WordPress core image to help with responsive image support. See https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/.thumbnail,medium,largeare also WP core.yith-woocompare-imageis from the yith plugin of course.woodmart_shop_catalog_x2from your theme, like you said.woocommerce_thumbnail,woocommerce_single,woocommerce_gallery_thumbnailare all from WooCommerce core in WC 3.3+shop_catalog,shop_single, andshop_thumbnailare also from WC and declared for backwards compatibility reasons (in case a theme/plugin used them) and will be removed in the future. See https://github.com/woocommerce/woocommerce/blob/00b4e1ed447003bef52ba27064ec17784ec9df2e/includes/class-woocommerce.php#L550-L553The call to add these images size is on the
inithook at a default priority. So you could hook onto init as well, at a later priority like 25, and remove the extra three images sizes if you want: https://codex.wordpress.org/Function_Reference/remove_image_sizeForum: Plugins
In reply to: [WooCommerce] Reports Not Working – Older OrdersHave you done any database changes, or order import/exports since then?
Order reporting is a bit limited in the WooCommerce plugin. This is due to limitations with how the data is stored – it’s okay for running a store – but not good for reporting reasons.
For that reason, I recommend looking into using another service if reports are an integral part of your workflow. I have heard good things about Metorik 🙂 – https://woocommerce.com/products/metorik/
Forum: Plugins
In reply to: [WooCommerce] Blank error message box showing on Checkout pageYour theme or another plugin must be causing this. Find the culprit causing this follow this guide: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] woocommerce 3.3 and wpbakerey page builder 5.4.7Not really sure how to help with this, as there’s no specific error. Try to find which plugins are involved at a minimum.
Rule out as many plugins and the theme. For example, disable all plugins except for WooCommerce and switch to a default WordPress theme. Does the issue still occur? If not, start to enable plugins until it does again.
More info: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Product pictures text sizeThis text: http://cld.wthms.co/HHhK1F ?
(Also, took me like 3 minutes to get to a product on your site. The homepage is rather confusing and most of the buttons/links do nothing. Might want to look into that)