Registry / web-framework / burnbright-silverstripe-shop

burnbright-silverstripe-shop

JSON →
library3.3.0phppackagistunverified

Provides an ecommerce product catalog, shopping cart, and order management system

composer require burnbright/silverstripe-shop
INSTALL
IMPORT
SIG · BURNBRIGHT-SILVERS
B
burnbright-silverstripe-shop
web-frameworkphpv3.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Product
✓ use SilverShop\Page\Product;

Create a new product in SilverStripe Shop.

<?php use SilverShop\Page\Product; $product = Product::create(); $product->Title = 'Example Product'; $product->Price = 19.99; $product->write();
Debug
Known issues
breakingRequires SilverStripe 4.x; not compatible with SilverStripe 3.
fix
Upgrade to SilverStripe 4 or use legacy version.
affects: >=3.0.0
Upgrade
Version history
3.3.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
burnbright-silverstripe-shop — pip install burnbright-silverstripe-shop · libregistry