API

Padloper API reference.

$padloper

The $padloper API variable gives you access to Padloper pages, cart, checkout, orders and other shop features.

Finder

This is the API to retrieve Padloper pages. It offers a shorter syntax to fetch Padloper pages (as compared to $pages->find(), for instance).

Usage $padloper->find(), $padloper->findRaw(), $padloper->get() and $padloper->getRaw().

It supports all ProcessWire selectors with the exception of nested sub-selectors.

Please refer to its documentation.

Cart and Checkout

The API for retrieving and manipulating cart and checkout during a session.

Please refer to its documentation.

Order

This API allows you to access orders created Padloper during a shopping session.

Please see its documentation.

Shop Settings

API for all shop settings including general, checkout and tax settings as well as legal pages and payment gateways.

Please see its documentation.

General

This includes general purpose shop features API for other general shop features.

Please see its documentation.

Import

The API for importing items and creating Padloper pages from them.

Please refer to its documentation.

Addons

The API for retrieving addons for frontend use.

Please refer to its documentation.

Manipulation of Padloper Pages

This is the API for manipulating (CRUD) Padloper pages.

This is the API for manipulating Padloper pages.

WARNING

This is a work in progress.