Search found 56 matches

by DmS
20 Oct 2021, 09:07
Forum: Laravel package
Topic: Payments. Need to set custom transaction reference if total to pay is 0
Replies: 1
Views: 616

Payments. Need to set custom transaction reference if total to pay is 0

Hi. I have implemented a payment provider, and I need to handle the case where the order is paid in full by a voucher, ie 0 to pay. I've read through this thread: https://aimeos.org/help/viewtopic.php?f=15&t=3717&p=14812&hilit=total+zero#p14812 and understand that the Standard.php in the...
by DmS
18 Oct 2021, 12:37
Forum: Laravel package
Topic: export orders
Replies: 4
Views: 1404

Re: export orders

Sorry for late reply, I had no new lines or anything in the commands, but it was something on my side, after reverting some stuff it started working locally. Still need to get it working on the stage site though, there I have no error, but no files are generated.
Thank's for your help!
by DmS
11 Oct 2021, 07:32
Forum: Laravel package
Topic: export orders
Replies: 4
Views: 1404

Re: export orders

First I'm clicking on the export icon in the orders list, I select export orders Then I run this cron-job: php artisan aimeos:jobs "order/export/csv order/email/delivery order/email/payment order/email/voucher order/service/delivery subscription/export/csv customer/email/account" default E...
by DmS
07 Oct 2021, 08:03
Forum: Laravel package
Topic: export orders
Replies: 4
Views: 1404

export orders

I've initiated an order export from the sales page in admin, I'm told it will be available in a few minutes I haven't customized this at all, it's all the job files from the aimeos vendor code The only thing I've done is to add the location for the file in shop php: 'controller' => [ 'jobs' => [ 'or...
by DmS
23 Sep 2021, 13:08
Forum: Laravel package
Topic: CORS error when using helper
Replies: 1
Views: 633

Re: CORS error when using helper

Reason found.
The <meta http-equiv="Content-Security-Policy" ... tag needs another config to allow inline scripts from other sources to run
by DmS
23 Sep 2021, 10:23
Forum: Laravel package
Topic: CORS error when using helper
Replies: 1
Views: 633

CORS error when using helper

Hi. In a payment provider we are building we are getting a html-snippet back from the payment provider which we are to render in the checkout flow. (We have no control over the htmlsnippet, but it basically places a div on the page, then runs a script that injects an iframe from their side) If we si...
by DmS
23 Sep 2021, 07:16
Forum: Laravel package
Topic: Voucher issue
Replies: 7
Views: 1789

Re: Voucher issue

Nope. I did not.
And the demo-rebate product was never deleted, or changed, just disabled for a while, then re-enabled.
But anyways, it now works.
by DmS
22 Sep 2021, 15:44
Forum: Laravel package
Topic: Voucher issue
Replies: 7
Views: 1789

Re: Voucher issue

-not sure why, but after having run

Code: Select all

php artisan optimize
for another reason, it started working.
by DmS
21 Sep 2021, 15:19
Forum: Laravel package
Topic: Voucher issue
Replies: 7
Views: 1789

Re: Voucher issue

I've seen that as well. I can create it and purchase it. But when I try to use the voucher code I get in the mail, regardless if I created the voucher myself, or if I used the demo voucher that came with the install, I'm getting: No item found for conditions: Array ( [product.code] => demo-rebate ) ...
by DmS
20 Sep 2021, 07:52
Forum: Laravel package
Topic: Voucher issue
Replies: 7
Views: 1789

Re: Voucher issue

Can you post screenshots of your voucher configuration and the configured voucher product from the admin backend? -> Attached I've deleted my own voucher and tested the demo voucher instead, then the code is found, but now I'm getting No item found for conditions: Array ( [product.code] => demo-reb...