Hello Guys
I will to use this plugin Simple Catalog for WooCommerce but the customer need the client talk with saller for whatsapp.
So, we need change option for when
clikc in add to car
, to contact our
seller in WhatsApp.
Can help me with orientations how, I can chage this button, please.?
]]>Hello,
I would like to hide the add to cart button but keep the price according to the variation.
Is it possible. I can’t do it.
Thank you
]]>Hi
I use only standard WooCommerce widgets like “recently viewed” and “you also may be interested” but prices are not hidden there. Is it any solution? Without this it is make no sense to use this plughin (only if all widgets with products are disabled).
Hi, is there any known conflicts with WPAstra theme? I set all settings to ‘Hide for all users’. But the prices and Add to cart buttons remain visible both in single product and product archive (shop page).
]]>Hi, first of all thanks for this awesome plugin, and all the time you invested into make it,
however i want explain there is a bug, maybe you can help
if you create a product with variation images, and using this plugin you hide the “add to cart” button,
then you are no longer able to change the image automatically the moment you change the variation,
it works as long as you dont add gallery images, but the moment you add gallery images and you click on any of those gallery image, you are done, at that moment the variations no longer switch images
hope i explained myself good enough,
any help will be appreciated
]]>Hi, I wonder if it would be possible to translate the plugin setting fields’ contents? I have two languages and the setting: “Price Text Replacement” and URL would be different based on the language of the visitor.
All the best
A
/**
* Hide the Add to Cart button on the single product page
*/
public function scw_single_product_hide_cart_buttons() {
global $product;
if( $product->is_type(‘variable’) ) {
// Remove price on Variation
—–> remove_action( ‘woocommerce_single_variation’, ‘woocommerce_single_variation’, 10);
// Remove Add to Cart on Variation
——> remove_action( ‘woocommerce_single_variation’, ‘woocommerce_single_variation_add_to_cart_button’, 20 );
}
else {
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
}
}
Does this work with widgets?
I’ve installed it and configured it and it works great in “normal” shop pages but in sidebar widgets and in “Elementor Essential Addons” product grid it still displays the price and add to cart button.
Hi,
I have the plugin installed for certain (blue background/border etc.)
Not seeing the Tab in settings.
Am running WooCommerce v. 3.4.3, WordPress 4.9.7
Running in Multisite. Is the plugin compatible in multisite?
Thanks!
]]>The plugin did a great job hiding the price and add to cart. I found that $0.00 still shows up in the featured product widget and also top rated products widgets.
I allow users to submit a product form to list in woocommerce. Even though price is not even an option for the user, the listing shows up on woocommerce as $0.00. When I go to the backend product listing, no cost is listed. So I’m not sure why $0.00 even shows up. After the plugin is activated and set to hide price, the $0.00 disappears as expected fro the woocommerce product listing, but still shows up in the 2 widgets I mentioned above.
Any help would be appreciated.
]]>Seems that does not with woo commerce version 3.2.6
]]>I would like to hide the price before adding to cart for just this one product. The plug-in works great but it would be great if I could isolate the hidden price per product.
Is this possible?
Thanks in advance.
Jimmy
]]>I uploaded the .zip for Plugin: Simple Catalog for WooCommerce in my plugins on WP. But when I go to my Woocom. page >> Settings, there is no tab like seen in the screenshots for this plugin..What do I do? #NewtoWP
]]>Hi, Ive tried to install the plugin but I get this message: Plugin could not be activated because it triggered a fatal error.
Fatal error: Can’t use method return value in write context in /var/www/vhosts/dandyhire.co.uk/httpdocs/wp-content/plugins/simple-catalog-for-woocommerce/simple-catalog-for-woocommerce.php on line 296
Any advice would be most appreciated.
Jen
]]>I have the setting “Prices: Hide for all Users” set but it only applies to the Product Pages.
I am still seeing all of the prices ($0) on the Cart Page and Checkout Page.
]]>Hi,
Do I have to install and setup woocommerce plugin completely if I want to use “Simple Catalog for Woocommerce” plugin.
Thanks.
]]>I’ve set the plugin to hide price from all users except those logged in. Yet the price is still visible within the ‘Related Products’ section of my site. Is this a known issue? Will there be an update or can you recommend any code to fix this?
Thanks!
]]>Hi there, this is a very simple plugin however I can’t get it to do what it should!
I want to hide the price/cart/checkout from all users except those logged in. It works for cart/checkout but just not the price!?
Any help would be appreciated.
Thanks,
How can I hyper link the Price Text Replacement with the login page, so when the visitor click on the text, it redirects him automatically to the registration page
]]>How can I leave the option of Product Variations and hide the Cart Button? I need variations because I’m using the plugin “YITH WooCommerce Request A Quote”.
Thank you.
Hi,
I installed the plugin but I can’t activate it.
I just click activate, it reloads the page and nothing happens, it remains deactivated.
I’m using WP 4.8 and WC 3.1 with Avada 5.
Any suggestions?
]]>Hey Anthony,
first of all thank you for a great plugin.
I tested Simple Catalog for WooCommerce with Twenty Sixteen theme and the Woothemes Canvas theme and it works great.
Now I am using Simple Catalog for WooCommerce on a website with the Avada theme and the Add-to-Cart link is visible and active for guests (not logged in users) on the Shop page and on the single-product page under Up-sells and Related Products even though the setting is “Display for logged in users”.
Cart and Checkout page has the setting “Display for logged in users” and it works. The user is redirected to the Home page, but the product is added to the Cart and if the user then logs in the Cart is populated.
Server: Apache
PHP: 7.0.11
MySQL: 5.6.29
Avada: 4.0.3
WoocCommerce: 2.6.4
Hey Anthony,
I just installed this plugin and got a Fatal Error when I activated it.
WordPress version: 4.6.1
WooCommerce version: 2.6.4
Error
Plugin could not be activated because it triggered a fatal error.
Fatal error: Can’t use method return value in write context in /home/cpaneluser/public_html/wp-content/plugins/simple-catalog-for-woocommerce/simple-catalog-for-woocommerce.php on line 243