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.
CartOperationPostSavePluginInterface
✓ use Spryker\Zed\CartExtension\Dependency\Plugin\CartOperationPostSavePluginInterface;
Implement a cart post-save plugin
use Spryker\Zed\CartExtension\Dependency\Plugin\CartOperationPostSavePluginInterface;
class MyPlugin implements CartOperationPostSavePluginInterface
{
public function postSave(QuoteTransfer $quoteTransfer, ItemTransfer $itemTransfer): void
{
// Custom logic after cart save
}
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.