このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

MyStem EDD

説明

MyStem EDD add extra features to the WordPress theme ‘MyStem’ like shortcodes, downloads category templates, single download templates and more, if you use the plugin Easy Digital Downloads
This plugin requires the MyStem theme to be installed.

You can see the Site with this plugin and WordPress theme MyStem

Features

  • Select a template for each Downloads category
  • Select a template for Single Downloads;
  • Choose Category Icon and Icon color;
  • Hide title and description of category;
  • Set the number of posts for each category;

Shortcodes

  • Popular downloads
  • Featured downloads
  • Latest downloads
  • Account informations
  • Count of all sales
  • Count of all users
  • Count of all downloads

インストール

  • Installation option 1: Find and install this plugin in the Plugins -> Add new section of your wp-admin
  • Installation option 2: Download the zip file, then upload the plugin via the wp-admin in the Plugins -> Add new section. Or unzip the archive and upload the folder to the plugins directory /wp-content/plugins/ via ftp
  • Press Activate when you have installed the plugin via dashboard or press Activate in the in the Plugins list

FAQ

Add cart to menu

You can add the cart to the menu and be setting it from Customizer. Just add class ‘mystem-edd-cart’ to the menu item

Shortcodes for Downloads

You can easily output a list or grid of downloadable products using the [downloads] short code. This short code accepts a variety of parameters that allow you to specify what downloads are displayed, and how they are displayed.

To show downloads with the default configuration, use this: [mystem_downloads]

List of the parameters:

  • products – Which downloads will appear (featured, popular, latest, cat)
  • type – How to display downloads. Can be ‘slider’ or ‘grid’
  • columns – How many columns appear for ‘grid’ (2,3,4)
  • number – Number of downloads
  • exclude – exclude downloading with ID
  • title – title for slider
  • background – background for slider
  • color – color for slider
  • imgheight height of thumbnails in px, default ‘auto’
  • category – for products = cat, which category appear

For Example, [mystem_downloads products=”featured” type=”grid” columns=”4″ number=”8″ exclude=”32″]

Output the selected list of 8 downloads in four columns excluding download with ID = 32

Shortcodes for Account

You can easily output information about login user, use this; [mystem_account]

List of the parameters:

  • meta – What information should be displayed: avatar, nicename, login, pass, email, url, registered, firstname, lastname
  • size – use for meta = avatar, default 96. The size of the avatar

For Example, [mystem_account meta=”email”]

Output of current user email

Shortcodes for Statistic

You can easily output statistic information, use this; [mystem_edd_count]

List of the parameters:

*type – What shall we deduce. Can be: products, users, sales

For Example, [mystem_edd_count meta=”sales”]

Displays the total number of sales

評価

このプラグインにはレビューがありません。

貢献者と開発者

MyStem EDD はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“MyStem EDD” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1

  • Fixed: minor bugs

1.0

  • Initial release