Sylvain

Results 3 comments of Sylvain

I know it's using the application mail interface, but I needed to do this: ```php return $this->mailer ->compose() ->setFrom($this->from) ->setTo($this->to) ->addHeader('X-MJ-TemplateID', $template) // swiftmailer-message ->addHeader('X-MJ-Vars', $json_vars) ->send(); ``` So I...

I also noticed that the sortable doesn't really work well. I have to drag really far above the container to make it move.

Yes, I agree with this. It is not clear why getPrice() must return an integer. How is it supposed to work with an item that costs 0.5€ or 0.25$ ?