Search found 8062 matches

by aimeos
30 Jun 2024, 13:39
Forum: Laravel package
Topic: Admin List pages - change default number of results
Replies: 3
Views: 20362

Re: Admin List pages - change default number of results

Is there a way to change the default number of rows returned in a list page from 25 to say 100? A follow up to that is how do I get the user's selection to stay at 100 once they have selected it? The default number is not configurable and defined here: https://github.com/aimeos/ai-admin-jqadm/blob/...
by aimeos
30 Jun 2024, 13:12
Forum: Help
Topic: Custom Delivery Provider: Display List of Rates
Replies: 9
Views: 60044

Re: Custom Delivery Provider: Display List of Rates

No, the order will get an ID when it's stored in the mshop_order tables. As long as it's only a non-permanent basket, you can use the session token:

Code: Select all

$this->context()->token()
by aimeos
30 Jun 2024, 13:08
Forum: Laravel package
Topic: Different baskets for different languages (locale).
Replies: 5
Views: 34012

Re: Different baskets for different languages (locale).

Scenario 1. 1. EN. Add one product to the basket. Expected behaviour: EN. One product is in the basket. Actual behaviour: EN. One product is in the basket. 2. Go to DE. Add second product to the basket. Expected behaviour: DE. Second product added to the basket. Actual behaviour: DE. Second product...
by aimeos
26 Jun 2024, 12:08
Forum: Help
Topic: Email Notification not working for admin when order placed
Replies: 1
Views: 14497

Re: Email Notification not working for admin when order placed

Seems like you've customized some parts and from the little information you give, it's impossible to give you any substantial feedback back.
by aimeos
26 Jun 2024, 12:05
Forum: Help
Topic: Aimeos Create an new extension and Api in it.
Replies: 25
Views: 89985

Re: Aimeos Create an new extension and Api in it.

Can we get products from the basket using code within an extension? Sure. Do you need the basket in the frontend, backend or in a job controller? Also, can we add the javascript in an extension? If yes, where can we add javascript? Yes. The easiest way is to create a Laravel theme extension where y...
by aimeos
26 Jun 2024, 11:57
Forum: Laravel package
Topic: Different baskets for different languages (locale).
Replies: 5
Views: 34012

Re: Different baskets for different languages (locale).

The expected behavior is: 1.) Add a product to the basket 2.) Change language or currency 3.) Product is in the basket with the new language and currency (but only if the product text and product price is available for the selected language and currency) 4.) Increase the quantity in the basket 5.) C...
by aimeos
23 Jun 2024, 07:58
Forum: Laravel package
Topic: Different baskets for different languages (locale).
Replies: 5
Views: 34012

Re: Different baskets for different languages (locale).

In Aimeos, the used language is in the Locale object of the context:

Code: Select all

app('aimeos.context')->locale()->getLanguageId()
The language is determined by the "locale" parameter in the URL:
https://github.com/aimeos/aimeos-larave ... hp#L48-L74
by aimeos
20 Jun 2024, 10:04
Forum: Laravel package
Topic: Can't select existing article in group product variants
Replies: 3
Views: 29850

Re: Can't select existing article in group product variants

The problem has been fixed now and a new release of aimeos/ai-admin-jqadm is available.
by aimeos
20 Jun 2024, 07:35
Forum: Laravel package
Topic: Export sitemap for each tennant separately
Replies: 2
Views: 23912

Re: Export sitemap for each tennant separately

This has been fixed in dev-master now and will be part of 2024.07+
by aimeos
20 Jun 2024, 07:03
Forum: Help
Topic: Affected versions of CVE-2024-36811
Replies: 2
Views: 23027

Re: Affected versions of CVE-2024-36811

we saw that CVE-2024-36811 has two different info regarding the affected versions. https://github.com/advisories/GHSA-cr7j-rwmv-vgch states: Affected versions < 2024.04.5, https://github.com/ssshah2131/CVE/blob/main/Aimeos_RCE states: aimeos-core version < 2024.04.5 as well as Vulnerable Versions: ...