Search found 21 matches

by obayesshelton
14 Dec 2015, 16:39
Forum: Laravel package
Topic: Add input to delivery option
Replies: 4
Views: 3393

Re: Add input to delivery option

I can see how to do it for a product but not for a delivery, the code shows a switch on the service attribute type but nothing shows...
by obayesshelton
14 Dec 2015, 16:07
Forum: Laravel package
Topic: Add input to delivery option
Replies: 4
Views: 3393

Re: Add input to delivery option

Sorry I meant time not number, basically I need an input which I can put an extra bit of info in and possibly in the future a delivery provider account number
by obayesshelton
14 Dec 2015, 15:30
Forum: Laravel package
Topic: Add input to delivery option
Replies: 4
Views: 3393

Add input to delivery option

Hey,

I am trying to add a input field to all delivery option so that the user can input a delivery contact number etc, I have added it as a text attribute to the delivery service however it won't show on the delivery page.

Could you explain how to do this please...
by obayesshelton
08 Dec 2015, 14:29
Forum: Laravel package
Topic: user gets account creation email but cannot login
Replies: 10
Views: 6378

user gets account creation email but cannot login

Hey,

So the user get's an email with their password and username however when I look into the users table there isn't anything.

Do I need to configure anything?

I noticed symfony users FOS do I need to do any such integration?

Oliver
by obayesshelton
31 Oct 2015, 16:31
Forum: Laravel package
Topic: importer mapper and example csv
Replies: 1
Views: 2819

importer mapper and example csv

Hey, I am using your exaple csv from - https://aimeos.org/docs/Developers/Controller/Import_products_from_CSV I am also using the example mappings and this is how it looks in my config 'common' => array( 'product' => array( 'import' => array( 'csv' => array( 'mapping' => array( 'item' => array( 0 =>...
by obayesshelton
30 Oct 2015, 17:42
Forum: Laravel package
Topic: cannot locate export csv
Replies: 1
Views: 2326

Re: cannot locate export csv

I found it, it was in my tmp directory
by obayesshelton
30 Oct 2015, 17:23
Forum: Laravel package
Topic: cannot locate export csv
Replies: 1
Views: 2326

cannot locate export csv

Hey,

I am trying to export my products, I am doing the following:

Go to admin -> product -> export -> choose EN
Go to admin -> overview (I can see the job)
Go to cli -> php artisan aimeos:jobs product/export

Now what do I do ?
by obayesshelton
12 Oct 2015, 13:55
Forum: Laravel package
Topic: Mandrill
Replies: 3
Views: 3323

Re: Mandrill

Hey,

I have done all that but in the logs within admin I get the following error:

Error while trying to send payment e-mail for order ID "1" and status "5": Server error: 500

How can I debug this further?
by obayesshelton
12 Oct 2015, 13:42
Forum: Laravel package
Topic: Mandrill
Replies: 3
Views: 3323

Mandrill

Hey,

Is it possible to use mandrill with aimeos?

I have run both

Code: Select all

php artisan aimeos:jobs order/email/delivery
and

Code: Select all

php artisan aimeos:jobs order/email/payment
and neither seem to send an email via mandrill

Thanks
by obayesshelton
12 Oct 2015, 13:36
Forum: Laravel package
Topic: Laravel job issue
Replies: 2
Views: 3120

Re: Laravel job issue

Perfect thanks :)