Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Prevent the Products Widget from showing Out of Stock itemsWhich widget is this? Is is a core WooCommerce widget, or one added by another plugin?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Local Pickup Plus problem!I’m afraid it is against the forum rules to support third party / premium products here.
If you purchased this plugin from WooCommerce.com, you can submit a support ticket here: https://woocommerce.com/my-account/marketplace-ticket-form/
Forum: Plugins
In reply to: [WooCommerce] Latest update has broken my embedded Woocommerce productsForum: Plugins
In reply to: [WooCommerce] Latest update ruined my storeNot sure I understand what you mean by “my store only shows the HTML”. Maybe this is resolved now on your site?
But this definitely sounds like a theme (or plugin) conflict. Follow this guide in the future when oddities occur: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Tax Rounding IssueThe only setting to control this by default is at WooCommerce > Settings > General : http://cld.wthms.co/fRztLp
There are other filters / constants than can control individual decimal precision, so perhaps you have a custom snippet or plugin doing that?
Forum: Plugins
In reply to: [WooCommerce] Parent Stock Mangement1) Uncheck manage stock at the variation level for each: http://cld.wthms.co/4ZXx31
2) Manage stock at the product level only: http://cld.wthms.co/p4M15E
Forum: Plugins
In reply to: [WooCommerce] Local Pickup Allows Out of State SelectionRespectfully, there is no reason to be so aggressive on a reply in a free forum support environment.
Secondly, @nixiack8’s reply is correct. If you use shipping zones correctly, then people from far away won’t be able to even see the local pickup method because their address will put them in a different shipping zone with different shipping rates.
And lastly, local pickup applies taxes based on the store’s base address. If this is not the behavior you want, then you can use the Free Shipping method and rename it.
I recommend reading up on shipping zones and shipping rates:
https://docs.woocommerce.com/document/setting-up-shipping-zones/
https://docs.woocommerce.com/document/local-pickup/#section-6
https://calebburks.com/shipping-rate-configuration-in-woocommerce/Forum: Plugins
In reply to: [WooCommerce] Add to cart link throughRelated: https://github.com/woocommerce/woocommerce/issues/19032
The
add_filter( 'woocommerce_add_to_cart_redirect', 'wp_get_referer' );filter will help be a temporary workaround until this is fixed in WC 3.4.Forum: Plugins
In reply to: [WooCommerce] Import products attributes issuesTo make sure we are on the same page, do you want to change one or two:
One: http://cld.wthms.co/jU5fSl
Two: http://cld.wthms.co/2xsQ7O_______
If One, then this setting determines whether or not the attribute is shown in this area: http://cld.wthms.co/7BWuO0. Two determines if they are links on this area or not.
The visibility does not refer to whether they are shown in the selects above when adding to cart.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce problem help easy quick resolve?Proceed to checkout button is likely broken because you don’t have a checkout page configured. Go to WooCommerce > Settings > Checkout and select a checkout page.
The other button is from PayPal express.
Forum: Plugins
In reply to: [WooCommerce] Warning: Declaration should be compatible withThe woo-product-shipping-table plugin is causing problems. Or another plugin if Phoen_Shipping_Method rings a bell for another plugin.
This is definitely not core WooCommerce related, need to contact those plugin authors as the shipping plugins have errors.
Forum: Plugins
In reply to: [WooCommerce] Image Crop TypeThis is plugin territory really.
See:
https://wordpress.org/plugins/smartcrop/
https://wordpress.org/plugins/wp-smartcrop/and:
Forum: Plugins
In reply to: [WooCommerce] Product Import StallsThe import feature definitely works as it should, there’s gotta be one of three things happening for you:
1) Invalid / incorrect CSV columns: https://github.com/woocommerce/woocommerce/wiki/Product-CSV-Import-Schema. For example, you don’t need ID for new products. Or variations might be misconfigured to not match up with a parent.
2) Mis-use of “merge existing products”.
3) Server resources / web hosting problem.
More info on importing here: https://docs.woocommerce.com/document/product-csv-importer-exporter/
If you don’t need to keep individual inventory, you could use the “fall through” / “any” mechanism for variations. For example: http://cld.wthms.co/o9c2h2. This way you only need two variations, instead of the 20 you’d get from having every combination.
If you do need individual variations for each combination, then I’m afraid I don’t know of a great way to bulk update just a few variations. CSV importing/exporting might be fastest? https://docs.woocommerce.com/document/product-csv-importer-exporter/
Forum: Plugins
In reply to: [WooCommerce] Count Completed Orders For specific ProductAll the orders that contain a product from a specific category? WooCommerce > Reports > Orders > Sales by category will show total sales amount.
To get a list of order IDs is possible, but going to take some custom queries / reports.