Werner Krauß
Werner Krauß
The domain is for sale fixes #19
Are there any recent and relevant articles or tutorials about Silverstripe? Outdated awesome articles might be collected in the archive.
Hi, the module looks great but it even would be greater if it could be translated. If you decide to use Transifex i'd love to provide the german translation. See...
When an Order is finished, the OrderItem tries to get the exact version of the product to show in the order summary (e.g. on /account/order/). Unfortunately with fluent installed, this...
e.g. in https://github.com/silvershop/silvershop-core/blob/master/src/Cart/ShoppingCart.php#L93 I get an exception "Invalid error type specified" when I try to set the cart manually. E_USER_ERROR works
The logic for preventing upscaling is now built in SS4. `ProductImageExtension::getImageAt()` should should use FitMax, ScaleMaxWidth and ScaleMaxHeight. This way all images are processed and resampled with the project's image...
I started my own list as "Awesome SilverStripe" with the repo "awesome-silverstripe". Two years later the CMS got renamed to "Silverstripe CMS", I renamed my list but forgot to rename...
This should avoid something like: [Some Item Name](www.example.com) - Some Item Name.
Hi Colymba, I'm currently wondering how to bulkedit a bunch of `Image` objects, that are currently added to the gallery object as a normal manymany relation. I wonder if changing...
As ModelAdmin provides a hook "updateEditForm" it would be great, to add an extension to a module's ModelAdmin to get drag-and-drop sorting functionality easily. I normally use this gist in...