Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Variable product searchHey @amakkonen,
Sounds great, good luck!
Forum: Plugins
In reply to: [WooCommerce] Variable product searchHi @amakkonen,
The default “Filter by Attribute” widget in WooCommerce will filter products based on the attribute name; it won’t query the products themselves to see if the variations associated with the attribute are available or not.
You may want to search around for more advanced searching functionality, perhaps something like this:
Forum: Plugins
In reply to: [WooCommerce] Woocommerce subcategory image show twiceHi @sabchu06,
This might be either a customization added by your theme or it might be that you’ve added content directly to the category page? It seems like you might have built the first row of categories with a builder(Genesis). I would go to Products->Categories, click on the category and check the content area to see if you’ve added content there.
- This reply was modified 6 years, 4 months ago by Thomas Shellberg.
Forum: Plugins
In reply to: [WooCommerce] fullsize thubmnails gallery product pageHey @cascuda,
This will also be dependent on your theme and your WooCommerce image settings. You’ll want to review your product image settings by going to Appearance->Customize->WooCommerce->Product Images. If your theme supports changing the image sizes you can do so there.
More about that here:
https://docs.woocommerce.com/document/image-sizes-theme-developers/
Beyond that, you’d have to make sure the theme actually displays the images in the same size and not as small gallery thumbnails.
Forum: Plugins
In reply to: [WooCommerce] product and inventory sync with other storesHey @rik1234,
This sounds like a pretty complicated setup and I’m not sure it’s going to be possible without quite a bit of custom coding.
You can definitely set up a product marketplace using something like Product Vendors.
https://woocommerce.com/products/product-vendors/
There are also numerous plugins available which can synchronize inventory and products from eBay, Amazon, etc, however, they’re all probably going to be designed to synchronize with a single account. They’re probably not going to work with a bunch of different accounts(your different vendors).
Forum: Plugins
In reply to: [WooCommerce] Who should get the new product review notification email?Hey @nailedit,
Nice work tracking down the code responsible, it may help others that find this thread in the future. 🙂
Cheers!
Forum: Plugins
In reply to: [WooCommerce] woocommerce creates a noindex metaHi @fimir,
With the latest WooCommerce plugin version installed, I’m not seeing any <meta> elements for robots. The control of this element is determined by WordPress core and not WooCommerce, have you checked for that setting at Settings->Reading->Search Engine Visibility?
I only see that <meta> tag when that core setting is enabled.
Hope that helps!
Forum: Plugins
In reply to: [WooCommerce] My instore items are linking to the blogHi there @loganzendesign,
Sorry for the wait here but I’m happy to help out.
I tested this a bit from the following category page:
https://www.temperleystudio.com/product-category/alice-in-wonderland-inspired/
And clicking on the products went to the product pages as expected.
Is this resolved now?
Forum: Plugins
In reply to: [WooCommerce] Invisible blocks optionsHi @wpnov1,
Thanks for trying those steps; I’m curious, did you disable WooCommerce as well when testing if Blocks would work with plugins disabled?
It seems like Blocks are broken on regular pages which might hint at a core WordPress problem – what happens if you disable *all* plugins, including WooCommerce? Still broken?
Forum: Plugins
In reply to: [WooCommerce] Help with Coupon Tax CalculationsHi @albertandbrown,
It sounds like you may want to actually use “gift card” functionality which applies the gift card amount as if it were cash. That essentially reduces the subtotal after taxes and shipping are applied.
This is an example of a Gift Card/Certificate plugin that can do this:
https://woocommerce.com/products/smart-coupons/
Hope that helps!
Forum: Plugins
In reply to: [WooCommerce] Who should get the new product review notification email?Hey @nailedit (great username, by the way),
It looks like you got an answer to this through a StackExchange post? Do you still need help with this?
Forum: Plugins
In reply to: [WooCommerce] REST API PROBLEMHey @prinoch,
Usage of the WooCommerce REST API requires not only experience with programming languages but also with JSON and using APIs in general. Because of the advanced requirements of using the REST API it’s geared more towards experienced developers. If you are not a developer and need to use the REST API with your own code it’s recommended to hire a developer for the work you are doing.
If you are using a third-party integration which utilizes the REST API it’s best to get help with the third-party integration service to make sure the API user is working and has the proper permissions.
Hi there @ugenijus,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Renewal and 3D Secure/ 3D secure 2 (SCA)Hi everyone,
While improved readiness for SCA will be part of 4.3.0, there isn’t a release date yet. I’d keep an eye on the changelog and the SCA-related GitHub issues:
Forum: Plugins
In reply to: [WooCommerce] Fatal error after upgrading to 3.7.0@mdhtdes1gn – Couple of housekeeping things as well.
In the future, you should be creating a new forum post rather than hijacking an existing unrelated forum post.
Spamming the post with a bunch of individual mentions is unnecessary.
As mentioned above, test with a default theme. There is likely a template function with an unexpected output.