Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

MyStem EDD

Descripción

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

Instalación

  • 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

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«MyStem EDD» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «MyStem EDD» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.1

  • Fixed: minor bugs

1.0

  • Initial release