Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

EDD Card

Leírás

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.

Képernyőmentések

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

Telepítés

  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.

GYIK

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.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“EDD Card” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“EDD Card” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

1.0.3

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

1.0.2

  • Minor readme update