Search found 42 matches

by whatdaro
06 Mar 2022, 06:45
Forum: Laravel package
Topic: increase frequency of cron jobs
Replies: 1
Views: 584

increase frequency of cron jobs

Laravel: 6.20.42 Aiemos: 2021.10.4 PHP: 7.4.12 Linux/MariaDB I would like to know how to increase the frequency of the cronjobs from 1 min to be near instant. Specially for registration, order confirm and invoice emails to users. If possible to not use cron to initiate, is it possible to use mail se...
by whatdaro
19 Dec 2021, 07:14
Forum: Laravel package
Topic: Error with Click and Collect service
Replies: 3
Views: 1060

Re: Error with Click and Collect service

Did you select one of the listed suppliers in the Click&Collect option from the demo setup? You can also remove supplier selection if you don't need it by removing the "Supplier" decorator in the delivery service option. I had not changed anything, I tried to use it as the default ent...
by whatdaro
16 Dec 2021, 16:46
Forum: Laravel package
Topic: Error with Click and Collect service
Replies: 3
Views: 1060

Error with Click and Collect service

OS: Linux Aimeos Ver: 2021.10.4 PHP: 7.4.12 DB: MariaDB I'm getting an error when choosing the default installed Click and Collect deliver service: Configuration for "supplier.code" is missing Invalid service attributes I get this after I enter the time and try to proceed to the next step....
by whatdaro
15 Dec 2021, 13:23
Forum: Laravel package
Topic: Order/invoice custom numbering
Replies: 6
Views: 3696

Re: Order/invoice custom numbering

You can register your own method for formatting the order numbers like described here: https://aimeos.org/tips/aimeos-2021-10-lts-release/ I've seen that before, but I would like to know where would one put that code, which files and how would you use it. What is the syntax of the parameters it acc...
by whatdaro
14 Dec 2021, 06:20
Forum: Laravel package
Topic: Order/invoice custom numbering
Replies: 6
Views: 3696

Order/invoice custom numbering

OS: Linux
Aimeos ver: 2021.10.4
Database :MariaDB

How can we change the Order numbering/naming to add 2 or 3 letter prefix to the number generated? thanks.
by whatdaro
09 Dec 2021, 10:08
Forum: Laravel package
Topic: Where to translate Confirmation payment status
Replies: 1
Views: 610

Where to translate Confirmation payment status

OS: linux Aimeos ver: 2021.10.4 Database: MariaDB Could you please advice where/how I can translate the payment status from "authorized" to "authorised". I can see where it gets the value which is 5. But from there I don't see where it translates that to "authorized". I...
by whatdaro
25 Nov 2021, 21:28
Forum: Laravel package
Topic: Select type Product csv import
Replies: 1
Views: 698

Select type Product csv import

Aimeos Ver: 2021.10.2 OS: Linux database: MariaDB hi Aimeos team, When importing products of the Select type, the example given to import the Select product and a variant is only for a single variant. Could you please let me know what is the format or syntax to import a Select product with multiple ...
by whatdaro
25 Nov 2021, 19:12
Forum: Laravel package
Topic: Saving delivery or payment service error
Replies: 3
Views: 1054

Re: Saving delivery or payment service error

You use PostgreSQL, don't you? Just check: - Run "php artisan aimeos:setup" to make sure the tables are up to date - Does mshop_price.value actually allow NULL values in the database? I'm using MariaDB I checked mshop_price.value was not set up to allow NULL. I did do an Aimeos update but...
by whatdaro
23 Nov 2021, 15:01
Forum: Laravel package
Topic: Saving delivery or payment service error
Replies: 3
Views: 1054

Saving delivery or payment service error

Aimeos Ver: 2021.10.2 OS: Linux hi Aimeos team, I'm trying to save new delivery and payment services however they fail when I include price information. If I create a new service without price information it completes and saves fine. When I enter a price and try to save it fails with this error: SQL...
by whatdaro
23 Nov 2021, 00:49
Forum: Laravel package
Topic: how and when does the pdf-body-standard.php template get created?
Replies: 6
Views: 1601

Re: how and when does the pdf-body-standard.php template get created?

Either you've changed the file directly (strongly not recommended!) or you have copied it to your own extension and modified it there. Hi Aimeos, Do you have an update on this please, I need to know that if the changes I make to this file will be reset during the next update or next time I run comp...