Search found 29 matches

by alfredlaggner
20 Mar 2020, 21:00
Forum: Help
Topic: How do I set up dropshipping
Replies: 1
Views: 1723

How do I set up dropshipping

I am planning to create a dropshipping business. In the documentation, I could not find advice on how to set up drop shipping.
What is the best way to set up drop shipping in Aimeos?
I have the latest Aimeos installation on Linux.

Best regards,

Alfred
by alfredlaggner
08 Dec 2016, 23:15
Forum: Laravel package
Topic: user email verification system
Replies: 4
Views: 2760

Re: user email verification system

I will do just that!
Thank you!
by alfredlaggner
08 Dec 2016, 01:27
Forum: Laravel package
Topic: user email verification system
Replies: 4
Views: 2760

Re: user email verification system

I have been able to set the delivery status to "in progress" by having the customer click on a link in their confirmation email. But every time they do that the system creates an empty screen on their browser. How can I avoid that? Is AJAX the solution? If yes, how do I put the code in 'ht...
by alfredlaggner
28 Nov 2016, 03:35
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 9971

Re: CSV Import file location setup issue?

After doing other work I came back io import pictures. I corrected the baseurl by adding a leading backlash. But now I have a new issue: as you suggested I added the media file name to the csv import. But no matter what I try the filename does not show up within aimeos database system. I tried with ...
by alfredlaggner
20 Nov 2016, 17:11
Forum: Laravel package
Topic: Database error message: Access denied for user 'root'@'local
Replies: 3
Views: 3489

Re: Database error message: Access denied for user 'root'@'l

It helped! Thank you.

Will you work on this issue? Isn't the database less secure now that the credentials are visible?
by alfredlaggner
19 Nov 2016, 19:46
Forum: Laravel package
Topic: Database error message: Access denied for user 'root'@'local
Replies: 3
Views: 3489

Database error message: Access denied for user 'root'@'local

Seemingly from one moment to the next I got this error message Exception in DBAL.php line 92: Executing statement "SET NAMES 'utf8'" failed: An exception occured in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) in DBAL.php line 92 at DBAL->ac...
by alfredlaggner
17 Nov 2016, 00:18
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 9971

Import images

I set up the image upload as suggested by you in the above post. I imported two images but they only show in the product overview window and nowhere else. (Not in product details and not in admin).

Here are the chrome browser inspect data


I cleared chache, but no change.
Capture.PNG
Capture.PNG (48.73 KiB) Viewed 3978 times
by alfredlaggner
15 Nov 2016, 18:08
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 9971

upload images

How to you resolve the issue of uploading large numbers of media files? I have about 300 images to add to products. They are stored on my workstation. Right now I have multiple steps for each image. It seems like a batch upload system of some sort would be very handy. Thank you again for all the pro...
by alfredlaggner
08 Nov 2016, 05:19
Forum: Laravel package
Topic: Delivery status - status email problem
Replies: 1
Views: 1606

Delivery status - status email problem

I would like to inform my customer about the status of the delivery, so they can come to the store when the delivery is ready to be picked up. I am overwriting my status emails with my own texts but I have trouble sending the correct email. Here is my setting: 'delivery' => [ 'html' => [ 'intro' => ...
by alfredlaggner
07 Nov 2016, 17:53
Forum: Laravel package
Topic: user email verification system
Replies: 4
Views: 2760

user email verification system

I have a store pick up delivery system. I want to avoid bogus orders from unverified users because it would create unnecessary work for getting orders ready that get never picked up. One solution I am considering is a simple verification process where a user needs to verify they got the order verifi...