Search found 46 matches

by jossnaz
26 Aug 2016, 19:57
Forum: Laravel package
Topic: Tax calculation in the US per state?
Replies: 6
Views: 4892

Re: Tax calculation in the US per state?

i am now again back on 2016.07 I still have no possibility to select the state. My shop.php is this now: <?php return array( // // 'routes' => array( // # 'login' => array('middleware' => ['web']), // # 'admin' => array('middleware' => ['web', 'auth']), // # 'account' => array('middleware' => ['web'...
by jossnaz
26 Aug 2016, 00:16
Forum: Laravel package
Topic: Tax calculation in the US per state?
Replies: 6
Views: 4892

Tax calculation in the US per state?

i am currently using aimeos 2016.04.3 i read this: https://aimeos.org/docs/User_Manual/Setup_B2B_shop now setting in my shop.php 'mshop' => array( 'price' => array( 'taxflag' => 0 ) ), does not seem to change a thing. 1 $ 39.95 $ 39.95 Sub-total $ 39.95 Total $ 39.95 + 8.63% VAT $ 3.45 Total quantit...
by jossnaz
19 Aug 2016, 21:48
Forum: Laravel package
Topic: Service provider has no function process
Replies: 2
Views: 2296

Re: Service provider has no function process

btw just saying. When upgrading to aimeos 2016.07.2, that is with this composer file: { "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT"...
by jossnaz
19 Aug 2016, 21:47
Forum: Laravel package
Topic: Service provider has no function process
Replies: 2
Views: 2296

Service provider has no function process

Error while processing order with ID "16": Method "process" for provider not available Trace: #0 /var/www/html/myapp/ext/ai-controller-jobs/controller/jobs/src/Controller/Jobs/Order/Service/Delivery/Standard.php(112): Aimeos\MShop\Service\Provider\Decorator\Base->__call('process...
by jossnaz
19 Aug 2016, 20:54
Forum: Laravel package
Topic: Error Template text-salutation-header-default.php not availa
Replies: 9
Views: 5407

Re: Error Template text-salutation-header-default.php not av

If you need a rock solid version, you should use the Aimeos LTS version. Cheers Andi i thought stable somehow means that someone at least tested it once. For people wondering about LTS... it would be good if you leave a note about it on the installation page. I didn't know there exists LTS for aime...
by jossnaz
19 Aug 2016, 01:26
Forum: Laravel package
Topic: Error Template text-salutation-header-default.php not availa
Replies: 9
Views: 5407

Re: Error Template text-salutation-header-default.php not av

there was another error even that i didnt even dared to mention.

It said something like

'service provider has no function process'

that is, in 2016.07.2

in 2014.04.3 it seems to work
by jossnaz
19 Aug 2016, 01:05
Forum: Laravel package
Topic: When adding ai-payments, errors occur
Replies: 9
Views: 4556

Re: When adding ai-payments, errors occur

i asked for access, did I miss something and you gave it to me? i have no private message, no email received there is another mistake in your, outdated, documentation. i could fix those things while i see them, or i just fix them myself in my code and move on, and just have the very next person run ...
by jossnaz
18 Aug 2016, 22:35
Forum: Laravel package
Topic: Error Template text-salutation-header-default.php not availa
Replies: 9
Views: 5407

Re: Error Template text-salutation-header-default.php not av

solution: downgrade to 2016.4.03

i must say, I am not very impressed.


after downgrading and seeing it work, i upgraded again

no, stops working again.
by jossnaz
18 Aug 2016, 21:43
Forum: Laravel package
Topic: uncaught reference error : d3 is not defined
Replies: 3
Views: 2531

Re: uncaught reference error : d3 is not defined

i wish your docs were not plain wrong. I did indeed change the index.blade.php but i did not copy the entire folder. Because it was not written to do so. see here: https://aimeos.org/docs/Laravel/Upgrade now i copied the ENTIRE folder from the vendor directory, and it works. But that is not accordin...