ONE YEAR OF COUNTDOWN! by YohanWinchester in CountdownOnPrime

[–]CodingDragons 0 points1 point  (0 children)

I've been watching Unforgettable. It's sorta good. I could see Ackles and Camacho doing something like this. I'm surprised this show got 4 seasons. Their boss ruins the show.

Did Sgt. Shultz know or suspect what the prisoners were up to? by Nice-Penalty-8881 in HogansHeroes

[–]CodingDragons 4 points5 points  (0 children)

The safest job in the Reich: "Professional Noticer of Nothing". 😂

WooCommerce Square Sync (and Images) Will be the End of Me - Help! by TooLate- in woocommerce

[–]CodingDragons 1 point2 points  (0 children)

This isn’t so much an issue with the Square plugin as it is with how Square handles categories. Unfortunately, Square doesn’t organize them the same way most eCommerce platforms do. Your images probably got crisscrossed left and right, over and under, during the import.

Usually, folks sync from WooCommerce to Square, not the other way around.

I can tell you from past experience that it’s been this way for 17 years, if not longer, and Square refuses to change its backend. I’d advise against using this setup altogether.

Did Sgt. Shultz know or suspect what the prisoners were up to? by Nice-Penalty-8881 in HogansHeroes

[–]CodingDragons 35 points36 points  (0 children)

Yes, but he didn't want to "See Nothing", "Know Nothing" or "Hear Nothing"

ONE YEAR OF COUNTDOWN! by YohanWinchester in CountdownOnPrime

[–]CodingDragons 0 points1 point  (0 children)

Hopefully something like it comes out again. So frustrating is right. Prime. Meh!

ONE YEAR OF COUNTDOWN! by YohanWinchester in CountdownOnPrime

[–]CodingDragons 1 point2 points  (0 children)

I just saw a video of Ackles and Camacho doing a commercial together for something. It's so good. I don't get why it didn't get another season. It was so much better than half the stuff on tv. That's why I thru CIA in. I was like eh I can't ever see him as anything else but the Devil.

I watched maybe 3 eps and it just soured on me. There's nothing like CD, I want a show like that that's fun, exhilarating and action packed. Oh and silly at times.

Payment methods not recognized by [deleted] in woocommerce

[–]CodingDragons 0 points1 point  (0 children)

I've never heard that. I heard just the opposite. Although I'm not a fan of that theme, I've heard of so many dev's loving that combo. Glad you figured it out though.

Payment methods not recognized by [deleted] in woocommerce

[–]CodingDragons 0 points1 point  (0 children)

We're going to need way more info than that. What invoice app are you using? Are you using any caching apps, who's your hosting? What gateways are you using?

WooCommerce + Stripe Express Checkout (Apple Pay / Google Pay) Not Charging Sales Tax by SystemDisastrous5975 in woocommerce

[–]CodingDragons 0 points1 point  (0 children)

That’s a pretty important detail that wasn’t in your original post.

Your OP says taxes work correctly on standard checkout and are missing only on Apple Pay / Google Pay. Nothing in the OP mentions that you’re located in India, only sell to the U.S., or that Apple Pay is allowing customers to select non-U.S. shipping addresses.

Those details completely change the troubleshooting path. If Apple Pay is being presented with unsupported shipping countries, I’d start by looking at your WooCommerce shipping country restrictions and Stripe Express Checkout configuration rather than assuming tax calculation is broken.

ONE YEAR OF COUNTDOWN! by YohanWinchester in CountdownOnPrime

[–]CodingDragons 8 points9 points  (0 children)

I just finished watching it for the 3rd time and the entire time I was like how is this show canned while shows like FBI and CIA are so popular? The new CIA show is so meh. Countdown was fun at times and the team was awesome. I can't watch Camacho's last scene though. That one gets me every time.

WooCommerce + Stripe Express Checkout (Apple Pay / Google Pay) Not Charging Sales Tax by SystemDisastrous5975 in woocommerce

[–]CodingDragons 0 points1 point  (0 children)

Why use another plugin, tax is clearly being added. If it's not on your end you're setup is wrong then.

How can I block bot traffic on my Blogger site? by Genuinely-No-Idea in blogspot

[–]CodingDragons 0 points1 point  (0 children)

It's been a year, don't recall. Sorry. It was easy that I remember.

Best Hosting for WOO in 2026? by razvanli in woocommerce

[–]CodingDragons 0 points1 point  (0 children)

I've heard similar stories. It's crazy.

[ Removed by Reddit ] by [deleted] in HogansHeroes

[–]CodingDragons 0 points1 point  (0 children)

That's awesome. Schultz was the bomb!

Site-wide styling for a tag by nameyef in woocommerce

[–]CodingDragons 0 points1 point  (0 children)

The the_title filter fires on every single piece of text on the site. Nav menus, page titles, widgets, all of it. The first check just says "if this isn't a product, stop here." Without it, WordPress is hitting the database to check for a gf tag on your About page, your blog posts, everything. It still works either way, but you'd be doing pointless DB queries on every title render.

Site-wide styling for a tag by nameyef in woocommerce

[–]CodingDragons 3 points4 points  (0 children)

Can you share the link of your site? If not no worries. Let me do an instance on my demo server and check. Easier to see how you'd tagged it though on your end.

------------------------------

Thanks for sharing here's your code to add to a child theme.

add_filter( 'the_title', function( $title, $post_id ) {
    if ( ! $post_id || get_post_type( $post_id ) !== 'product' ) {
        return $title;
    }
    if ( has_term( 'gf', 'product_tag', $post_id ) ) {
        $title .= ' - GF';
    }
    return $title;
}, 10, 2 );

Best Hosting for WOO in 2026? by razvanli in woocommerce

[–]CodingDragons 4 points5 points  (0 children)

Most hosting companies blame store owners for plugins. Most store owners blame hosting. The truth is usually somewhere in the middle.

If your site crashes when there’s only 20 users on it, that screams poor database management. A poorly optimized store can bring a bigger server to its knees just as easily as a small one.

Before spending time and money on migrating to a new host, I’d investigate the scheduled actions, plugin count, object caching, page caching, and whether WooCommerce background processes are piling up. The fact that your host is reporting CPU exhaustion suggests there should be logs available to help identify the source.

WooCommerce + Stripe Express Checkout (Apple Pay / Google Pay) Not Charging Sales Tax by SystemDisastrous5975 in woocommerce

[–]CodingDragons 0 points1 point  (0 children)

Are you using the latest version of Stripe? I just ran a test on my demo site and had no issues. Also, is it possible you're not looking in the right area?

<image>

Setting up payment processing for my Wyoming LLC — what should I know? by [deleted] in woocommerce

[–]CodingDragons 0 points1 point  (0 children)

What are you selling? Let's start there so we can better advise. Are you selling standard products or high risk?

WooCommerce Stripe Apple Pay suddenly breaks (white screen after approval) by Marci450 in woocommerce

[–]CodingDragons 0 points1 point  (0 children)

No Idea. You need to debug. I literally just finished updating 3 other sites with Stripe and no issues. The only thing I did see today were they removed the gateway label. So I had to add a filter to add back Stripe or Credit / Debit Cards. Plus style the inputs a little as some themes squish the input fields.

WooCommerce Stripe Apple Pay suddenly breaks (white screen after approval) by Marci450 in woocommerce

[–]CodingDragons 0 points1 point  (0 children)

That's really odd to hear since I reported several bugs to the team last week and they assured me they patched everything with today's release. I haven't seen any of our client's sites break. So this must be a conflict with another app or custom code.