Search found 99 matches

by khizar
07 Apr 2021, 11:39
Forum: Help
Topic: issues in Implementing Delivery Provider
Replies: 14
Views: 5005

Re: issues in Implementing Delivery Provider

The site object doesn't currently contains any address information but you can use the config property for that. Then, you can retrieve the site configuration using: $this->getContext()->getLocale()->getSiteItem()->getConfigValue( '...' ) hey aimeos.I got another problem .i am probably at the end o...
by khizar
07 Apr 2021, 10:31
Forum: Help
Topic: issues in Implementing Delivery Provider
Replies: 14
Views: 5005

Re: issues in Implementing Delivery Provider

The site object doesn't currently contains any address information but you can use the config property for that. Then, you can retrieve the site configuration using: $this->getContext()->getLocale()->getSiteItem()->getConfigValue( '...' ) Thanks for the reply.I misunderstood your previous reply.add...
by khizar
07 Apr 2021, 10:22
Forum: Help
Topic: issues in Implementing Delivery Provider
Replies: 14
Views: 5005

Re: issues in Implementing Delivery Provider

There's no "global address" if you mean that. You could add the address details as configuration to your service provider and use $this->getConfigValue( '...' ) to get the data you've entered in the service panel of the admin backend. See here for more details: https://aimeos.org/docs/lat...
by khizar
07 Apr 2021, 10:12
Forum: Help
Topic: adding new translations:currency translation
Replies: 10
Views: 3751

Re: adding new translations:currency translation

We don't see any newly added translations here besides the country/currency/language files we've got from you: https://www.transifex.com/aimeos/aimeos-core/language/ar/ Sorry, I don't have more translations i uploaded the files which i had. can you please have a look at problem which i have posted ...
by khizar
07 Apr 2021, 09:47
Forum: Help
Topic: adding new translations:currency translation
Replies: 10
Views: 3751

Re: adding new translations:currency translation

aimeos wrote: 07 Apr 2021, 06:14 Did you translate the rest of the files to Arabic language?
If you upload them to Transifex, they will be part of the next release tomorrow.
I have uploaded the files.i have a query which i have posted can you please have a look at that.
post14385.html#p14385
by khizar
07 Apr 2021, 09:46
Forum: Help
Topic: issues in Implementing Delivery Provider
Replies: 14
Views: 5005

Re: issues in Implementing Delivery Provider

The product properties are not added to the ordered product (or at least not by default). To get the properties, you have to load the original product, e.g.: $prodIds = []; $manager = \Aimeos\MShop::create( $this->getContext(), 'product' ); foreach( $basket->getProducts() as $orderProduct ) { $prod...
by khizar
06 Apr 2021, 08:54
Forum: Help
Topic: update shipping cost
Replies: 3
Views: 1383

Re: update shipping cost

waiting for reply
by khizar
06 Apr 2021, 07:30
Forum: Help
Topic: update shipping cost
Replies: 3
Views: 1383

update shipping cost

Hi aimeos, i have integrated aimeos with laravel. versions: * "aimeos/aimeos-laravel": "~2020.10" * "laravel/framework": "^8.12" i have given a task to update the shipping cost at checkout process according to the weight of the basket.For that purpose i have m...
by khizar
02 Apr 2021, 09:46
Forum: Help
Topic: issues in Implementing Delivery Provider
Replies: 14
Views: 5005

issues in Implementing Delivery Provider

Hi aimeos, i have integrated aimeos with laravel. versions: "aimeos/aimeos-laravel": "~2020.10", "laravel/framework": "^8.12", i am implementing delivery service provider.I have created my provider and implemented api.That delivery service api needs data about...
by khizar
29 Mar 2021, 09:43
Forum: Help
Topic: Edit Products
Replies: 1
Views: 898

Edit Products

Hi aimeos, I have integrated aimeos with laravel. Versions: "laravel/framework": "^8.12", "aimeos/aimeos-laravel": "~2020.10" My problem is that when i edit my products click on save button it gives error(i.e select type) https://i.imgur.com/fXjTKsj.png now wh...