Search found 22 matches

by WGSF
07 Dec 2023, 16:10
Forum: Laravel package
Topic: Add a new delivery provider
Replies: 2
Views: 1669

Re: Add a new delivery provider

That works !
Thank you
by WGSF
06 Dec 2023, 15:33
Forum: Laravel package
Topic: Add a new delivery provider
Replies: 2
Views: 1669

Add a new delivery provider

Laravel 10.35 Aimeos Laravel ~2023.07 PHP 8.1.16 I had already created my own delivery Provider with Aimeos 2022.10 and it was working well. With 2023.07, I created a Myprovider class in Myprovider.php file under packages/myextension/src/MShop/Service/provider/Delivery/ namespace Aimeos\MShop\Servic...
by WGSF
02 Dec 2023, 19:17
Forum: Laravel package
Topic: Google Search Console
Replies: 1
Views: 1517

Google Search Console

Hello, Google Search Console asks for several fields that are missing in the 'Products Extracts' and 'merchant Profile' fields. This is not reported as a critical problem but I don't know the impact on the product cards to be displayed by the google search engine answers? Is there something to confi...
by WGSF
12 Nov 2023, 09:43
Forum: Laravel package
Topic: header title in shop pages
Replies: 5
Views: 11447

Re: header title in shop pages

Found it in transifex.
Solved
by WGSF
10 Nov 2023, 17:43
Forum: Laravel package
Topic: header title in shop pages
Replies: 5
Views: 11447

Re: header title in shop pages

Also in shop/checkout/summary?locale=fr
Salutation (titre in fr) select options are Mr ou ms.
It should be Mr or Mme when locale=fr.
It seems that app.transifex.com can't solve that point ?
Many thanks
by WGSF
10 Nov 2023, 11:46
Forum: Laravel package
Topic: header title in shop pages
Replies: 5
Views: 11447

Re: header title in shop pages

Due to a bug, some strings have been missing for translation and that's the reason why you are not able to translate that string. If you could translate the missing strings to French, we could add them to the next minor release: https://app.transifex.com/aimeos/aimeos-core/client/ OK, I helped with...
by WGSF
07 Oct 2023, 17:52
Forum: Laravel package
Topic: header title in shop pages
Replies: 5
Views: 11447

Re: header title in shop pages

aimeos 2023.10
by WGSF
07 Oct 2023, 14:31
Forum: Laravel package
Topic: header title in shop pages
Replies: 5
Views: 11447

header title in shop pages

laravel 10, aimeos 2022.10, php 8.2 vendor/aimeos/ai-client-html/templates/client/html/catalog/lists/header.php contains title for the pages <title><?= $enc->html( $this->translate( 'client', 'Found products' ) ) ?> | <?= $enc->html( $this->get( 'contextSiteLabel', 'Aimeos' ) ) ?></title> - 'Found p...
by WGSF
27 Aug 2023, 18:05
Forum: Laravel package
Topic: email delivery/payment translations
Replies: 12
Views: 67074

Re: email delivery/payment translations

It Says Problem 1 - Root composer.json requires aimeos/aimeos-laravel 2023.07.x-dev -> satisfiable by aimeos/aimeos-laravel[2023.07.x-dev]. - aimeos/aimeos-laravel 2023.07.x-dev requires aimeos/aimeos-core 2023.07.* -> found aimeos/aimeos-core[2023.07.1, 2023.07.2, 2023.07.x-dev] but the package is ...
by WGSF
27 Aug 2023, 17:16
Forum: Laravel package
Topic: email delivery/payment translations
Replies: 12
Views: 67074

Re: email delivery/payment translations

Yes { "name": "laravel/laravel", "type": "project", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "repositories": [{ "type&q...