themacmaker
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Email layouts broken after version update@aljullu My emails were and are using the Modern templates before the major version update. I don’t want them to use the legacy designs. @lovingbro I just wanted to make the devs aware of the problem, I don’t have time to test & troubleshoot for the conflict. Rolling back to 10.3.6 resolved the issue for me and I’ll stick with that until there’s a deeper investigation and fix on your end.
FWIW, the emails that were affected are all sent with AutomateWoo (the emails in Woocommerce – Settings – Emails for matching emails are disabled). Hope you can figure it out and sorry I don’t have the time to dig in for you!
Forum: Plugins
In reply to: [WooCommerce] Email layouts broken after version updateAutomateWoo is sending the emails. Cache cleared many times.
Sorry I missed the last reply. The problem happens on my staging site too and I tried both payment methods — check and credit card.
Hi @reidel758. There was an older thread addressing the same issue and the user was able to fix it by changing the “Fields display location”. So I tried that for my site and was unable to fix it from that change alone. Here’s the exported settings file: https://themacmaker.com/wp-content/uploads/2025/10/backup-13-10-2025.json
Update: I found the old thread where someone else had the same issue. I tried placing the field in all locations (except shipping address since that’s not an option on my checkout) and tested after moving each time. Still let me place orders when empty.
Forum: Plugins
In reply to: [WooCommerce] Mobile app not sending notifications@willy210385 nope. I’ve been exchanged emails with Woocommerce support and they so far have been unhelpful…
Forum: Plugins
In reply to: [WooCommerce] MNM plugin – sort child products alphabeticallyYes, Claude AI provided a javascript option that I added through WP Code since all other PHP options weren’t working.
Forum: Plugins
In reply to: [WooCommerce] Product by Category block not workingGot that covered now! We can close this ticket and hope it helps someone else in the future! Thank you all for your help!
Forum: Plugins
In reply to: [WooCommerce] Product by Category block not working@serafinnyc Just had a chance to try the hook and shortcode and it worked perfectly! But it created a separate issue: since the flavors are used for Mix & Match products, they have all turned into clickable products on the Mix & Match pages (pink titles are clickable and open the individual flavors with prices & Add to Cart buttons, and that’s not how I want people to order):
Forum: Plugins
In reply to: [WooCommerce] Product by Category block not working@serafinnyc just swapped out the shortcode with
[products category="flavors" stock_status="instock" limit="-1" orderby="title" order="ASC" paginate="false"]and no products show up on the page, surprisingly. Cleared cache too. Adding back in the visibilty filter shows everything again.
Forum: Plugins
In reply to: [WooCommerce] Product by Category block not workingFWIW I ran this command:
wp wc product list --user=1 --fields=id,name,sku,stock_status --per_page=20and received this error: Error: Invalid field: stock_status.
I also ran this command:
wp wc product list --user=1 --category=flavors --fields=id,name,stock_status,manage_stock,stock_quantity --format=tableand received an empty table in response.
Forum: Plugins
In reply to: [WooCommerce] Product by Category block not workingI ran a purge cache CLI command after removing the CSS to check if the shortcode would work without it. All out of stock items appeared again. I’m not sure how else to wipe the cache unless you think it’s something Siteground is holding onto on their end?
Forum: Plugins
In reply to: [WooCommerce] Product by Category block not workingThat returned “yes”
Forum: Plugins
In reply to: [WooCommerce] Product by Category block not workingThat CSS is exactly the answer! I’m so glad we figured something out!
Forum: Plugins
In reply to: [WooCommerce] Product by Category block not working
Here’s the shortcode.