Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

EDD Card

Beschrijving

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.

Schermafdrukken

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

Installatie

  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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“EDD Card” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “EDD Card” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.3

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

1.0.2

  • Minor readme update