Rsavantwp
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] "Value must be greater than or equal to 0"I actually figured it out. It was some code in my CSS file that was addressing my quantity fields. It was very strange.
Forum: Plugins
In reply to: [WooCommerce] Add Text After PriceAdd something like this to your style.css folder.. I’m not a pro at CSS but I’m positive this is similar to what you need.
regular_price:after {
content = “per box”}
Forum: Plugins
In reply to: [WooCommerce] Disabling larger product image popup?Was not aware of lightbox. Let me go try this. Also, would you know anything about the quantity warning “value must be greater than or equal to 0”?? I keep getting this when trying to add variance products to cart. It’s quite annoying.
Forum: Plugins
In reply to: [WooCommerce] Disabling larger product image popup?Hmmmm, thanks. I’ll let you know if I find something.
Forum: Plugins
In reply to: [WooCommerce] Disabling larger product image popup?Hey did you figure this one out? I want to do the same thing. Thanks!
Forum: Plugins
In reply to: [WooCommerce] 1 Set of Variables for all ProductsYea, use Woocommerce CSV Upload. All you need to maintain is an excel database. Then upload your saved CSV file to woocommerce to automatically update hundreds of variations instantly. Best!
Forum: Plugins
In reply to: [WooCommerce] Disappearing Variation DataI get this issue a ton too! I have hundreds of variations on a single product. So what I do when I need to make any change is delete all variations the make the changes in my SCV database and reupload all variations using the Woocommerce CSV Upload. Easy!
Forum: Plugins
In reply to: [WooCommerce] Quantity plus/minus and up/down both showingI’m having the same issue. We’re you able to resolve this??