Linux 软件免费装
Banner图

EDD Downloads Lists

开发者 tsunoa
rubengc
更新时间 2017年6月2日 00:21
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 4.8
版权: GPLv2 or later
版权网址: 版权信息

标签

widget e-commerce widgets download list like lists recommend recommendation recommendations edd easy digital downloads downloads digital likes favorite wish favorites tsunoa rubengc wishes

下载

1.0.0 1.0.1

详情介绍:

EDD Downloads Lists allow you add a separated user downloads list. The idea of this plugin is keep EDD Wish List as a user lists manager and EDD Downloads Lists as internal list manager. EDD Downloads Lists has four predefined lists:
  1. Wishes
  2. Favorites
  3. Likes
  4. Recommendations
You can enable any list at any moment. When you enable a list, you will be able to set this settings for each list:
  1. Label: Defines the button label
  2. Icon: Defines the button icon
  3. Count: Show/Hide total times this download has been added to this type of lists
  4. Style: Defines the button style (Plain text or button)
  5. Page: Defines the page where users can see their list (The page needs the shortcode [edd_downloads_lists])
  6. Guest: Allow guest to create this type of lists
  7. Cart: Show/Hide an add to cart button on this type of lists
  8. Share: Show/Hide share options on this type of lists
Also includes a widget to render enabled list buttons on Download's sidebar. For developers, read the FAQ section to learn how to add or modify default lists. This plugin requires Easy Digital Downloads and EDD Wish Lists.

安装:

  1. Unpack the entire contents of this plugin zip file into your wp-content/plugins/ folder locally
  2. Upload to your site
  3. Navigate to wp-admin/plugins.php on your site (your WP Admin plugin page)
  4. Activate this plugin
  5. That's it!
OR you can just install it with WordPress by going to Plugins >> Add New >> and type this plugin's name

屏幕截图:

  • Screenshot from downloads settings screen
  • Screenshot from downloads settings screen (Settings for a button)
  • Screenshot from front end (Theme: vendd)
  • Screenshot from front end after add to list (Theme: vendd)

常见问题:

How can I add my own list?

You can add your own lists using the filter edd_downloads_lists_registered_lists. This is the structure for a list: $list = array( 'list_identifier' => array( 'singular' => '', // List display name singular 'plural' => '', // List display name plural 'post_status' => 'publish', // Post status on create the list (publish|private) 'label' => '', // Default value for button label 'icon' => '' // Default value for button icon (add|bookmark|gift|heart|star|none) ) );

更新日志:

1.0.1 1.0