SyliusVendorPlugin icon indicating copy to clipboard operation
SyliusVendorPlugin copied to clipboard

This is a Sylius Plugin that add vendors (brands) to your store. The vendors is an entity that sells products and are fully customizable by the admin.

Results 3 SyliusVendorPlugin issues
Sort by recently updated
recently updated
newest added

Hello, When I try to override the model with the configuration like this: ``` sylius_resource: resources: odiseo_sylius_vendor_plugin.vendor: classes: model: App\Entity\Vendor\Vendor ``` ``` use Odiseo\SyliusVendorPlugin\Entity\Vendor as BaseVendor; use Doctrine\ORM\Mapping as ORM;...

since vendor is related to a locale its name and slug HAD TO BE translated like description field. so when the shop user uses another language the vendors page should...

Hello, With PHP 8.2 I got a deprecated issue: `PHP Deprecated: Creation of dynamic property Odiseo\SyliusVendorPlugin\SitemapProvider\VendorUrlProvider::$channel is deprecated in /var/www/html/vendor/odiseoteam/sylius-vendor-plugin/src/SitemapProvider/VendorUrlProvider.php on line 40` The property `$channel` is not declared in...