Aimeos

Results 159 comments of Aimeos

Currently, it's not available out of the box. Instead, you have to the "invoice" tab in the detail view and set the delivery status accordingly. Then, an e-mail is sent...

Thank you for your PR! We use tabs instead of spaces to indent lines. Can you please change the spaces to tabs?

@rowild If it works we are happy to add such a file :-)

Please indent with one tab per indention instead of spaces

No, but "text" is: https://github.com/aimeos/aimeos-core/blob/master/lib/mshoplib/src/MShop/Common/Helper/Config/Standard.php#L64-L65

If the configuration has been saved to the database, you should check here why it's not shown again: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/js/admin.js#L343-L428

Yes, this is still a problem and we have that on our list of improvements for the admin interface. We hope to add an XHR check in the background until...

There's no timezone support and automatic time conversion based on the PHP timezone configuration. In the admin backend and frontend, the date/time values should be converted to the time zone...

Not in the admin panel yet. You have to upload the CSV file to your server into the configured directory and run the job controller for importing the file: https://aimeos.org/docs/Developers/Controller/Import_products_from_CSV

No clue why it's encoded as string. The constant in the manager is the same as for all others: https://github.com/aimeos/aimeos-core/blob/master/src/MShop/Order/Manager/Standard.php#L163