Gerhard Potgieter
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Use filter to show variation color imageHi, for variations you can actually assign images to each variation combination and then when you select that variation if you have a WooCommerce compatible theme it should change the image to that variation image. On my demo store, for example, I have a hoodie which can be ordered in different colours, I then have each variation set up with an image of that colour http://cld.wthms.co/RDtiuU, if I select the colour it changes the image to the specific variation image I set up, ie Red http://cld.wthms.co/ijhjom and Blue http://cld.wthms.co/jmyo8M
You can even go a bit further and install an extension like Variation Swatches and Images to make the variation choices easier to identify with small images and swatches instead of dropdowns https://woocommerce.com/products/variation-swatches-and-photos/
Forum: Plugins
In reply to: [WooCommerce] Unable to edit images/tags on product pageThis kind of problem is usually caused by either a conflict with your theme or with another plugin.
The best way to determine this is to
- temporarily switch your theme to Storefront
- disable all plugins except for WooCommerce
- repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
Forum: Plugins
In reply to: [WooCommerce] Reviews created through rest-api isn’t showing on websiteCheck your site caching, perhaps you have some data cached? I just tested using the v2 and v3 API on a demo site and I could create reviews via the API, list all the reviews including the ones created via the API and then when I view the site the reviews are all displaying there.
It has to be noted that there is no universal reviews endpoint in v2, but only in v3, you can view all the documentation of the API via https://woocommerce.github.io/woocommerce-rest-api-docs/ please note each version of the API has its own documentation that is linked from there.
If none of that solves your issue then I can only think it might he related to a plugin or theme conflict.
The best way to determine this is to
- temporarily switch your theme to Storefront
- disable all plugins except for WooCommerce
- repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
If you are confident that this is a bug in WooCommerce and ruled out conflicts and have steps to reproduce this on a clean WooCommerce install then please open an issue on Github so we can look into this further, but as I mentioned I tested both v2 and v3 of the API and it works fine for me on a clean install.
Hi, I see you already opened an issue regarding this https://github.com/woocommerce/woocommerce/issues/21803
We are aware of the slowness affecting some sites that do not utilise object and persistent caching. There’s an open PR with a proposed fix already https://github.com/woocommerce/woocommerce/pull/21282
We do however need some further testing of that proposed fix, once we have conducted enough testing we will include it in a future release. So far we have earmarked it for WooCommerce 3.6 but this might change in the future.
Going to mark this as resolved since there’s an open issue and a proposed fix already.
Forum: Plugins
In reply to: [WooCommerce] REST API Version documentHi, you can find links the different API’s and their documentation by going here https://woocommerce.github.io/woocommerce-rest-api-docs/#introduction
Forum: Plugins
In reply to: [WooCommerce] action after add to cartIn WP-Admin under
WooCommerce -> Settings -> Productsmake sure your add to cart settings is like this http://cld.wthms.co/kalsTIThen you will need to use the JS triggers I mentioned in my first post to update your mini cart.
There is actually a function in WooCommerce called get_refreshed_fragments which basically does what you are trying to do already, search for that and try and replicate that, or just use that to get the right information.
Forum: Plugins
In reply to: [WooCommerce] Approved Vendor not showing while adding product?Great to hear you got it resolved!
Forum: Plugins
In reply to: [WooCommerce] action after add to cartThere is
woocommerce_add_to_cart, however, the problem with using this hook in your scenario would be that add to cart events usually have a redirect after adding to cart, so if you use the above hook to output your JS it will print before the redirect and then the page will redirect and your code will not execute, that is why I suggested you use the JS triggers instead as that will fire after the redirect as well as on Ajax requests which will also not work if you use woocommerce_add_to_cartForum: Plugins
In reply to: [WooCommerce] Random missing subscriptionHi, the Paid Memberships Pro plugin is not a plugin developed by the WooCommerce team and as such we cannot support it. You will have to contact the developers where you purchased the plugin from for support on the issue as that is not something WooCommerce core related.
Sorry about this, and I do hope you get this resolved with the developers.
Forum: Plugins
In reply to: [WooCommerce] About ‘Risk Free COD’ Plugin support team/authorHi, unfortunately, I do not know why they are not answering support. It is not one of the WooCommerce plugins maintained by the WooCommerce team, but by a 3rd party developers and as such we cannot support it.
Hopefully, someone will get back to you soon there with assistance.
Forum: Plugins
In reply to: [WooCommerce] Product search returns blank pageYes, you will, unfortunately, have to contact the authors of the theme if you identified it as the problem. Hopefully, they already have an update available with the fix for you.
Forum: Plugins
In reply to: [WooCommerce] Approved Vendor not showing while adding product?Hi, unfortunately, that is not one of our products and you will have to contact the developers of the plugin for support with it.
Forum: Plugins
In reply to: [WooCommerce] Custom Subscription Price set by Customer?Yes it does, you can set a suggested price which will be used as the default when the page loads, and then you can also specify a price range the user can enter before buying.
Hi, unfortunately, this forum is for WooCommerce specific questions only, we do not support Elementor and you will have to contact the Elementor team for support on their product.
Forum: Plugins
In reply to: [WooCommerce] This product is currently out of stock and unavailable.Hi, we are not aware of any issues relating to disappearing pricing and this version of WooCommerce have been available for upgrade for some time now.
From what version did you upgrade? Did you run the Database Update routine as requested in WP-Admin?