Descripción
This plugin adds @jessepollak’s Card library to the checkout page of Easy Digital Downloads.
Everything is created with pure CSS, HTML, and Javascript — no images required
Check out Jesse’s Demo.
Capturas
Instalación
- Upload the plugin to your
plugins
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
You have access to the following filter:
apply_filters( 'edd/card/position', 'center' );
It takes a string (center
, left
, or right
), that determines the position of the card in its container.
FAQ
- Installation Instructions
-
- Upload the plugin to your
plugins
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
You have access to the following filter:
apply_filters( 'edd/card/position', 'center' );
It takes a string (
center
,left
, orright
), that determines the position of the card in its container. - Upload the plugin to your
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«EDD Card» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «EDD Card» 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.0.3
- deregister script
jQuery.payment
, EDD mishandles this and requeues the script under some conditions
1.0.2
- Minor readme update