aimeos-core icon indicating copy to clipboard operation
aimeos-core copied to clipboard

Aimeos PHP e-commerce framework for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce

Results 9 aimeos-core issues
Sort by recently updated
recently updated
newest added

Hi aimeos, I use : PostgreSQL 14 "laravel/framework": "^9.2", "php": "^7.3|^8.0", "aimeos/aimeos-laravel": "~2022.04", "aimeos/ai-cms-grapesjs": "2022.04.1", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", "laravel/framework": "^9.2", "laravel/jetstream": "^2.2", "laravel/sanctum": "^2.6", "laravel/tinker": "^2.5", "livewire/livewire": "^2.0", "phing/phing":...

Following on from the discussion on the below thread, I have updated the plugin to query on product code(s) not product ID. This enables product attributes to be stored on...

When a coupon code is entered but invalid (eg. because the basket decorator does not fit requirements), no error message is displayed. The code just becomes part of the basket...

Hi everyone, the 'Supplier' provider allows the customer to choose a supplier during the checkout process, when 'Pickup' was chosen as the delivery option. Downside: Every supplier is listed here,...

help wanted

I am trying to retrieve the config value for ``` controller/jobs/product/import/csv/location ``` from within an admin panel, but using ``` $view->config('controller/jobs/product/import/csv/location', false); ``` returns false. If I set the value...

Hi, I'm not sure where to post this best, so I created an issue here at the core package. Affected version is at least 2021.10 on TYPO3. Additionally, I'm not...

Hi everyone, I'm having a problem when trying to create a new shop with a specific template for setup like this: \Aimeos\Setup::use(new \Aimeos\Bootstrap())->context($context)->verbose('vv')->up($code, 'my_custom_template'); It doesn't matter my data code,...