WP Manifestindependent plugin directory
manifest / ecommerce / wp-lalia

Lalia

Lalia WordPress plugin — SSO + Single Item Cart + Stripe→LALIA package_id injector. Submoduled into antonhoreis/lalia-wp at custom_plugins/lalia.

by Anton Horeis · github.com/antonhoreis/wp-lalia

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/antonhoreis/wp-lalia/archive/refs/heads/main.zip

Declares an update source (https://europe-west3-horeis.cloudfunctions.net/wp_update/lalia), so updates arrive through the plugin's own updater.

From the readme

wp-lalia The Lalia WordPress plugin: a single consolidated plugin that wires three modules into the LALIA WP install. This repository is consumed as a Git submodule by antonhoreis/lalia-wp at customplugins/lalia/. It is also reachable from the parent monorepo antonhoreis/lalia-system through lalia-wp/customplugins/lalia/. | Detail | Value | |--------|-------| | Plugin Name | Lalia | | Plugin Slug | lalia | | Entry Point | lalia.php | | Author | Anton Horeis | | Update URI | https://europe-west3-horeis.cloudfunctions.net/wpupdate/lalia | Modules The plugin has independently toggleable modules. Each stores its on/off state as a WordPress option; defaults to 'yes'. Toggle from WP Admin → Lalia → Overview. | Option | Default | Module | |--------|---------|--------| | laliaenablesso | 'yes' | JWT-based single sign-on to the LALIA learning platform | | laliaenablesingleitemcart | 'yes' | WooCommerce cart restriction (one product, qty 1) | | laliaenablestripepackageid | 'yes' | Copy each WC product's laliapackageid post meta into Stripe PaymentIntent metadata at checkout, so the LALIA ERP stripe-sales-event-worker can attribute the purchase to the right LALIA package | | laliaenable

Read the full README on GitHub →