Search found 5 matches

by NicolasLapointe(ComradeNixco)
05 May 2018, 14:01
Forum: Symfony bundle
Topic: Promotional systems in aimeos
Replies: 7
Views: 130321

Re: Promotional systems in aimeos

Okay, thanks for the information I'll see if I could write an extension that could help me with that then.
by NicolasLapointe(ComradeNixco)
04 May 2018, 21:01
Forum: Symfony bundle
Topic: Promotional systems in aimeos
Replies: 7
Views: 130321

Promotional systems in aimeos

Besides the coupon system, is there any promotion system that can be used in aimeos in 2018.04? I have the intention to have a system where some user fulfilling a certain condition have an automatic discount of a certain percentage and I don't want to issue those users some codes that they have to e...
by NicolasLapointe(ComradeNixco)
02 May 2018, 14:27
Forum: Symfony bundle
Topic: Invalid response when updating things in admin view
Replies: 5
Views: 5941

Re: Invalid response when updating things in admin view

FInally, I opted to separate the shop from the main wweb site, now the shop runs on symfony 3 and it works perfectly. I'll see to show you the result of what you asked, but it'll have to wait, sorry.
by NicolasLapointe(ComradeNixco)
30 Apr 2018, 16:57
Forum: Symfony bundle
Topic: Invalid response when updating things in admin view
Replies: 5
Views: 5941

Re: Invalid response when updating things in admin view

Sadly upgrading didn't correct the problem in my app. here's my composer.json: { "name": "symfony/framework-standard-edition", "description": "The \"Symfony Standard Edition\" distribution", "autoload": { "psr-0": { "": ...
by NicolasLapointe(ComradeNixco)
27 Apr 2018, 18:26
Forum: Symfony bundle
Topic: Invalid response when updating things in admin view
Replies: 5
Views: 5941

Invalid response when updating things in admin view

I have this error that appears when I try to edit or delete entries in the admin view: The controller must return a response (Object(Aimeos\MW\View\Helper\Response\Symfony2) given). 500 Internal Server Error - LogicException . It can be noted that the actions is still done (I.E.: The product is remo...