Gerhard Potgieter
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] TranslationsHi Angelo
The translations needs to go inside a /languages/ folder inside the plugin folder.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Order by date product sold?Hi, unfortunately this is not possible at present. WooCommerce nor the plugin keeps track of the date products are sold out.
This may be something I am will to look into adding in a future release but at present this is not possible unfortunately.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Will this plugin evolve.Hi, thanks for the feedback. This plugin is only for adding sold out badges and managing sold out products.
Product badges is way different and allows for more customization, will definitely look into developing a more generic extension like the product badges one.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Sold Out Icon hiding behind imagesAwesome, glad you could find a workaround.
Hi, it should show on the shop page as well if it shows on the categories page. If it does not show then changes are your theme is overriding the templates for the shop page and did not keep all the default WooCommerce hooks in place.
I suggest you contact your theme developers and have then ensure the woocommerce_before_shop_loop_item_title hook is there as that is used for the sale as well as sold out badges.
Hey, had a look a and it seems this is something in your theme not adding the correct hooks when listing the product on the homepage.
I suggest you contact your theme developers, there needs to be a woocommerce_before_shop_loop_item_title hook in any product loop as the sale as well as the sold out badges is added via that.
Hi Annie
Yes I understand however the code is not related to the extension, and is custom code. This forum is only for issues related to the sold out products extension hence why I suggested you contact WooThemes for support on this.
Hi Annie
I assume you are running WooCommerce 2.1? The way prices works has changed hence it wont work the way it did in 2.0.
Can I suggest you log a ticket with WooThemes as this is not related to the extension but custom code in your theme’s functions.php file.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Sold Out Icon hiding behind imagesAlvaro
I think they remove the <?php do_action( ‘woocommerce_before_shop_loop_item_title’ ); ?> part as that is used to load the product image as well and then they added the image manually beneath that. Perhaps try remove the image code in the template file as well and just rely on the woocommerce_before_shop_loop_item_title hook.
What their reasoning was behind this I do not know and that you will have to ask them.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Sold Out Icon hiding behind imagesAlvaro
Have a look at the content-product.php file located in the templates folder of the WooCommerce plugin to get an idea of there to add that hook. The extension needs that hook, and a lot of other extension will most probably also rely on that so it would be wise to perhaps contact your theme developers to look into this for you.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Badge shows but above image instead of on.Hi fsoto
It seems you theme is overriding the core WooCommerce templates with their own and as such does not have the hooks in the right place and order for the extension to work correctly. If you switch to twenty thirteen theme you will see it shows fine.
The only suggestion I have is to get your theme developers to help you with the styling as for a free plugin I cannot debug premium theme code on a case by case basis to make it work.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] icon does not appear in productsHi Madviper
The badge is not showing on archive pages as it seems your theme is overriding the core WooCommerce archive template with its own and is missing some core hooks. I suggest you contact your theme developers and have them look into getting their template overrides in line with the core WooCommerce and to include all the hooks so extensions like this will work.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Sold out Plugin Still visibleHi Kherkiee
Can you please clarify what the issue exactly is? Are you having issues getting the sold out badges to show? If so can you point me to a product that is sold out so I can check for you?
Hi Markmoddy
Unfortunately this plugin was only developed to work with sold out products. You can get this extension modified by a third party dev to include other types of badges.
I will not explore this for the extension as, as the name suggest this is for sold out products only.
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Sold Out Icon hiding behind imagesWebtechne, send me a email trough my contact form on http://gerhardpotgieter.com with details to access the site and a link to a sold out product and I will have a look for you.