I created an archive of products in views and I am using a content template in the loop.
That content template contains the following shortcode: `[wpv-woo-buy-or-select show_quantity_in_button="yes" show_variation_options="yes"]`
For simple products, the gratvity forms and the WC FIelds Factory Fields (https://wordpress.org/plugins/wc-fields-factory/) are not working, but they are working for variable products.
I believe that shortcode treats simple products differently in a way that interferes with how these plugins function. Since the exact same issue persists, and persists even with the Official Gravity Forms Woocommerce Extension (sold on the Woocommerce store and vetted by Automattic, the company behind WordPress), I believe something is wrong, or not completely right with how that shortcode is being handled.
Hello,
It seems to be a compatibility problem, please elaborate the question with more details:
the gratvity forms and the WC FIelds Factory Fields are not working.
Since I don't have a copy of gratvity forms, so I have tried these in my localhost:
1) In a fresh WordPress installation, install/activate those latest version of plugins:
- Woocommerce
- Toolset Views plugin
- Toolset WooCommerce Views
- WC Fields Factory
2) Create some simple product posts
3) Create WordPress archive of post type "Product"
in the loop, display shortcode:
[wpv-woo-buy-or-select show_quantity_in_button="yes" show_variation_options="yes"]
It works fine, I can see "Add to cart" button of each product posts without any problem, see screenshot wpv-woo-buy-or-select.JPG
How and where can I see the problem as you mentioned above?
Please provide detail steps to duplicate the same problem. thanks