Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

EDD Card

Beschreibung

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.

Screenshots

  • Filling in card details, live updates the card
  • There are a lot of different types of cards included

Installation

  1. Upload the plugin to your plugins directory
  2. 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
  1. Upload the plugin to your plugins directory
  2. 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.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„EDD Card“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „EDD Card“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0.3

  • deregister script jQuery.payment, EDD mishandles this and requeues the script under some conditions

1.0.2

  • Minor readme update