sqlt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add Variance to Product w/o Tracking InventoryThanks. I tried that, but it forces inventory at the design level, which I don’t want. I can add any design to any shirt.
Here’s an example if I add all 3 variances to the product and set inventories.
Let’s say I have 5 large white shirts left and 2 designs. With all 3 variable options, I would have 2 valid options. If I add 5 shirts to design one and no shirts to design 2, then I can have anyone order design 2, even though I still have shirts left. I could sit inventory, but then I’d end up with the same problem in the future.
What I’d like is to have all 3 options on the product screen, but only track inventory for the shirts (2 variances of color/size).
I hope that makes sense and helps illustrate the solution I’m seeking.
My site is kind of jacked up right now from where I’ve been testing a bunch of stuff. Let me see if I can clean it up and send a link.
Thanks
Forum: Fixing WordPress
In reply to: New Server – Cached DB Creds?Alright, long story short, a redirect found its way into the domain at some level. Not sure what happened (and honestly, couldn’t find it).
I deleted all the files out of the domain’s root directory, uploaded the files again, and presto … it all worked like a charm.
Not sure where the wires got crossed, but just wanted to close the loop on this.
Forum: Fixing WordPress
In reply to: New Server – Cached DB Creds?This is all on a subdomain that’s pointed in the right direction. I might bypass CF and see. I’ll be working on this later tonight.
I appreciate your help!
Forum: Fixing WordPress
In reply to: New Server – Cached DB Creds?Thanks, @sterndata.
I just double checked and the info I entered was correct. It’s in the right folder…
However, there’s something else screwy going on that I’ll have to look into. I renamed the wp-config file, and I’m still getting the same error.
Thanks for the help.
Forum: Fixing WordPress
In reply to: New Images Uploaded – Blank ThumbnailsNew information… I just uploaded 8 new images, all worked like a charm, but I was still having issues with one specific image.
I re-exported (for the 12th time) the original image I was having issues with, and it went first try.
Only thing I did differently was I reverted the PHP version to 5.6 and then upgraded to 7.4 again. Weird.
Forum: Fixing WordPress
In reply to: New Images Uploaded – Blank ThumbnailsThanks, @daro256. I might be missing something. I’ve got the following code situated in my wp-config file, but I’m not seeing any text, notifications, etc. on the site indicating that debug mode is active.
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', true ); define( 'WP_DEBUG_LOG', true );Is there something I’m missing to get it turned on? If not, I’m not seeing any errors with the upload.
Forum: Fixing WordPress
In reply to: New Images Uploaded – Blank ThumbnailsThanks for the message, @daro256.
I should have mentioned the image is small, it’s 1200×630 and ~950kb.
Like I mentioned earlier, it uploads just fine in (at least 2) other WP installs.