Gerhard Potgieter
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Conflict with Sale Button?Hi Guys, thanks for reporting this, I have patched up the bug and an update should go out in the next hour or so, v1.0.3
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Sold Out Icon hiding behind imageHi, please add the following css to your theme’s custom.css file to make it show ontop of the image
.soldout {
z-index: 9999;
}Hi John
I have just pushed an update out with a fix for this ??
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Conflict with Sale Button?Hi Matt
If you are referring to the On-Sale badge not displaying when a product is Sold Out then yes, the plugin removes the On-Sale badge to display the Sold Out badge when a product is sold out.
Forum: Plugins
In reply to: [WooCommerce Chosen Variation Dropdowns] how can i use it?Hi
The plugin has no option, you simply activate it to transform your variation dropdowns into chosen style dropdowns.
There is only one option and that is to disable search on the dropdowns and this can be set under WooCommerce -> Settings -> Catalog tab under the catalog options section.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] How do you use this plugin?Hi Graig
You can simply just untick the Out Of Stock Visibility option under WooCommerce -> Settings -> Inventory tab. This will make out of stock items display in your product catalog with the out of stock badge and not make it purchasable.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Label/textHi
This can all be done by overriding the template, simply copy the file called templates/loop/sold-out-flash.php and templates/single-product/sold-out-flash.php to your theme’s folder under WooCommerce folder keeping the directory structure as it. So it should be yourthemefolder/woocommerce/loop/sold-out-flash.php and yourthemefolder/woocommerce/single-product/sold-out-flash.php and make the changes in those files.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] How do you use this plugin?Hi Dan
At the moment it will only add a sold out flash icon to the single product image, however I will add so that it will add one to shop images as well in the next release.
Forum: Plugins
In reply to: [Plugin: Woocommerce] Sold out signs on products.Hi
This extension will do that https://www.ads-software.com/extend/plugins/woocommerce-sold-out-products/
Forum: Plugins
In reply to: [WooCommerce] A button to empty the chart !?Add the following code to your theme’s functions.php file and then just append ?clear-cart to any of your site urls
// check for clear-cart get param to clear the cart add_action( 'init', 'woocommerce_clear_cart_url' ); function woocommerce_clear_cart_url() { if ( isset( $_GET['clear-cart'] ) ) { global $woocommerce; $woocommerce->cart->empty_cart(); } }
Forum: Reviews
In reply to: [WooCommerce] Tried them all Woo is bestYou can do that with the product add-ons extension ??
Not sure if your installation will support this, but in your wp-admin folder create a file called php.ini and inside that add the following:
php_flag register_globals off register_globals = 0 memory_limit = 64M
If that fails try changing the default php.ini file and changing the values as above.
Forum: Hacks
In reply to: Redirect function for pluginHave a look at the wp_redirect() function, it takes url and type of redirect as parameters.
Hi reverbstudios, once you have registered here you log in to your dashboard and just need to setup a HTTP/S API. Once you have set that up you can just enter the credentials in the plugin options page.
Forum: Plugins
In reply to: plugin to send blog update alert via sms in indiaHey viekbetu, have you seen International SMS Subscription Manager plugin? It supports over 800 networks in 221 countries including India