Search found 20 matches

by thepurpleblob
13 Nov 2020, 17:09
Forum: Laravel package
Topic: Still fighting Salutation :(
Replies: 1
Views: 1015

Still fighting Salutation :(

I don't seem to be getting anywhere. As I mentioned, my idea would be to have a text field. However... I found that it is possible to add additional salutations in the config at client.html.checkout.standard.address.salutations. These appear on the address form but it now does not work at all. I fal...
by thepurpleblob
10 Nov 2020, 18:06
Forum: Laravel package
Topic: Removing 'Create a customer account' and Salutation
Replies: 4
Views: 1897

Re: Removing 'Create a customer account' and Salutation

I'm struggling with the gettext stuff. I'd never heard of it before (never worked on anything that needed translations). I'm assuming this is the file? https://github.com/aimeos/ai-client-html/blob/master/client/i18n/en.po ?? I know that I need to copy it to my extension - however, I can't find the ...
by thepurpleblob
10 Nov 2020, 11:25
Forum: Laravel package
Topic: Removing 'Create a customer account' and Salutation
Replies: 4
Views: 1897

Re: Removing 'Create a customer account' and Salutation

That's great - thanks for all your help.
by thepurpleblob
08 Nov 2020, 22:29
Forum: Laravel package
Topic: Removing 'Create a customer account' and Salutation
Replies: 4
Views: 1897

Removing 'Create a customer account' and Salutation

I'd like to modify the checkout page. I know I can copy the page and change it but I thought I would check if there was a simpler way through the configuration... I don't want users to register accounts - is there some way to simply disable that feature. I found the page https://aimeos.org/docs/Conf...
by thepurpleblob
08 Nov 2020, 22:25
Forum: Laravel package
Topic: Is there any chance of Sagepay_server payment working?
Replies: 2
Views: 848

Re: Is there any chance of Sagepay_server payment working?

Thanks for the help but it's way too complicated - it was going to take too long to figure it all out. I managed to get SagePay working in a different payment mode which isn't ideal but will do for now. I appreciate you taking the trouble to look at this. I may well come back to it once I have more ...
by thepurpleblob
04 Nov 2020, 20:40
Forum: Laravel package
Topic: Is there any chance of Sagepay_server payment working?
Replies: 2
Views: 848

Is there any chance of Sagepay_server payment working?

I can't get this to work... I've been trying to debug it but I'm really struggling. I'm not expecting anybody (unless I'm lucky) to be familiar with Sagepay. But the critical bit is that the redirect to the payment screens works and contains a parameter called 'NotificationURL'. Aimeos sends somethi...
by thepurpleblob
04 Nov 2020, 20:34
Forum: Laravel package
Topic: How do I edit privacy and terms pages?
Replies: 2
Views: 1006

Re: How do I edit privacy and terms pages?

Great - got it thanks :)
by thepurpleblob
01 Nov 2020, 08:20
Forum: Help
Topic: How to add a prefix to transaction ID?
Replies: 1
Views: 781

How to add a prefix to transaction ID?

We use the same payment gateway for more than one system. It's therefore a requirement to add some sort of 'prefix' onto the 'invoice ID' to stop it clashing with other systems (and, of course, the payment provider requires them to be unique).

I'm struggling to find any simple way to do this.
by thepurpleblob
31 Oct 2020, 16:36
Forum: Laravel package
Topic: How do I edit privacy and terms pages?
Replies: 2
Views: 1006

How do I edit privacy and terms pages?

Confused again. I changed the link in app.blade.php to /privacy and it's now clickable and shows the page 'Privacy policy page'. Great. However, the source of this page appears to be located at vendor/aimeos/aimeos-laravel/src/views/page/privacy.blade.php. Which is not in the /ext directory like oth...
by thepurpleblob
28 Oct 2020, 21:34
Forum: Laravel package
Topic: Unable to edit HTML
Replies: 3
Views: 1025

Re: Unable to edit HTML

It didn't help that I was looking at the wrong file as well :D

However, creating an extension and copying the files works as advertised. Thanks for the help (again)!