Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product attribute type has changed after WC updateWhat you are describing sounds like the perfect scenario to not use the old
textattribute type?Please review these two options, and let me know why/how they fall short for your needs:
> If you need to add a new term to an attribute, you still can: http://cld.wthms.co/vEpkzQ
> If the terms are only used on product though (SKU like), it would probably be best to use custom attributes: http://cld.wthms.co/juaHl4
Not trying to be rude btw :), just want to understand the different use cases out there.
Forum: Plugins
In reply to: [WooCommerce] Product attribute type has changed after WC updateAnd just to confirm, you do see that it’s possible to still type rather than selecting from the dropdown: http://cld.wthms.co/hRN4HA ? Or does the select field not work this way for you?
Forum: Plugins
In reply to: [WooCommerce] Load a custom template for single productsAdd a higher priority on the filter. Something above 10.
If your theme doesn’t declare WC support properly, then it’s possible the new filter in core is coming after yours. Priority above 15 should do the trick.
- This reply was modified 8 years, 3 months ago by Caleb Burks.
Forum: Plugins
In reply to: [WooCommerce] woocommerce.css only loads on woocommerce pagesThis isn’t the default behavior. Either your theme or another plugin is causing this.
Forum: Plugins
In reply to: [WooCommerce] Products disappear/blank page since 3.3.1On the page declared as the “shop” page, are there any shortcodes? Try emptying out the page’s content and see if that helps.
If it does, this is something that will be fixed in 3.3.2.
Forum: Plugins
In reply to: [WooCommerce] E-STORE TAB DOESN’T SHOW AFTER UPGRADINGCould you post your system status report here? Can find it at WooCommerce > Status.
And then what customizations did you make?
Forum: Plugins
In reply to: [WooCommerce] Product attribute type has changed after WC updateIf you need to add a new term to an attribute, you still can: http://cld.wthms.co/vEpkzQ
If the terms are only used on product though (SKU like), it would probably be best to use custom attributes: http://cld.wthms.co/juaHl4
I’m not sure you’re looking at both of those options correctly, as the “text” option really isn’t needed.
Forum: Plugins
In reply to: [WooCommerce] pass product custom field to order custom fieldWhy does it need to be an order custom field? Would make more sense to add the product meta as order item meta.
Products don’t have a 1to1 relationship with orders, tis 1 to many. Even though you only have one product.
https://stackoverflow.com/questions/30004597/add-custom-order-item-meta-data
https://wisdmlabs.com/blog/add-custom-data-woocommerce-order/
Forum: Plugins
In reply to: [WooCommerce] removing items from cartFirst, make sure you don’t have caching enabled on your cart page: https://docs.woocommerce.com/document/configuring-caching-plugins/
Second, rule out possible theme/plugin conflicts: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Bug in 3.3.1If you want to override templates, you need to declare WooCommerce theme support: https://github.com/woocommerce/woocommerce/wiki/Declaring-WooCommerce-support-in-themes
Forum: Plugins
In reply to: [WooCommerce] SKU variationsShowing every variations SKU and stock would be extremely overwhelming. Imagine 100+ variations.
Perhaps a solution like this is what you need: https://woocommerce.com/products/bulk-stock-management/
Well, that’s super strange.
Best thing to do is to rule out plugin and theme conflicts: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
If you find it’s the theme or a specific plugin causing this, you’ll best know how to proceed from there.
Turn on shipping debug mode at WooCommerce > Settings > Shipping > Shipping Options. This will help display a notice letting you know which shipping zones are being matched.
My hunch is that you’re shipping zones aren’t set up correctly / in the correct order. The first shipping zone matched will be returned.
Forum: Plugins
In reply to: [WooCommerce] Manual Order – Items no longer editable.Upload to another service (or your WordPress site), and post the link here. Careful not to disclose private customer information.
As for the issue, check the console if you can from any javascript errors: https://developers.google.com/web/tools/chrome-devtools/console/
Else, just disable all plugins except for WooCommerce and switch to a default WordPress theme. Then see if this issue still occurs. https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Hide Date, Category and Author on Product PageThese are controlled by your theme. The latest WooCommerce update made it so WC templates use the theme’s templates by default.
If you want it to go back to how it was before, you’ll need to create a child theme and declare WC theme support: https://github.com/woocommerce/woocommerce/wiki/Declaring-WooCommerce-support-in-themes
Else, use CSS to hide these things on product pages.