Search found 51 matches

by bill
09 Oct 2017, 15:59
Forum: Laravel package
Topic: Override ext/ai-laravel
Replies: 6
Views: 3307

Re: Override ext/ai-laravel

what about this I created that file mshop.php and I changed the query but it's still not working ? Does it suppose to be mshop.php ? its still doesnt work. I am trying to do the command line : php artisan aimeos:account test@email.com --admin and I am getting an error coming from ext/ai-laravel/cust...
by bill
07 Oct 2017, 17:56
Forum: Laravel package
Topic: Override ext/ai-laravel
Replies: 6
Views: 3307

Re: Override ext/ai-laravel

I created that file mshop.php and I changed the query but it's still not working ? Does it suppose to be mshop.php ?
by bill
07 Oct 2017, 17:44
Forum: Laravel package
Topic: Override ext/ai-laravel
Replies: 6
Views: 3307

Re: Override ext/ai-laravel

Thanks

What about the files here

Ext/ai-Laravel/lib/src/Mshop/Customer/Manager/Laravel.php. Can I over ride these ??
by bill
06 Oct 2017, 22:29
Forum: Laravel package
Topic: Override ext/ai-laravel
Replies: 6
Views: 3307

Override ext/ai-laravel

Hi

I am trying to override this file here >> ext/ai-laravel/lib/custom/config/mshop/customer.php

is that possible I want to add it to my own ext folder

please help

Thanks
by bill
22 Sep 2017, 17:19
Forum: Laravel package
Topic: error: No item found for conditions: Array ( [attribute.code
Replies: 6
Views: 3308

Re: error: No item found for conditions: Array ( [attribute.

thank you

but where in the admin area I can add that custom price? I didnt remove it
by bill
21 Sep 2017, 21:26
Forum: Laravel package
Topic: error: No item found for conditions: Array ( [attribute.code
Replies: 6
Views: 3308

error: No item found for conditions: Array ( [attribute.code

I am getting an error that shows up everytime I add a product to cart

No item found for conditions: Array ( [attribute.code] => custom [attribute.domain] => product [attribute.type.code] => price [attribute.type.domain] => product )

do you know what is the issue?

thanks
by bill
12 Sep 2017, 22:49
Forum: Laravel package
Topic: Overriding Catalog/Base.php class with our own
Replies: 1
Views: 2075

Overriding Catalog/Base.php class with our own

Hi

I am trying to override this file :

ext/ai-client-html/client/src/Client/Html/Catalog/Base.php

with in my own extension , is that possible? how do I do that in the config/shop.php file? I read the documentation and I didn't find how?

Please help

Thanks
by bill
15 Aug 2017, 15:29
Forum: Laravel package
Topic: Change/ update order with new payment
Replies: 4
Views: 2486

Re: Change/ update order with new payment

Great

Thanks
by bill
15 Aug 2017, 15:26
Forum: Laravel package
Topic: Overiding or extending Omnipay
Replies: 3
Views: 1881

Re: Overiding or extending Omnipay

Hi You mean the service tab in the admin? I used AuthorizeAIM not Omnipay , but from what I foudn out that Omnipay is the one used for ALL ai-payment payments gateways So I need to create a new class lets say I call it "NewOmniPay.php" and save it here : ext/My-EXT/lib/custom/src/MShop/Ser...
by bill
14 Aug 2017, 18:31
Forum: Laravel package
Topic: Overiding or extending Omnipay
Replies: 3
Views: 1881

Overiding or extending Omnipay

Hi

I have ai-payment installed in my ext , my question :
is there away to add a function in : ext/ai-payments/lib/custom/src/MShop/Service/Provider/Payment/OmniPay.php without changing the ai-payments core?

please let me know

Thanks