Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add to cart custom LinkEvery time you refresh it adds an item to the cart? That is the correct behavior, otherwise how would it add the product to the cart the first time?
Need to remove the query string from the url to prevent refreshing from adding an item to the cart.
Forum: Plugins
In reply to: [WooCommerce] Problem with my account pageThis is something your theme controls. If you switch to a default WordPress theme or our Storefront theme, you’ll find it is responsive. You should contact the theme authors about this.
Forum: Plugins
In reply to: [WooCommerce] How to Center WooCommerce Products Inserts on Pages?This is something your theme has control over. Changing the design will require custom CSS: https://developer.mozilla.org/en-US/docs/Learn/CSS
Better to find a theme you like though if you aren’t comfortable with custom code.
Check if another plugin or if your theme is causing problems following this guide: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
The first test should be with only the WooCommerce plugin active, a default WordPress theme, and a test payment gateway like “Check Payments”.
Forum: Plugins
In reply to: [WooCommerce] Can’t import description with HTML tags from .CSVHere is a product with HTML in the description: http://cld.wthms.co/1KMW1x
I moved that row to the top for an example, and here it is on the mapping screen: http://cld.wthms.co/ZSyZk1
And lastly, all was mapped fine: http://cld.wthms.co/zEe4j8
______
So there has to be something wrong with your CSV or something conflicting with the import, though likely the first thing.
When there is HTML, WooCommerce quotes the whole entry like this: http://cld.wthms.co/R4aII5. So perhaps some invalid html or quotes you have is causing this.
Forum: Plugins
In reply to: [WooCommerce] White Product PagesSomething is causing a fatal error. Either your theme or another plugin most likely. Follow this guide to find the culprit: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] How to hide/delete uncategorized category in shop pageSet another category as the default category, then delete the uncategorized one: http://cld.wthms.co/1sGcJN
Or use https://calebburks.com/hide-uncategorized-default-category-in-woocommerce/
Forum: Plugins
In reply to: [WooCommerce] Cropped images after updateCan declare image sizes in a child theme: https://docs.woocommerce.com/document/woocommerce-theme-developer-handbook/#section-7
Or use the
woocommerce_gallery_image_sizefilter to always returnfulljust like the gallery full size image uses. “full” is the WP image size for the original uploaded image with no cropping. https://github.com/woocommerce/woocommerce/blob/c38e0e69e9c72935f1c2507d629368d67e4154f9/includes/wc-template-functions.php#L1087Forum: Plugins
In reply to: [WooCommerce] Protecting Download Links – How?Instead of uploading straight to the media library, upload with this button only: http://cld.wthms.co/WXHYwp. This will put the upload in a special folder that blocks outside access directly:
wp-content/uploads/woocommerce_uploads. Note you must upload the file through this method, not just select a file from the media library.There are other ways to secure it though, like the article you linked to. Or using another service like Amazon S3.
Forum: Plugins
In reply to: [WooCommerce] Managing a WooCommerce site with GitTo be honest, I’m quite confused by your setup. Why not just commit the whole site to a git repo? Or more common is to keep just the wp-contents folder version controlled.
WooCommerce shouldn’t be changing things on your site automatically? Are you updating the plugin? You can override templates in a theme / child theme and that prevents a WC update from changing them (though you then need to do manual changes, so do this with caution and only when necessary) https://docs.woocommerce.com/document/template-structure/
Forum: Plugins
In reply to: [WooCommerce] disable out of stock only on related productsOut of stock products will already be ignored by the query, pending you have “hide out of stock” setting enabled: https://github.com/woocommerce/woocommerce/blob/b00e05bb648e9d6cfa194d915ccd5b81fb13c7ff/includes/data-stores/class-wc-product-data-store-cpt.php#L1133-L1135
If you need out of stock setting disabled but this query to not return them, then you’ll probably need to build out your own query.
Forum: Plugins
In reply to: [WooCommerce] Issue upgrading from v3.2.6 to v3.3.3Can’t say for sure what is happening based on that error, as it’s really just the end result.
High chance of something causing a conflict though. Rule out other plugins and your theme following this guide: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] List view only for one product categoryIf I understand correctly, I believe you are looking for something like this: https://wordpress.org/plugins/woocommerce-grid-list-toggle/
Forum: Plugins
In reply to: [WooCommerce] Customer Reviews not working since 3.3Hey Michael,
Best to rule out conflicts when something like this happens, as the review system is working on all other WC sites.
Rule out your theme / other plugins following this guide: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Variation Keep Sync ImageHmm, I’m not able to replicate what you are describing. When I select an out of stock variation, the image is still populated w/ the variation specific image: http://cld.wthms.co/4k2HMA