Search found 12 matches

by makkam
20 Jan 2021, 04:40
Forum: Help
Topic: run Test Command in Aimeos
Replies: 3
Views: 3054

Re: run Test Command in Aimeos

thanks for reply .. You forgot the "--bootstrap vendor/autoload.php" part: ./vendor/bin/phpunit --bootstrap=vendor/autoload.php -c ext/ai-payments/lib/custom/tests/phpunit.xml I tried it : $ ./vendor/bin/phpunit --bootstrap=vendor/autoload.php -c ext/ai-payments/lib/custom/tests/phpunit.xm...
by makkam
17 Jan 2021, 16:06
Forum: Help
Topic: run Test Command in Aimeos
Replies: 3
Views: 3054

run Test Command in Aimeos

is that possible when I test OmniPayTest.php I receive 25 errors ! why it doesn't recognize TestHelper even it run the bootstrap.php that belongs to ext/ai-payment ! I run the test like that : ./vendor/bin/phpunit --configuration ext/ai-payments/lib/custom/tests/phpunit.xml ext/ai-payments/lib/custo...
by makkam
17 Jan 2021, 01:20
Forum: TYPO3 extension
Topic: integration between typo3 with previously existed Aimeos
Replies: 2
Views: 2770

Re: integration between typo3 with previously existed Aimeos

Not sure what you would like to do. Are you talking about sharing the same database for both frontends? no .. as it is available by aimeos-dist ,right ? Actually ..what I need is in reverse .. I want separated typo3 project to see and deal with separated Aimeos that existed in another folder,domain...
by makkam
14 Jan 2021, 03:16
Forum: TYPO3 extension
Topic: integration between typo3 with previously existed Aimeos
Replies: 2
Views: 2770

integration between typo3 with previously existed Aimeos

dears , I have created new typo3 project .. as : http://typo3.mis-web.com/ and I have already Aimeos shop at another domain .. as : http://myshops.mis-web.com/ existing documentation describe how to do that but at the beginning of both of them -or where I have reached- and "aimeos-typo3" e...
by makkam
18 Dec 2020, 12:54
Forum: Help
Topic: New Independent Completely Extension
Replies: 3
Views: 3079

Re: New Independent Completely Extension

or in summery ...
every secondary school student knows what is Nuclear reactor ..
but nobody know how to implement it actually ..
so I need examples to create a lovely Nuclear reactor 8-)
regards
by makkam
17 Dec 2020, 18:24
Forum: Help
Topic: New Independent Completely Extension
Replies: 3
Views: 3079

Re: New Independent Completely Extension

A "page" is nothing else than a Laravel controller with an action and a route to this controller/action. It has nothing to do with Aimeos because Aimeos only consists of components that can be included in "pages". So the answer to your question is: Use the standard Laravel means...
by makkam
17 Dec 2020, 14:25
Forum: Help
Topic: Error with PayPalExpress Sandbox [SOLVED]
Replies: 5
Views: 4451

Re: Error with PayPalExpress Sandbox [SOLVED]

you are welcome :)
by makkam
17 Dec 2020, 10:57
Forum: Help
Topic: Customise Base Blade on Aimeos
Replies: 6
Views: 4770

Re: Customise Base Blade on Aimeos

ok ,
firstly .. which file do you want to edit ? give me its name and path ..
about outbox problem .. I dont know ... but no need till now for it
by makkam
17 Dec 2020, 10:54
Forum: Help
Topic: Error with PayPalExpress Sandbox [SOLVED]
Replies: 5
Views: 4451

Re: Error with PayPalExpress Sandbox

dear ..
I dont know if you have missed one config ..
so I have attachment to compare with me as I dont have a problem after set the paypal express ..
by makkam
17 Dec 2020, 02:39
Forum: Help
Topic: Customise Base Blade on Aimeos
Replies: 6
Views: 4770

Re: Customise Base Blade on Aimeos

just you should not mess any required variables ..
but in general , do you want to update original existing Aimeos files ?
or make a new extension to avoid updating original files and specify all changes in one extension ?