İndirimli ürünlerde Ürün sayfanızda indirimin bitiş tarihini görüntülemek için küçük bir eklenti.
Legend: 
Download

Report
This expanded version of the Special Expire Date In Product Page will now display the expiration date for the sale (if it applies) on any page that displays product prices. Hopefully this will encourage customers to buy products before the sale is over.
Modified the code so it will work with any language.
Simply changed the configuration query so to use true/false thus cutting it down to one less table used as opposed to the previous method. (For me it's easier to click true or false instead of inputting 1 or 0 to enable/disable)
Fixed a bug in the English version of this modification. As written the words "Special Expires" are written to the screen in any product that has a special price, even if the special price is set to never expire. The modification checks for an expiration date of all zeros as well as a null expiration to allow for specials that never expire.
I needed an English version; and, in the process, I cleaned up the code a little bit. The instructions show how to display the special's expiration date in your product_info.php
İndirimli ürünlerde Ürün sayfanızda indirimin bitiş tarihini görüntülemek için küçük bir eklenti.