Libraries tagged by store.js
tastaturberuf/anystores
1742 Downloads
Location management and geographic search
zetacomponents/tree-database-tiein
4132 Downloads
The Tree component handles the creating, manipulating and querying of tree structures. This component implements the database related backends and data stores.
yii2-module/yii2-currency
1427 Downloads
The engine that crawls and stores currency exchange rates every day.
sunnysideup/youtubefield
761 Downloads
Field for selecting YouTube videos. Takes various URL formats as input and stores the YouTube ID.
spargon/laravel-auth-logger
203 Downloads
Laravel Auth Logger stores user authentication logs and sends out notifications whenever a user logs in from a new system.
ringcaptcha/app-lookup
549 Downloads
Lookup for an app in the stores
rhymedigital/contao_rhyme_formdata
138 Downloads
A Contao CMS extension that dynamically stores form data from the form generator (replacement for EFG) with Excel/CSV export
rhubarbphp/scaffold-application-settings
36713 Downloads
Stores system wide application settings in the default repository.
outl1ne/nova-openai
4962 Downloads
OpenAI SDK for a Laravel application that also stores OpenAI communication and presents it in a Laravel Nova admin panel.
ordereazi/commerce-sdk
4 Downloads
Build a fully custom headless storefront - your own web app, mobile app, or POS - against a single OE Commerce store. Every endpoint below is namespaced under `/api/v1/store/...`. Building admin/back-office tooling instead? See [/docs/admin](/docs/admin). New here? [/guides/store](/guides/store) walks through getting a key, the anonymous cart session, and calling your first endpoints step by step - this page is the field-level reference to come back to afterward. ## Getting Started 1. Click the **Authorize** button at the top of this page. 2. Provide credentials: - **X-Commerce-Key** (always required) - your store's Store Access Key from Backoffice > Settings > Application APIs. `pk_store_...` (publishable) is safe for browser/mobile code; `sk_store_...` (secret) is server-to-server only and is rejected outright if a browser Origin header is present. - **Bearer** (only for endpoints acting on a specific customer - Account, Orders, Wishlists, etc.) - the token from **Auth > register** or **Auth > login**. Once authorized, you can explore and test all available endpoints directly from this interface. ## Anonymous Carts A guest cart is tracked by an `X-Session-Ref` header, not a cookie - the server generates one on your first request and echoes it back on every response after. Keep sending back whatever value you last received. Logging in carries that same cart forward onto the customer's account automatically, with no separate merge step. ## Errors Failures use RFC 9457 Problem Details (`application/problem+json`) with a stable `code` field for programmatic handling, e.g. `store_key_invalid`, `store_key_revoked`, `store_key_scope_denied`, `rate_limited`. A rejected *business* action (e.g. adding fewer than a product's minimum order quantity to the cart) instead comes back as HTTP 200 with `"success": false` and a human-readable `message` - always check `success` in the body, not just the HTTP status code. ## Rate Limits Requests are limited per Store Access Key (200/minute). The credential-stuffing surface (register/login/forgot-password/reset-password) is limited more tightly per caller IP (10 per 5 minutes). A 429 response includes a `Retry-After` header.
orangecat/module-returns
71 Downloads
Customer-facing RMA and return request management for Magento 2 B2B stores
nimblephp/storagebox
223 Downloads
Universal file storage module for NimblePHP - stores files (local/MinIO/S3) with metadata in the database
mouf/utils.mailer.db-mail-service
16975 Downloads
This package contains a mailer that does not send any mail! Instead, it stores the mail to be sent in a database 'mails' table. The DB mailer can later forward the mail to a real mailer that will indeed send the mail.
mhinspeya/hyva-look-and-feel
10 Downloads
Experience the extraordinary shopping journey with the Inspeya Looks & Styles module, revolutionizing your online store's ambiance. Unlike traditional retail encounters, our Looksandstyles technology elevates conversion rates and enhances customer satisfaction. With the Inspeya Looks & Styles module, you can effortlessly curate diverse looks and styles tailored to your customers' preferences, including color schemes, seasonal trends, fashion aesthetics, activities, and much more. Discover the potential of this module today and transform your customers' shopping experience, the Inspeya Looks & Styles Module empowers merchants to connect with their target audience in a more meaningful and effective way, driving traffic, engagement, and ultimately, sales to their online store.
level51/silverstripe-dropdownsfield
742 Downloads
FormField which renders multiple dropdowns and stores the results as a JSON object.