aimeos-core
aimeos-core copied to clipboard
Update Supplier.php
Refer to #242
Hi Aimeos,
I tried the method suggested. let me know if any issue.
The concern is it's difficult for user to configure at frontend
This section seems redundant. should i delete it?
https://github.com/aimeos/aimeos-core/blob/e99c19b7fa5f0ac1776658f09df8b719284e0163/lib/mshoplib/src/MShop/Service/Provider/Decorator/Supplier.php#L112-L131
Coverage decreased (-2.3%) to 86.268% when pulling e9e049db51fd341da0d15317783f0461818a9640 on cgcomputers:make-supplier-address-format-configurable into 999f90771cae555eb366b6940a9f470cb2a52e8f on aimeos:master.
Yes, it's more difficult to configure but supports every format users want to use. Make sure you add the explaination of the placeholders to the label in $beConfig
. The block you've mentioned can be removed.
Yes, it's more difficult to configure but supports every format users want to use. Make sure you add the explaination of the placeholders to the label in
$beConfig
. The block you've mentioned can be removed.
Okay, will do that, at least in future, hopefully backend able to support textarea input
You can add new types here: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/templates/service/item-standard.php#L335-L362
You can add new types here: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/templates/service/item-standard.php#L335-L362
Refer to aimeos/ai-admin-jqadm#199