SyliusCustomOptionsPlugin
SyliusCustomOptionsPlugin copied to clipboard
A Sylius plugin that adds customer options
$translatable must not be defined (as in class Sylius\Component\Resource\Model\AbstractTranslation)
After updating my php version to 8.1 and SyliusCustomOptionsPlugin to 4.0, i've this error during `composer install`: !! Fatal error: Type of Brille24\SyliusCustomerOptionsPlugin\Entity\CustomerOptions\CustomerOptionGroupTranslation::$translatable must not be defined (as in class...
I tried the latest version, i can now add a product with a free custom option, but i can't add one with predefined option ( a simple list in my...
1. Don't load all customer options to filter in PHP 2. Rename the class to have a more descriptive name and fixing the tests
Hi, Can you please confirm me that the plugin doesn't work with attributes in the entities ? Think in advance.
Hi there, When u try to pay with Paypal using this plugin. The price amout sent is not the right one. It miss the CUSTOMER_OPTION_ADJUSTMENT. We need to override it...
Hi, i'm using a fixed amount price for some of my product's customization, but the paypal checkout it's not working anymore. I think it's because of the price on the...
This PR adds support for PostgreSQL by adjusting the migrations.
Inputs for text options are now trimmed. And empty inputs do not create CustomerItemOptions anymore (inputs like " " that only contain whitespace chars)
It would be nice if I could disable options in the dropdowns (select and multi_select). The reason is simple: some options are sometimes temporarily unavailable. Basically, we have to wait...