質問 > その他 > お届け先セレクトボックス の表示内容を変更 |
その他
フラット表示 | 前のトピック | 次のトピック |
投稿者 | スレッド |
---|---|
kame067 |
投稿日時: 2024/6/26 18:47
対応状況: −−−
|
新米 ![]() ![]() 登録日: 2024/6/24 居住地: 投稿: 8 |
Re: お届け先セレクトボックス の表示内容を変更 mcontact様
kame067です。 早速の御教示、ありがとうございます。 該当のファイルを編集してみたのですが、内容が変わっておりません。 下記プラグインをインストールしておりますので、その影響でしょうか? ・会員項目追加プラグイン CustomerPlus42 app\Plugin\CustomerPlus42\Entity に、CustomerAddressCustom.php、CustomerAddressTrait.php のファイルがあります。 その中に、下記Functionがあります。 public function setCustomerAddress($customerAddress) { $this->CustomerAddress = $customerAddress; return $this; } public function getCustomerAddress() { return $this->CustomerAddress; } public function addCustomerAddressCustom(\Plugin\CustomerPlus42\Entity\CustomerAddressCustom $customerAddressCustom) { $this->CustomerAddressCustoms[] = $customerAddressCustom; return $this; } public function removeCustomerAddressCustom(\Plugin\CustomerPlus42\Entity\CustomerAddressCustom $customerAddressCustom) { return $this->CustomerAddressCustoms->removeElement($customerAddressCustom); } public function getCustomerAddressCustoms() { return $this->CustomerAddressCustoms; } この辺が関係しているのでしょうか? |
フラット表示 | 前のトピック | 次のトピック |
題名 | 投稿者 | 日時 |
---|---|---|
![]() |
kame067 | 2024/6/24 23:05 |
![]() |
mcontact | 2024/6/25 8:28 |
» ![]() |
kame067 | 2024/6/26 18:47 |
![]() |
mcontact | 2024/6/26 19:19 |
![]() |
tattsu | 2024/6/26 19:30 |
![]() |
kame067 | 2024/6/26 21:03 |
![]() |
kame067 | 2024/6/27 23:16 |
