Use Titel during checkout

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Mightrider
Posts: 15
Joined: 05 Apr 2018, 10:26

Use Titel during checkout

Post by Mightrider » 29 Aug 2018, 08:57

Laravel: 5.4
Aimeos: 2018.04
PHP: 7.1.4

Hi,

I wanted to add an optional Title field to the checkout process. After some digging I realized that the according entry is already present in the database and in the Base class:
\Aimeos\MShop\Common\Item\Address\Base.php

Unfortunately I can not enable it via the settings:
https://aimeos.org/docs/Configuration/C ... g/optional

What is the best way to enable the title?

Thx in advance for your help!

User avatar
aimeos
Administrator
Posts: 7865
Joined: 01 Jan 1970, 00:00

Re: Use Titel during checkout

Post by aimeos » 29 Aug 2018, 21:36

The markup for the title is missing here:
https://github.com/aimeos/ai-client-htm ... rd.php#L42

If you change that template, can you also create a pull request to share your code? :-)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply