EDD Sale Price

描述

Put your downloads in the spotlight by giving them a sale price!

Numerous studies have shown that people are more likely to buy a product, no matter what, if it is has a discount. Specially if it is something they already wanted to have. The discount will trigger the potential customer to buy your products fast.

Setting up a discount correctly is important, of course you can just lower the price, but then most people will not know the product is discounted. With EDD Sale Price the regular price will be shown with a strikethrough so people will see how much it regularly costs, and what the new sale price is!

Works with both simple downloads and variable priced downloads.

Look at the screenshots!

Feature requests, ratings and donations are welcome and appreciated!

螢幕截圖

  • Overview download listing
  • Download detail page pricing
  • Checkout price - requires EDD 2.3!
  • Admin download sale price setting
  • Admin download variable sale price settings
  • Another download detail page example

安裝

  1. Upload the folder edd-sale-price to the/wp-content/plugins/` directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the settings page to fine-tune the settings if desired

常見問題

Is the regular price displayed everywhere?

We try to display the regular price – with a strikethrough – besides the sale price on as many places as possible.

However, due to some restrictions within Easy Digital Downloads, it will currently not display everywhere. We are working on improving this with. (it is displaying on the most important places)

Why am I not seeing the regular price at the checkout?

The checkout is one of those places where we improved this. But due to a new change, it does require Easy Digital Downloads 2.3+

Can I display the regular price within the purchase button?

It is possible through a code snippet, though there are two things to consider:
1) The purchase button will become a lot bigger
2) Due to the way the buttons are loaded, you will see (for example) \<s>$50<\/s> for about half a second. The ‘s’ tags are there for the strikethrough. Its not ideal, but unfortunately we don’t have any control over this.

If you’d like to activate this: add_filter( 'eddsp_display_regular_price_text_buy_button', '__return_true' );

評價

2018年12月17日
I could not immediately understand where to look for the settings of this plugin. But then I saw "Show advanced settings".
2018年5月16日
This plugin works as expected. I added the button price filter to my theme functions.php and Voila! the original price with a strike thru showed up. Shame on EDD not to include the functionality as a standard.
2017年10月18日
Works as described. Best part is the code is clean, which is very important to us when using any plugins. Great work all around.
閱讀全部10個評價

貢獻者及開發者

“EDD Sale Price” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

EDD Sale Price 外掛目前已有 3 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 EDD Sale Price 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.5.1 – 23/08/2021

  • [Fix] – 1.0.5 in some situations causing products to be 0 unintended

1.0.5 – 16/08/2021

  • [Fix] – ‘0’ not allowed as sale price

1.0.4 – 18/09/2017

!! Required EDD 2.8+ !!

  • [Improvement] – Use EDD 2.8 method of adding variable prices
  • [Improvement] – Make use of new price filter instead of overwriting (Props to Phil Johnston)

1.0.3 – 28/06/2016

  • [Fix] – Notice caused on checkout pre-save of sale price fields
  • Bump tested up to version to WP 4.8

1.0.2 – 18/07/2015

  • [i18n] – Add French translation

1.0.1 – 25/05/2015

  • [Fix] – Sale price incorrect in admin dashboard
  • [Fix] – Incorrect sale price in cart when adding a variable download
  • [Improvement] – Add filter to allow the regular price with a strikethrough on the buy button.

1.0.0 – 22/02/2015

  • Initial release