This topic has 3 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Olga Barlow
Hi
I have come across something of concern with this theme. I created a variable product with variations, including type and size. Each variation comes with a different price. When the site is not in catalogue mode, all the selections that the user can pick are displayed as drop down menus for each variation. When the user selects the variations they want, the price is displayed. However, in catalogue mode, none of the variation drop-down menus are shown and all the user see’s is lowest price – highest price, in this format:
1$ – 5$
This for me is not helpful, as the client is not able to find out what the cost of different variations are. Please kindly explain how to fix this… this has to be a design flaw. I can’t see anything to correct this in the theme options.
Regards
Note, I already have a plugin called “WooCommerce Product Catalog Mode”:-
https://codecanyon.net/item/woocommerce-product-catalog-mode/14518494
This would normally allow me to do what I need to do, but XStore seems to conflict with this plugin and it does not work either. As an option, is there a way to delete XStore’s catalog funcionality completely so I can use “WooCommerce Product Catalog Mode” instead, since there are more options with this plugin to allow variable product options in its catalogue mode?
Hello,
Unfortunately, WC does not have hook to disable add to cart button without drop-down. It has only hook to disable the whole form – remove_action( 'woocommerce_variable_add_to_cart', 'woocommerce_variable_add_to_cart', 30 );
. In case you want to disable only add to cart button you may try to do this using custom CSS and also disable add to cart widget in header from Theme Options.
I can help you with this if you provide me temporary admin panel access.
Regards
The issue related to '‘XStore variable products in catalogue mode does not display variants’' has been successfully resolved, and the topic is now closed for further responses