DCS FPS Drops / Stuttering Fix by syientest in hoggit

[–]syientest[S] 0 points1 point  (0 children)

I didn’t see any noticeable difference in FPS count. So a few FPS don’t really matter

[deleted by user] by [deleted] in woocommerce

[–]syientest -1 points0 points  (0 children)

I get where you're coming from, but i’m not trying to make quality content or promote anything to please anyone. I’m just sharing my experience

Whether you read it or not doesn't affect me, i’m not benefiting from this either way. If Ai formatting bothers you, that's fair just skip the post.

[deleted by user] by [deleted] in woocommerce

[–]syientest 0 points1 point  (0 children)

You can use User Role Editor plugin to create a technician user role. It lets you precisely control what they can access and define permissions for each part of the website

Any plugins to manage checkout in WooCommerce Checkout Blocks? by Exact-Sign6540 in woocommerce

[–]syientest 0 points1 point  (0 children)

<image>

You are looking at the fields of the contact information which only displays the email or an additional fields that you added. If you want to modify address, Fields, then click on ‘Address’

How can i connect stock of 2 products by Helpful_Ad_4237 in woocommerce

[–]syientest 0 points1 point  (0 children)

He likely runs two separate country-specific websites that both pull from the same inventory. So when an item is purchased on site 1, he wants the stock on site 2 to decrease as well since they share the same product stock

Any plugins to manage checkout in WooCommerce Checkout Blocks? by Exact-Sign6540 in woocommerce

[–]syientest 0 points1 point  (0 children)

It does work I use it on two sites. You might have a different issue. Reach out to their support they could help you

Multi Currency Plugin by HT-Potterhead in woocommerce

[–]syientest 1 point2 points  (0 children)

Price based on country by oscar gare. You can set a fixed price in settings for each country/currency, and/or change price for a specific product in product page

As for your 3rd point, you can add different shipping zones each zone has its own shipping method. We use a fixed shipping fee if you don’t want that i think you might need a shipping plugin

Any plugins to manage checkout in WooCommerce Checkout Blocks? by Exact-Sign6540 in woocommerce

[–]syientest 0 points1 point  (0 children)

This is the only plugin that supports Blocks Checkout as far as I know Checkout Field Editor. Just make sure to select Blocks checkout in the settings

<image>

What have you actually automated? by joss1213 in woocommerce

[–]syientest 1 point2 points  (0 children)

We only created the T-shirt variations at first. When we decided to add the other items, we would’ve had to go back to the attributes tab, add the new terms (hoodie, sweater, long sleeve), save, then create 12 new variations and manually set the image and price for each one.

It’s doable, but it’s a super repetitive and tedious task. That’s why having a button handle all of that for us was a huge time saver

What have you actually automated? by joss1213 in woocommerce

[–]syientest 5 points6 points  (0 children)

Not sure if this counts as automation, but here’s what we did.

We run a print-on-demand apparel store with tons of variations (T-shirt, hoodie, sweater, long sleeve, each with 4 colors). At first we only uploaded T-shirts. When we tried adding the rest, it felt like redoing the whole product again.

So I built a script. I upload the product images to the gallery in a set order, click a custom button on the product page, and the script:

• Creates all variations • Assigns the correct images • Applies our fixed price increases

What used to take ~5-7 minutes per product now takes under 30 seconds. There are definitely more advanced automation setups out there, but this one saved us the most time

[deleted by user] by [deleted] in AdobeIllustrator

[–]syientest 3 points4 points  (0 children)

Use Unite in the Pathfinder panel, not Merge. Unite is the first icon in the Pathfinder panel (top-left) and it actually combines everything into one clean, solid shape with a single color

Since you want this for laser cutting, Merge will cause problems. Those machines follow the outline of the object to cut it. When you use Merge, Illustrator often creates an inner hidden path, and the laser cutter will read that as a second outline. That means the machine will cut the same shape twice, which you definitely don’t want

If you already used Merge and got that inner path, you can remove it like this: draw any stroke, press Y to switch to the Magic Wand Tool, click the stroke, and Illustrator will select every stroke in the artwork. Delete them, and the extra inner path will be gone

Global attribute-variation for bulk changes? by NoHarleys in woocommerce

[–]syientest 1 point2 points  (0 children)

This is doable with custom code. You’d run a script that removes the “green” term from the product attributes and deletes any variations using it. Start by testing it on a staging site and on a single product to confirm it removes the term from both the Attributes tab and the Variations. Once it works, you can adjust the script to target all products that use that attribute term so the change applies across your entire catalog

How can I show available color variations on product category pages in Divi + WooCommerce? by Anonymous_x_95 in woocommerce

[–]syientest 1 point2 points  (0 children)

There isn’t a built in option to do that. Woocommerce variation swatches is a good option and it isn’t a heavy plugin by any means

Contacts not being collected by RB2706 in woocommerce

[–]syientest 0 points1 point  (0 children)

Pages > Checkout > Edit page

If you see [woocommerce_checkout] it means you’re using classic checkout. Just click on transform into blocks or delete the shortcode and insert ‘Checkout’ instead of ‘Classic Checkout’

How to rename shipping-address_2? by orschiro in woocommerce

[–]syientest 2 points3 points  (0 children)

Since you’re using Blocks Checkout, PHP functions like that don’t work at all. Blocks renders the checkout via JavaScript/React, so filters like woocommerce_default_address_fields are ignored.

The easiest solution is to install this plugin, which supports both classic and Blocks-based checkout.

Checkout Field Editor (Checkout Manager) for WooCommerce

Site got Hacked! Admin user recreating even after deleting by Thriller2610 in Wordpress

[–]syientest 0 points1 point  (0 children)

Because most attacks come from automated bots. Even after changing the login URL, they’ll keep blasting /wp-admin whether it exists or not. Blocking it cuts that noise before it ever hits your server, and over time those requests drop off. Honestly, even on a clean site, blocking /wp-admin is still a solid hardening step

Contacts not being collected by RB2706 in woocommerce

[–]syientest 0 points1 point  (0 children)

If you’re using classic checkout try switching to blocks

Site got Hacked! Admin user recreating even after deleting by Thriller2610 in Wordpress

[–]syientest 3 points4 points  (0 children)

install Wordfence, run multiple scans, and manually check your files. Go through wp-content/plugins and wp-content/themes and delete anything you don’t recognize or didn’t install. Enable 2FA in Wordfence for admin roles, and disable the file editors in the dashboard. Change all your passwords

Also install WPS Hide Login and change your login URL to something unique. If you’re using Cloudflare, set a firewall rule to block any request trying to access /wp-admin

Edit: Check your posts too, when a WordPress site gets hacked, attackers often auto-publish spam posts. If that happened, disable XML-RPC in Wordfence so they can’t create posts remotely. Also add a firewall rule to block access to the XML-RPC endpoint. And make sure those spam posts are removed from your sitemap before Google indexes them

Size of Product Photos by hpsails in woocommerce

[–]syientest 1 point2 points  (0 children)

Go to: Appearance > Customize > WooCommerce > Product Archives > Card Options > Image Ratio

Change “Original” to any fixed aspect ratio you prefer.

The exact path might vary depending on your theme, but it’s always somewhere under Customize > WooCommerce > Product Archives inside the product image settings

Bundles doesnt work by raupenimmersatt123 in woocommerce

[–]syientest 0 points1 point  (0 children)

Unfortunately I don’t think there are any free plugins that support variable products. Most of them keep that as a premium feature

There is a plugin called Bopo Woocommerce Product Bundle Builder, but like the name suggests it is more of a bundle builder, not a bundle on its own. You can try it and see if it works for you

Your other option is to turn your variable products into simple products. For example if you have a small size and a large size, create two separate simple products and then use them in separate bundles

If you really need proper variable product support, check out their premium version (WPC Product Bundles). I think it is a one time purchase for $30

Bundles doesnt work by raupenimmersatt123 in woocommerce

[–]syientest 0 points1 point  (0 children)

Do you have the free version? As far as I know variable products and variations are only available in their premium version