Search found 99 matches

by khizar
12 Apr 2021, 09:38
Forum: Help
Topic: Implementing Payment Provider
Replies: 12
Views: 4180

Re: Implementing Payment Provider

HyperPay is already supported by the Omnipay OPPWA driver: https://aimeos.org/docs/latest/manual/services/#oppwa i followed the link which you provided and downloaded packages using composer req aimeos/ai-payments vdbelt/omnipay-oppwa after that when i open services panel then i found https://i.img...
by khizar
12 Apr 2021, 07:37
Forum: Help
Topic: installing ai-payments
Replies: 2
Views: 1180

Re: installing ai-payments

Hey aimeos, i have successfully installed ai-payments and OPPWA.i want to implement hyperpay which is supported by opwa.so in order to install opwa i ran commands composer require aimeos/ai-payments ~2020.10.7 composer req vdbelt/omnipay-oppwa and it successfully installed but the problem is i canno...
by khizar
12 Apr 2021, 06:18
Forum: Help
Topic: installing ai-payments
Replies: 2
Views: 1180

installing ai-payments

Hey aimeos, i have integrated aimeos with laravel. versions: "aimeos/ai-client-html": "2020.10.x-dev", "aimeos/aimeos-laravel": "~2020.10", "laravel/framework": "^8.12", i want to implement payment provider so for that first i want to insta...
by khizar
10 Apr 2021, 09:21
Forum: Help
Topic: Implementing Payment Provider
Replies: 12
Views: 4180

Implementing Payment Provider

Hey aimeos , i am using aimeos with laravel. versions: "aimeos/aimeos-laravel": "~2020.10", "laravel/framework": "^8.12", i am implementing payment provider (Hyper Pay).There are three steps to integrate 1)First, perform a server-to-server POST request to prep...
by khizar
09 Apr 2021, 07:18
Forum: Help
Topic: issues in Implementing Delivery Provider
Replies: 14
Views: 4799

Re: issues in Implementing Delivery Provider

if($t->data[0]->success){ // here is the code for saving attributes $status = \Aimeos\MShop\Order\Item\Base::STAT_PROGRESS; $order->setDeliveryStatus( $status ); // $this->saveOrder( $order ); $attributes = ['reference_number' => $t->data[0]->reference_number]; $serviceType = \Aimeos\MShop\Order\It...
by khizar
08 Apr 2021, 12:25
Forum: Help
Topic: retrieve attributes-orders
Replies: 2
Views: 1507

retrieve attributes-orders

hello aimeos, i have integrated aimeos with laravel. versions: "aimeos/aimeos-laravel": "~2020.10", "laravel/framework": "^8.12", I have implemented Delivery service provider perfectly my problem is that i stored the tracking id of order which is returned from...
by khizar
08 Apr 2021, 09:17
Forum: Help
Topic: issues in Implementing Delivery Provider
Replies: 14
Views: 4799

Re: issues in Implementing Delivery Provider

hey guys please have a look at this problem
by khizar
08 Apr 2021, 05:04
Forum: Help
Topic: issues in Implementing Delivery Provider
Replies: 14
Views: 4799

Re: issues in Implementing Delivery Provider

Hey guys waiting for reply
by khizar
07 Apr 2021, 11:46
Forum: Help
Topic: issues in Implementing Delivery Provider
Replies: 14
Views: 4799

Re: issues in Implementing Delivery Provider

An immediate help will be great :D :D
by khizar
07 Apr 2021, 11:41
Forum: Help
Topic: issues in Implementing Delivery Provider
Replies: 14
Views: 4799

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...