Libraries tagged by custom order
d-skora/simple-sorted-linked-list
1 Downloads
A type-safe sorted linked list for PHP 8.2+, with stable scalar typing, custom sort order, and mutation-safe iteration.
ariyainfotech/module-myorder
1 Downloads
Extension For Magento2 Custom My Order Listing Customer Account Developed By Ariya InfoTech (ariya infotech.com)
carawebs/wp-organise-posts
24 Downloads
Set the display order of WordPress Custom Post Types by drag and drop on the posts edit screen. Ordering is achieved by an index that is set when you drag and drop them in place.
maniyatech/magento2-customshippingrate
3 Downloads
Set your own Custom Shipping rates for admin order or create predefined shipping methods for frontend customers
justinholtweb/craft-palletizr
2 Downloads
Palletization for Craft Commerce — consolidates an order's cartons onto standard, custom and multiple shipping pallets, derives freight class and handling units, and feeds the result to Postie's freight carriers.
utsavrock1811/magento2-checkout-customisation
5 Downloads
Magento 2 Add custom text under the 'ship to' section of order summary page on checkout page
razorisuru/shopping-cart
10 Downloads
The ShoppingCart package provides a simple and flexible solution for managing a shopping cart in Laravel applications. It uses sessions to store cart items, allowing you to easily add, update, remove, and clear items. With support for custom attributes, price calculations, and total cost computation, this package is ideal for building e-commerce and order management systems.
mhinspeya/module-create-email-variables
0 Downloads
Injects custom shipping-method variables (is_pickup / is_shipment) into Magento order, invoice, and credit memo email templates.
magezil/module-customer-block
1 Downloads
Custom module restricts the customer to login, purchase order, add to wishlist, add to compare list and review products individually in Magento 2.
magexpertise/checkout
5 Downloads
Magento 2 Add custom text under the 'ship to' section of order summary page on checkout page
mage2kishan/module-mage-pos
5 Downloads
Panth MagePos - a full point of sale (POS) for Magento 2. Standalone touch-friendly terminal with cashier authentication and PIN lock, register sessions with cash management and X/Z reports, barcode scanning, quick keys, multi-cart hold/retrieve, discounts with per-role caps, custom sale lines, split payments (cash, offline and online methods), 80mm receipts, refunds, offline mode with order sync, and a drag-and-drop layout editor.
interserver/mailbaby-client-php
206 Downloads
**Send emails fast and with confidence through our easy to use [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) API interface.** # Overview This is the API interface to the [Mail Baby](https://mail.baby/) Mail services provided by [InterServer](https://www.interserver.net). To use this service you must have an account with us at [my.interserver.net](https://my.interserver.net). # Mail Orders Every sending account in MailBaby is backed by a **Mail Order** — a provisioned sending credential with a numeric `id` and a corresponding SMTP username (`mb`). Most calls accept an optional `id` parameter; when omitted the API automatically selects the first active order on your account. Use `GET /mail` to list all orders, and `GET /mail/{id}` to inspect a single order including its current SMTP password. # Sending Email Three sending methods are available depending on your use-case: | Endpoint | Best for | |----------|----------| | `POST /mail/send` | Simple single-recipient messages | | `POST /mail/advsend` | Multiple recipients, CC/BCC, attachments, named contacts | | `POST /mail/rawsend` | Pre-built RFC 822 messages (e.g. DKIM-signed payloads) | After a successful send each endpoint returns a `GenericResponse` whose `text` field contains the **transaction ID** assigned by the relay. This ID can later be matched against entries in `GET /mail/log` via the `mailid` query parameter. # Filtering & Logs `GET /mail/log` provides paginated access to every message accepted by the relay for your account. Combine any of the query parameters to narrow results — e.g. `from`, `to`, `subject`, `messageId`, `origin`, `mx`, `startDate`/`endDate`, and `delivered`. # Blocking Two independent mechanisms exist for suppressing unwanted email: - **Block lists** (`GET /mail/blocks`, `POST /mail/blocks/delete`) — addresses flagged by the system spam filters (LOCAL_BL_RCPT / MBTRAP rules in rspamd, and suspicious subjects). - **Deny rules** (`GET /mail/rules`, `POST /mail/rules`, `DELETE /mail/rules/{ruleId}`) — custom rules you configure to reject specific senders, domains, destination addresses, or subject-line prefixes before a message is even attempted. # Authentication In order to use most of the API calls you must pass credentials from the [my.interserver.net](https://my.interserver.net/) site. We support several different authentication methods but the preferred method is to use the **API Key** which you can get from the [Account Security](https://my.interserver.net/account_security) page. Pass your key in the `X-API-KEY` HTTP request header for every protected call.
heimseiten/contao-custom-backend-settings-bundle
1015 Downloads
Seite beim Neuerstellen direkt veröffentlichen; beim Kopieren von Seiten oder Artikeln nicht (Kopie) an den Namen hängen; Artikel beim Neuerstellen direkt veröffentlichen; Nachricht beim Neuerstellen direkt veröffentlichen; Event beim Neuerstellen direkt veröffentlichen; gefilterten Seitenbaum hervorheben; durchsuchten Seitenbaum hervorheben; CSS Eingabefeld vergrößern; Nachrichten mit allen Details, wie bspw. Datum, Veröffentlichungsstatus usw., kopieren; Events mit allen Details, wie bspw. Datum, Veröffentlichungsstatus usw., kopieren; Vorname, Nachname und Land in den Mitgliederdaten nicht verpflichtent; HTML in Formularfeldern erlauben; in einer leeren sortierbaren Liste (z. B. erstes Inhaltselement eines Artikels) das erste Element automatisch einfügen; per Klick auf die Artikel-Zeile die Inhaltselemente öffnen; per Klick auf den Elementgruppen-Kopf die Kindelemente öffnen; beim Anlegen von Seiten keinen Artikel automatisch erzeugen; per Klick auf den Inhaltselement-Kopf das Element bearbeiten; per Klick auf eine Seiten-Zeile die Seiteneinstellungen öffnen; Frontend-Beschriftungen (Weiterlesen, Pagination) pro Seitenlayout je Deutsch/Englisch
odder/lighthouse-scalars
802 Downloads
A collection of custom scalar types for usage with https://github.com/webonyx/graphql-php
marotura/older-froala-text-editor
91 Downloads
A custom Laravel Nova field using Froala editor for older versions of Laravel.