starfruit / ecommerce-bundle
Starfruit Ecommerce Bundle
Installs: 411
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/starfruit/ecommerce-bundle
This package is auto-updated.
Last update: 2025-10-18 10:08:41 UTC
README
Starfruit Ecommerce Bundle
Requirement
- Install E-Commerce Framework
Installation
- On your Pimcore 11 root project:
$ composer require starfruit/ecommerce-bundle
- Update
config/bundles.phpfile:
return [ .... Starfruit\EcommerceBundle\StarfruitEcommerceBundle::class => ['all' => true], ];
Config
Product Parent Class
Extends Data Object Product with class \Starfruit\EcommerceBundle\Model\Product\AbstractProduct
View templates
Config view templates to render data from bundle Controller, please overwrite below default config in config/config.yaml:
starfruit_ecommerce:
view_templates:
cart:
default: 'cart/cart.html.twig'
checkout:
address: 'checkout/address.html.twig'