Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Disable Downloadable Repeat Purchase – WooCommerce

Опис

This WooCommerce plugin prevents a user from being able to purchase a downloadable product that they already own, as long as they are eligable to download that product. In place of the “Add to Basket” button on the product page, a message will display informing the user they already own the item, and links to download the linked files are provided there. Those links are the special links to the file that are provided on the “My Downloads” page, or part of the “My Account” page.

If the user has had a refund for the item, or if they have used up all of their allowed download (when product has a limited number of downloads) then the normal “Add to Basket” button will show again, allowing purchase.

On any page that displays the products other than the single product page, the button shows as “Read More”, as though the product is not available.

Скріншоти

  • The disabled message with default WooCommerce styles
  • How it appears with Storefront theme

Встановлення

Just install the plugin as normal and activate it. Nothing else required.

Часті питання

How does it work?

The plugin file adds 2 functions that hook into WooCommerce using add_filter on ‘woocommerce_is_purchasable’, and ‘woocommerce_single_product_summary’.

It uses div tags, including

<

div class=”woocommerce-info wc-nonpurchasable-message”>, which means it should be styled in conjunction with any WooCommerce theme. Tested on Storefront.

Учасники та розробники

“Disable Downloadable Repeat Purchase – WooCommerce” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Disable Downloadable Repeat Purchase – WooCommerce” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0

  • Initial release