Ron Rennick
Forum Replies Created
-
@demon09876 Thanks for providing the file. That product still has global attributes. Here’s a screenshot of a local attribute https://pasteboard.co/JBQNhnN.png .
– creating a sample product with 2 variations using a local attribute
– export that product to see what your attribute columns look likeThe file I’m looking for is this one.
@demon09876 Can you post the file you exported with the sample product you created?
Forum: Plugins
In reply to: [WooCommerce] Renamed Image Folder Path@fortunadata Thanks for letting us know.
Forum: Plugins
In reply to: [WooCommerce] Best Sellers shortcode doesn’t match realityBUT, my actual top 4 sellers are:
Are they top sellers by volume or by number of orders?
Forum: Plugins
In reply to: [WooCommerce] Issue with product dropdown with priceHi @ventilmaskedk,
The code snippet you posted isn’t adding the amount in stock to the display.
Forum: Plugins
In reply to: [WooCommerce] Sorting products by price not working properlyHi @nareshsurendran,
Sort by price descending https://thedesigncollectivestore.com/product-category/clothing/men-clothing/shirts?orderby=price-desc seems to work fine.
Did you try clearing your transients in WooCommerce -> Status -> Tools? There could be a cached copy of the ascending price product sort.
I hope this helps!
Forum: Plugins
In reply to: [WooCommerce] MéTODOS DE DOWNLOAD WOOCOMMERCEX-Sendfile
is available for Apache & Lighttpd. See https://tn123.org/mod_xsendfile/ & https://redmine.lighttpd.net/projects/1/wiki/X-LIGHTTPD-send-file. If either server is configured to support sendfile then the download method will work.I hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Tax not calculating properlyHi @highrollerusa,
I tested the 0.985 tax rate in one of my test installs and it calculated correctly. I recommend you check for conflicts. The guide for that is https://docs.woocommerce.com/document/how-to-test-for-conflicts/
I hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Services should I use Virtual or Simple Product?Hi Adam,
> Also if I did Simple Product I could have variations but would I need to configure the shipping to be ($0.00)?
If you are going to use variations then you would need to use the
Variable
product type.WooCommerce doesn’t require that you have shipping charges.
Forum: Plugins
In reply to: [WooCommerce] Don’t want Products clickableHi,
Is there a way to make this NOT available? I don’t want that.
There isn’t a way to do that with a WooCommerce default install. There may be themes or plugins that provide that functionality though. The other alternative is custom coding.
Forum: Plugins
In reply to: [WooCommerce] Warning: sprintf() class-wc-shop-customizer.phpHi,
Thanks for letting us know. I created an [issue](https://github.com/woocommerce/woocommerce/issues/28297) for this in the WooCommerce development repository.
Forum: Plugins
In reply to: [NSFW] [WooCommerce] woo commerceHi Mario,
It seems like your site has some automatic redirects set up. Could you provide a link to a specific product that is visible to you but not visible to everyone else?
Forum: Plugins
In reply to: [WooCommerce] Product Category Block not LinkingHi @ttncavendish,
Which version of WooCommerce do you have installed? And, do you have the Products Block plugin installed?
Forum: Plugins
In reply to: [WooCommerce] Delete image from gallery on mobileHi @martydev,
I suggest you go through our conflict testing guide: https://docs.woocommerce.com/document/how-to-test-for-conflicts/ to check for a problem/incompatibility with another plugin.