Dumped Contents
In
ShoppingController.php
line 142:
return $this->redirectToRoute('shopping_login');
}
dump('index');
// カートチェック.
$Cart = $this->cartService->getCart();
dump($Cart);
"index"
In
ShoppingController.php
line 145:
dump('index');
// カートチェック.
$Cart = $this->cartService->getCart();
dump($Cart);
if (!($Cart && $this->orderHelper->verifyCart($Cart))) {
log_info('[注文手続] カートが購入フローへ遷移できない状態のため, カート画面に遷移します.');
Eccube\Entity\Cart {#7010
-id: 958
-cart_key: "6_1"
-Customer: Eccube\Entity\Customer {#3743
-id: 6
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-birth: DateTime @142182000 {#3958
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-plain_password: null
-password: "b2da2657fa6953ee64b7192e92d34c832ca9fed07b52e2d3a694c576633ca381"
-salt: "cbacbe57c2"
-secret_key: "S8Q26cvF0xAlNkCAGOSQ4Kh3Cf0he7gU"
-first_buy_date: DateTime @1715527550 {#3954
date: 2024-05-13 00:25:50.0 Asia/Tokyo (+09:00)
}
-last_buy_date: DateTime @1738544956 {#3748
date: 2025-02-03 10:09:16.0 Asia/Tokyo (+09:00)
}
-buy_times: "40"
-buy_total: "2129551.00"
-note: null
-reset_key: null
-reset_expire: null
-point: "0"
-create_date: DateTime @1715525524 {#3747
date: 2024-05-12 23:52:04.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1738544957 {#3746
date: 2025-02-03 10:09:17.0 Asia/Tokyo (+09:00)
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#3999
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4000
-elements: []
}
#initialized: false
}
-CustomerAddresses: Doctrine\ORM\PersistentCollection {#4095
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4001 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4096
-elements: []
}
#initialized: false
}
-Orders: Doctrine\ORM\PersistentCollection {#4097
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2989 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4094
-elements: []
}
#initialized: false
}
-Status: Proxies\__CG__\Eccube\Entity\Master\CustomerStatus {#4182
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202
+__isInitialized__: false
#id: 16
#name: null
#sort_no: null
…2
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212
+__isInitialized__: false
#id: 13
#name: null
#sort_no: null
…2
}
-gmo_epsilon_credit_card_expiration_date: DateTime @1848582000 {#3745
date: 2028-07-31 00:00:00.0 Asia/Tokyo (+09:00)
}
-card_change_request_mail_send_date: null
}
-lock: false
-CartItems: Doctrine\ORM\PersistentCollection {#7158
-snapshot: []
-owner: Eccube\Entity\Cart {#7010}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Cart"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#7012 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7159
-elements: []
}
#initialized: false
}
-pre_order_id: "db869ae337e86c5bac901120b33d2b69ad7b398a"
-total_price: "85316.00"
-delivery_fee_total: "0.00"
-sort_no: null
-create_date: DateTime @1742346401 {#7005
date: 2025-03-19 10:06:41.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346462 {#7002
date: 2025-03-19 10:07:42.0 Asia/Tokyo (+09:00)
}
-errors: []
-add_point: "0"
-use_point: "0"
}
In
ShoppingController.php
line 157:
$Customer = $this->getUser() ? $this->getUser() : $this->orderHelper->getNonMember();
$Order = $this->orderHelper->initializeOrder($Cart, $Customer);
dump($Order);
// 集計処理.
log_info('[注文手続] 集計処理を開始します.', [$Order->getId()]);
$flowResult = $this->executePurchaseFlow($Order, false);
Eccube\Entity\Order {#7529
-id: 2319
-pre_order_id: "db869ae337e86c5bac901120b33d2b69ad7b398a"
-order_no: "2319"
-message: null
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-birth: DateTime @142182000 {#7523
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-subtotal: "85316.00"
-discount: "0.00"
-delivery_fee_total: "0.00"
-charge: "0.00"
-tax: "7756.00"
-total: "85316.00"
-payment_total: "85316.00"
-payment_method: "クレジットカード決済"
-note: null
-create_date: DateTime @1742346407 {#7520
date: 2025-03-19 10:06:47.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346455 {#7522
date: 2025-03-19 10:07:35.0 Asia/Tokyo (+09:00)
}
-order_date: null
-payment_date: null
-currency_code: "JPY"
-complete_message: null
-complete_mail_message: null
-OrderItems: Doctrine\ORM\PersistentCollection {#7530
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5253 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7531
-elements: []
}
#initialized: false
}
-Shippings: Doctrine\ORM\PersistentCollection {#7681
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#7532 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7682
-elements: []
}
#initialized: false
}
-MailHistories: Doctrine\ORM\PersistentCollection {#7683
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4429 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7680
-elements: []
}
#initialized: false
}
-Customer: Eccube\Entity\Customer {#3743
-id: 6
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-birth: DateTime @142182000 {#3958
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-plain_password: null
-password: "b2da2657fa6953ee64b7192e92d34c832ca9fed07b52e2d3a694c576633ca381"
-salt: "cbacbe57c2"
-secret_key: "S8Q26cvF0xAlNkCAGOSQ4Kh3Cf0he7gU"
-first_buy_date: DateTime @1715527550 {#3954
date: 2024-05-13 00:25:50.0 Asia/Tokyo (+09:00)
}
-last_buy_date: DateTime @1738544956 {#3748
date: 2025-02-03 10:09:16.0 Asia/Tokyo (+09:00)
}
-buy_times: "40"
-buy_total: "2129551.00"
-note: null
-reset_key: null
-reset_expire: null
-point: "0"
-create_date: DateTime @1715525524 {#3747
date: 2024-05-12 23:52:04.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1738544957 {#3746
date: 2025-02-03 10:09:17.0 Asia/Tokyo (+09:00)
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#3999
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4000
-elements: []
}
#initialized: false
}
-CustomerAddresses: Doctrine\ORM\PersistentCollection {#4095
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4001 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4096
-elements: []
}
#initialized: false
}
-Orders: Doctrine\ORM\PersistentCollection {#4097
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2989 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4094
-elements: []
}
#initialized: false
}
-Status: Proxies\__CG__\Eccube\Entity\Master\CustomerStatus {#4182
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202
+__isInitialized__: false
#id: 16
#name: null
#sort_no: null
…2
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212
+__isInitialized__: false
#id: 13
#name: null
#sort_no: null
…2
}
-gmo_epsilon_credit_card_expiration_date: DateTime @1848582000 {#3745
date: 2028-07-31 00:00:00.0 Asia/Tokyo (+09:00)
}
-card_change_request_mail_send_date: null
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212 …2}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192 …2}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202 …2}
-Payment: Proxies\__CG__\Eccube\Entity\Payment {#7846
+__isInitialized__: false
-id: 6
-method: null
-charge: 0
-rule_max: null
-sort_no: null
-fixed: true
-payment_image: null
-rule_min: null
-method_class: null
-visible: null
-create_date: null
-update_date: null
-PaymentOptions: null
-Creator: null
…2
}
-DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#4290
+__isInitialized__: false
#id: 10
#name: null
#sort_no: null
…2
}
-CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#7667
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#7540
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#7858
+__isInitialized__: false
-display_order_count: false
#id: 8
#name: null
#sort_no: null
…2
}
-trans_code: null
-gmo_epsilon_order_no: null
-PaymentStatus: null
-RegularOrder: null
-add_point: "0"
-use_point: "0"
}
In
OptionPreprocessor.php
line 60:
if (!$item->isProduct()) {
return;
}
dump('OptionPreprocessor');
$Plugin = $this->entityManager->getRepository(Plugin::class)->findOneBy(['code' => 'CustomerRank42']);
dump($Plugin);
if ($item instanceof OrderItem) {
"OptionPreprocessor"
In
OptionPreprocessor.php
line 62:
}
dump('OptionPreprocessor');
$Plugin = $this->entityManager->getRepository(Plugin::class)->findOneBy(['code' => 'CustomerRank42']);
dump($Plugin);
if ($item instanceof OrderItem) {
dump(strlen($item->getOptionSerial()));
if(strlen($item->getOptionSerial()) == 0){
null
In
OptionPreprocessor.php
line 64:
$Plugin = $this->entityManager->getRepository(Plugin::class)->findOneBy(['code' => 'CustomerRank42']);
dump($Plugin);
if ($item instanceof OrderItem) {
dump(strlen($item->getOptionSerial()));
if(strlen($item->getOptionSerial()) == 0){
dump($item);
$optionRepository = $this->entityManager->getRepository(Option::class);
2
In
QuantityDiscountPreprocessor.php
line 71:
}
//20240915@hanari
dump('オプション情報処理');
if($this->quantityDiscountService->isDiscount($item)){
// 直接値引
dump('直接値引',$incTax);
"オプション情報処理"
In
QuantityDiscountPreprocessor.php
line 85:
//通常価格の取得
$discountPrice = $item->getProductClass()->getPrice02IncTax();
}
dump('オプション追加前',$discountPrice);
// オプション価格の追加 20240915@hanari
if(method_exists($item,'getCartItemOptions') && is_array( $item->getCartItemOptions() )){
"オプション追加前"
In
QuantityDiscountPreprocessor.php
line 85:
//通常価格の取得
$discountPrice = $item->getProductClass()->getPrice02IncTax();
}
dump('オプション追加前',$discountPrice);
// オプション価格の追加 20240915@hanari
if(method_exists($item,'getCartItemOptions') && is_array( $item->getCartItemOptions() )){
85316.0
In
PriceResetShippingPreprocessor.php
line 77:
//20240918@hanari オプション設定がある場合は変更しない
if(method_exists($item,'getOptionSerial')){
dump("オプション設定がある場合は変更しない",$item);
}else{
dump("オプション設定がない場合変更");
$realPrice = $item->getProductClass()->getPrice02();
"オプション設定がある場合は変更しない"
In
PriceResetShippingPreprocessor.php
line 77:
//20240918@hanari オプション設定がある場合は変更しない
if(method_exists($item,'getOptionSerial')){
dump("オプション設定がある場合は変更しない",$item);
}else{
dump("オプション設定がない場合変更");
$realPrice = $item->getProductClass()->getPrice02();
Eccube\Entity\OrderItem {#7926
-id: 2171
-product_name: "AKRacing by BEAMS DESIGN モデル"
-product_code: "AKR-BEAMS/DESIGN/MODEL"
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: "77560.00"
-quantity: "1"
-tax: 7756.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: null
-Order: Eccube\Entity\Order {#7529
-id: 2319
-pre_order_id: "db869ae337e86c5bac901120b33d2b69ad7b398a"
-order_no: "2319"
-message: null
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-birth: DateTime @142182000 {#7523
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-subtotal: 85316.0
-discount: 0
-delivery_fee_total: 0.0
-charge: 0.0
-tax: 7756.0
-total: 85316.0
-payment_total: 85316.0
-payment_method: "クレジットカード決済"
-note: null
-create_date: DateTime @1742346407 {#7520
date: 2025-03-19 10:06:47.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346455 {#7522
date: 2025-03-19 10:07:35.0 Asia/Tokyo (+09:00)
}
-order_date: null
-payment_date: null
-currency_code: "JPY"
-complete_message: null
-complete_mail_message: null
-OrderItems: Doctrine\ORM\PersistentCollection {#7530
-snapshot: array:3 [ …3]
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5253 …}
-isDirty: true
#collection: Doctrine\Common\Collections\ArrayCollection {#7531
-elements: array:3 [
0 => Eccube\Entity\OrderItem {#7926}
1 => Eccube\Entity\OrderItem {#8045
-id: 2173
-product_name: "手数料"
-product_code: null
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: "0.00"
-quantity: "1"
-tax: 0.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: "Eccube\Service\PurchaseFlow\Processor\PaymentChargePreprocessor"
-Order: Eccube\Entity\Order {#7529}
-Product: null
-ProductClass: null
-Shipping: null
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8042
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#8041
+__isInitialized__: true
#id: 3
#name: "手数料"
#sort_no: 2
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: null
-option_serial: null
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#8040
-snapshot: []
-owner: Eccube\Entity\OrderItem {#8045}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8039
-elements: []
}
#initialized: false
}
}
3 => Eccube\Entity\OrderItem {#9083
-id: null
-product_name: "送料"
-product_code: null
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: 0.0
-quantity: 1
-tax: 0
-tax_rate: 0
-tax_adjust: 0
-tax_rule_id: null
-currency_code: null
-processor_name: "Eccube\Service\PurchaseFlow\Processor\DeliveryFeePreprocessor"
-Order: Eccube\Entity\Order {#7529}
-Product: null
-ProductClass: null
-Shipping: Proxies\__CG__\Eccube\Entity\Shipping {#7964
+__isInitialized__: true
-id: 370
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-phone_number: "0312341234"
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-shipping_delivery_name: "佐川急便"
-time_id: null
-shipping_delivery_time: null
-shipping_delivery_date: DateTime @1744210800 {#8875
date: 2025-04-10 00:00:00.0 Asia/Tokyo (+09:00)
}
-shipping_date: null
-tracking_number: null
-note: null
-sort_no: null
-create_date: DateTime @1742346407 {#8853
date: 2025-03-19 10:06:47.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346455 {#8874
date: 2025-03-19 10:07:35.0 Asia/Tokyo (+09:00)
}
-mail_send_date: null
-Order: Eccube\Entity\Order {#7529}
-OrderItems: Doctrine\ORM\PersistentCollection {#8850
-snapshot: array:2 [ …2]
-owner: Proxies\__CG__\Eccube\Entity\Shipping {#7964 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Shipping"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5253 …}
-isDirty: true
#collection: Doctrine\Common\Collections\ArrayCollection {#8888
-elements: array:2 [
0 => Eccube\Entity\OrderItem {#7926}
2 => Eccube\Entity\OrderItem {#9083}
]
}
#initialized: true
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212
+__isInitialized__: false
#id: 13
#name: null
#sort_no: null
…2
}
-Delivery: Eccube\Entity\Delivery {#8443
-id: 3
-name: "佐川急便"
-service_name: "佐川急便"
-description: null
-confirm_url: null
-sort_no: 3
-visible: true
-create_date: DateTime @1715505120 {#8453
date: 2024-05-12 18:12:00.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1720055966 {#8461
date: 2024-07-04 10:19:26.0 Asia/Tokyo (+09:00)
}
-PaymentOptions: Doctrine\ORM\PersistentCollection {#8519
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8489 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8520
-elements: []
}
#initialized: false
}
-DeliveryFees: Doctrine\ORM\PersistentCollection {#8521
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5747 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8518
-elements: []
}
#initialized: false
}
-DeliveryTimes: Doctrine\ORM\PersistentCollection {#8576
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8517 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8577
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419
+__isInitialized__: false
-id: 3
-name: null
-department: null
-login_id: null
-plainPassword: null
-password: null
-salt: null
-sort_no: null
-two_factor_auth_key: null
-two_factor_auth_enabled: false
-create_date: null
-update_date: null
-login_date: null
-Work: null
-Authority: null
-Creator: null
…2
}
-SaleType: Proxies\__CG__\Eccube\Entity\Master\SaleType {#8372
+__isInitialized__: true
#id: 1
#name: "販売種別A"
#sort_no: 0
…2
}
-delivery_date_flg: false
-DeliveryDates: Doctrine\ORM\PersistentCollection {#8632
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8578 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8633
-elements: []
}
#initialized: false
}
-DeliveryCompany: Proxies\__CG__\Plugin\EccubePaymentLite42\Entity\DeliveryCompany {#8670
+__isInitialized__: false
#id: 11
#name: null
#sort_no: null
…2
}
}
-ProductClassOfTemp: null
-Creator: null
-OptionOfTemp: null
…2
}
-RoundingType: null
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976 …2}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8042 …2}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#8037
+__isInitialized__: true
#id: 2
#name: "送料"
#sort_no: 1
…2
}
-point_rate: null
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: null
-option_serial: null
-OrderItemOptions: Doctrine\Common\Collections\ArrayCollection {#9121
-elements: []
}
}
]
}
#initialized: true
}
-Shippings: Doctrine\ORM\PersistentCollection {#7681
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#7532 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7682
-elements: []
}
#initialized: false
}
-MailHistories: Doctrine\ORM\PersistentCollection {#7683
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4429 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7680
-elements: []
}
#initialized: false
}
-Customer: Eccube\Entity\Customer {#3743
-id: 6
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-birth: DateTime @142182000 {#3958
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-plain_password: null
-password: "b2da2657fa6953ee64b7192e92d34c832ca9fed07b52e2d3a694c576633ca381"
-salt: "cbacbe57c2"
-secret_key: "S8Q26cvF0xAlNkCAGOSQ4Kh3Cf0he7gU"
-first_buy_date: DateTime @1715527550 {#3954
date: 2024-05-13 00:25:50.0 Asia/Tokyo (+09:00)
}
-last_buy_date: DateTime @1738544956 {#3748
date: 2025-02-03 10:09:16.0 Asia/Tokyo (+09:00)
}
-buy_times: "40"
-buy_total: "2129551.00"
-note: null
-reset_key: null
-reset_expire: null
-point: "0"
-create_date: DateTime @1715525524 {#3747
date: 2024-05-12 23:52:04.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1738544957 {#3746
date: 2025-02-03 10:09:17.0 Asia/Tokyo (+09:00)
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#3999
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4000
-elements: []
}
#initialized: false
}
-CustomerAddresses: Doctrine\ORM\PersistentCollection {#4095
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4001 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4096
-elements: []
}
#initialized: false
}
-Orders: Doctrine\ORM\PersistentCollection {#4097
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2989 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4094
-elements: []
}
#initialized: false
}
-Status: Proxies\__CG__\Eccube\Entity\Master\CustomerStatus {#4182
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202
+__isInitialized__: false
#id: 16
#name: null
#sort_no: null
…2
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212 …2}
-gmo_epsilon_credit_card_expiration_date: DateTime @1848582000 {#3745
date: 2028-07-31 00:00:00.0 Asia/Tokyo (+09:00)
}
-card_change_request_mail_send_date: null
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212 …2}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192 …2}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202 …2}
-Payment: Proxies\__CG__\Eccube\Entity\Payment {#7846
+__isInitialized__: false
-id: 6
-method: null
-charge: 0
-rule_max: null
-sort_no: null
-fixed: true
-payment_image: null
-rule_min: null
-method_class: null
-visible: null
-create_date: null
-update_date: null
-PaymentOptions: null
-Creator: null
…2
}
-DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#4290
+__isInitialized__: false
#id: 10
#name: null
#sort_no: null
…2
}
-CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#7667
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#7540
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#7858
+__isInitialized__: false
-display_order_count: false
#id: 8
#name: null
#sort_no: null
…2
}
-trans_code: null
-gmo_epsilon_order_no: null
-PaymentStatus: null
-RegularOrder: null
-add_point: "0"
-use_point: "0"
}
-Product: Proxies\__CG__\Eccube\Entity\Product {#8022
+__isInitialized__: true
-_calc: false
-stockFinds: []
-stocks: []
-stockUnlimiteds: []
-price01: []
-price02: []
-price01IncTaxs: []
-price02IncTaxs: []
-codes: []
-classCategories1: []
-classCategories2: []
-className1: null
-className2: null
-id: 34
-name: "AKRacing by BEAMS DESIGN モデル"
-note: null
-description_list: null
-description_detail: """
カレッジスウェットを彷彿とさせるBEAMS DESIGN監修モデル\n
\n
AKRacingのBEAMS DESIGNモデルは、アメリカンカジュアルスタイルのカレッジスウェットにインスパイアされたデザインを採用しています。背もたれにはオリジナルエンブレム、背面にはヴィンテージスウェットの"4段プリント"風の刺繍が施されています。更に、背面にカンガルーポケットを配し、オリジナルネームタグを付けるなど、細部にまでこだわりを見せています。\n
\n
デザインだけでなく、座り心地にも配慮されており、大阪・泉州地域で編まれたコットン100%のスウェット生地を使用。この生地は柔らかく快適な肌触りを提供し、通気性も良いため、季節を問わず快適です。ヘッドレストは大判で厚みを最適化し、リクライニング時のリラックス効果を高めています。\n
\n
※1年間の製品保証
"""
-search_word: null
-free_area: null
-create_date: DateTime @1700034381 {#8653
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1731462931 {#8570
date: 2024-11-13 10:55:31.0 Asia/Tokyo (+09:00)
}
-ProductCategories: Doctrine\ORM\PersistentCollection {#8701
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8639 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8702
-elements: []
}
#initialized: false
}
-ProductClasses: Doctrine\ORM\PersistentCollection {#8703
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4909 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8700
-elements: []
}
#initialized: false
}
-ProductImage: Doctrine\ORM\PersistentCollection {#8756
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8699 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8757
-elements: []
}
#initialized: false
}
-ProductTag: Doctrine\ORM\PersistentCollection {#8815
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8758 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8816
-elements: []
}
#initialized: false
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#8817
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8814
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-Status: Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#8860
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-ProductLayouts: Doctrine\ORM\PersistentCollection {#8859
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4289 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8858
-elements: []
}
#initialized: false
}
+jan_code: "4549584376935"
+amazon_url: null
+direct_shop_url: null
+path_3d: null
+sale: false
+member: false
+warranty: false
-ProductOptions: Doctrine\ORM\PersistentCollection {#8881
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8857 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8882
-elements: []
}
#initialized: false
}
-free_description_about_quantity: null
-free_description_about_selling_price: null
-free_description_of_payment_delivery: null
…2
}
-ProductClass: Proxies\__CG__\Eccube\Entity\ProductClass {#7338
+__isInitialized__: true
-price01_inc_tax: 0.0
-price02_inc_tax: 85316.0
-tax_rate: false
-id: 91
-code: "AKR-BEAMS/DESIGN/MODEL"
-stock: "2"
-stock_unlimited: false
-sale_limit: null
-price01: null
-price02: "77560.00"
-delivery_fee: null
-visible: true
-create_date: DateTime @1700034381 {#8327
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8330
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-currency_code: "JPY"
-point_rate: null
-ProductStock: Eccube\Entity\ProductStock {#8360
-product_class_id: null
-id: 91
-stock: "2"
-create_date: DateTime @1700034381 {#8355
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8336
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-ProductClass: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
}
-TaxRule: null
-Product: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-SaleType: Proxies\__CG__\Eccube\Entity\Master\SaleType {#8372 …2}
-ClassCategory1: null
-ClassCategory2: null
-DeliveryDuration: null
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-delivery_date_days: 21
-QdProductClasses: Doctrine\ORM\PersistentCollection {#8371
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1804 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8387
-elements: []
}
#initialized: false
}
-ProductClassRegularCycle: Doctrine\ORM\PersistentCollection {#8384
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8388 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8385
-elements: []
}
#initialized: false
}
-RegularDiscount: null
…2
}
-Shipping: Proxies\__CG__\Eccube\Entity\Shipping {#7964 …2}
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938 …2}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976 …2}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8010
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#7999
+__isInitialized__: true
#id: 1
#name: "商品"
#sort_no: 0
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: true
-option_serial: "[]"
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#8043
-snapshot: []
-owner: Eccube\Entity\OrderItem {#7926}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8044
-elements: []
}
#initialized: false
}
}
In
ShippingType.php
line 131:
// お届け日の設定
$minDate = 0;
$deliveryDurationFlag = false;
dump($Shipping->getShippingDeliveryDate());
// 配送時に最大となる商品日数を取得
foreach ($Shipping->getOrderItems() as $detail) {
dump($detail);
DateTime @1744210800 {#8875
date: 2025-04-10 00:00:00.0 Asia/Tokyo (+09:00)
}
In
ShippingType.php
line 134:
dump($Shipping->getShippingDeliveryDate());
// 配送時に最大となる商品日数を取得
foreach ($Shipping->getOrderItems() as $detail) {
dump($detail);
$ProductClass = $detail->getProductClass();
dump($ProductClass);
if (is_null($ProductClass)) {
Eccube\Entity\OrderItem {#7926
-id: 2171
-product_name: "AKRacing by BEAMS DESIGN モデル"
-product_code: "AKR-BEAMS/DESIGN/MODEL"
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: "77560.00"
-quantity: "1"
-tax: 7756.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: null
-Order: Eccube\Entity\Order {#7529
-id: 2319
-pre_order_id: "db869ae337e86c5bac901120b33d2b69ad7b398a"
-order_no: "2319"
-message: null
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-birth: DateTime @142182000 {#7523
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-subtotal: 85316.0
-discount: 0
-delivery_fee_total: 0.0
-charge: 0.0
-tax: 7756.0
-total: 85316.0
-payment_total: 85316.0
-payment_method: "クレジットカード決済"
-note: null
-create_date: DateTime @1742346407 {#7520
date: 2025-03-19 10:06:47.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346529 {#9446
date: 2025-03-19 01:08:49.446033 UTC (+00:00)
}
-order_date: null
-payment_date: null
-currency_code: "JPY"
-complete_message: null
-complete_mail_message: null
-OrderItems: Doctrine\ORM\PersistentCollection {#7530
-snapshot: array:3 [ …3]
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5253 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7531
-elements: array:3 [
0 => Eccube\Entity\OrderItem {#7926}
1 => Eccube\Entity\OrderItem {#8045
-id: 2173
-product_name: "手数料"
-product_code: null
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: "0.00"
-quantity: "1"
-tax: 0.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: "Eccube\Service\PurchaseFlow\Processor\PaymentChargePreprocessor"
-Order: Eccube\Entity\Order {#7529}
-Product: null
-ProductClass: null
-Shipping: null
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8042
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#8041
+__isInitialized__: true
#id: 3
#name: "手数料"
#sort_no: 2
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: null
-option_serial: null
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#8040
-snapshot: []
-owner: Eccube\Entity\OrderItem {#8045}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8039
-elements: []
}
#initialized: false
}
}
3 => Eccube\Entity\OrderItem {#9083
-id: 2175
-product_name: "送料"
-product_code: null
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: 0.0
-quantity: 1
-tax: 0.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: "Eccube\Service\PurchaseFlow\Processor\DeliveryFeePreprocessor"
-Order: Eccube\Entity\Order {#7529}
-Product: null
-ProductClass: null
-Shipping: Proxies\__CG__\Eccube\Entity\Shipping {#7964
+__isInitialized__: true
-id: 370
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-phone_number: "0312341234"
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-shipping_delivery_name: "佐川急便"
-time_id: null
-shipping_delivery_time: null
-shipping_delivery_date: DateTime @1744210800 {#8875
date: 2025-04-10 00:00:00.0 Asia/Tokyo (+09:00)
}
-shipping_date: null
-tracking_number: null
-note: null
-sort_no: null
-create_date: DateTime @1742346407 {#8853
date: 2025-03-19 10:06:47.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346455 {#8874
date: 2025-03-19 10:07:35.0 Asia/Tokyo (+09:00)
}
-mail_send_date: null
-Order: Eccube\Entity\Order {#7529}
-OrderItems: Doctrine\ORM\PersistentCollection {#8850
-snapshot: array:2 [ …2]
-owner: Proxies\__CG__\Eccube\Entity\Shipping {#7964 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Shipping"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5253 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8888
-elements: array:2 [
0 => Eccube\Entity\OrderItem {#7926}
2 => Eccube\Entity\OrderItem {#9083}
]
}
#initialized: true
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212
+__isInitialized__: false
#id: 13
#name: null
#sort_no: null
…2
}
-Delivery: Eccube\Entity\Delivery {#8443
-id: 3
-name: "佐川急便"
-service_name: "佐川急便"
-description: null
-confirm_url: null
-sort_no: 3
-visible: true
-create_date: DateTime @1715505120 {#8453
date: 2024-05-12 18:12:00.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1720055966 {#8461
date: 2024-07-04 10:19:26.0 Asia/Tokyo (+09:00)
}
-PaymentOptions: Doctrine\ORM\PersistentCollection {#8519
-snapshot: array:1 [ …1]
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8489 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8520
-elements: array:1 [
0 => Eccube\Entity\PaymentOption {#9380
-delivery_id: 3
-payment_id: 6
-Delivery: Eccube\Entity\Delivery {#8443}
-Payment: Proxies\__CG__\Eccube\Entity\Payment {#7846
+__isInitialized__: true
-id: 6
-method: "クレジットカード決済"
-charge: "0.00"
-rule_max: "9999999.00"
-sort_no: 5
-fixed: true
-payment_image: null
-rule_min: "1.00"
-method_class: "Plugin\EccubePaymentLite42\Service\Method\Credit"
-visible: true
-create_date: DateTime @1715297272 {#9299
date: 2024-05-10 08:27:52.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1731463962 {#9136
date: 2024-11-13 11:12:42.0 Asia/Tokyo (+09:00)
}
-PaymentOptions: Doctrine\ORM\PersistentCollection {#9303
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Payment {#7846 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Payment"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8489 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#9217
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419
+__isInitialized__: false
-id: 3
-name: null
-department: null
-login_id: null
-plainPassword: null
-password: null
-salt: null
-sort_no: null
-two_factor_auth_key: null
-two_factor_auth_enabled: false
-create_date: null
-update_date: null
-login_date: null
-Work: null
-Authority: null
-Creator: null
…2
}
…2
}
}
]
}
#initialized: true
}
-DeliveryFees: Doctrine\ORM\PersistentCollection {#8521
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5747 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8518
-elements: []
}
#initialized: false
}
-DeliveryTimes: Doctrine\ORM\PersistentCollection {#8576
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8517 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8577
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-SaleType: Proxies\__CG__\Eccube\Entity\Master\SaleType {#8372
+__isInitialized__: true
#id: 1
#name: "販売種別A"
#sort_no: 0
…2
}
-delivery_date_flg: false
-DeliveryDates: Doctrine\ORM\PersistentCollection {#8632
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8578 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8633
-elements: []
}
#initialized: false
}
-DeliveryCompany: Proxies\__CG__\Plugin\EccubePaymentLite42\Entity\DeliveryCompany {#8670
+__isInitialized__: false
#id: 11
#name: null
#sort_no: null
…2
}
}
-ProductClassOfTemp: null
-Creator: null
-OptionOfTemp: null
…2
}
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938 …2}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976 …2}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8042 …2}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#8037
+__isInitialized__: true
#id: 2
#name: "送料"
#sort_no: 1
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: null
-option_serial: null
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#7889
-snapshot: []
-owner: Eccube\Entity\OrderItem {#9083}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#9121
-elements: []
}
#initialized: true
}
}
]
}
#initialized: true
}
-Shippings: Doctrine\ORM\PersistentCollection {#7681
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#7532 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7682
-elements: []
}
#initialized: false
}
-MailHistories: Doctrine\ORM\PersistentCollection {#7683
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4429 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7680
-elements: []
}
#initialized: false
}
-Customer: Eccube\Entity\Customer {#3743
-id: 6
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-birth: DateTime @142182000 {#3958
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-plain_password: null
-password: "b2da2657fa6953ee64b7192e92d34c832ca9fed07b52e2d3a694c576633ca381"
-salt: "cbacbe57c2"
-secret_key: "S8Q26cvF0xAlNkCAGOSQ4Kh3Cf0he7gU"
-first_buy_date: DateTime @1715527550 {#3954
date: 2024-05-13 00:25:50.0 Asia/Tokyo (+09:00)
}
-last_buy_date: DateTime @1738544956 {#3748
date: 2025-02-03 10:09:16.0 Asia/Tokyo (+09:00)
}
-buy_times: "40"
-buy_total: "2129551.00"
-note: null
-reset_key: null
-reset_expire: null
-point: "0"
-create_date: DateTime @1715525524 {#3747
date: 2024-05-12 23:52:04.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1738544957 {#3746
date: 2025-02-03 10:09:17.0 Asia/Tokyo (+09:00)
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#3999
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4000
-elements: []
}
#initialized: false
}
-CustomerAddresses: Doctrine\ORM\PersistentCollection {#4095
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4001 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4096
-elements: []
}
#initialized: false
}
-Orders: Doctrine\ORM\PersistentCollection {#4097
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2989 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4094
-elements: []
}
#initialized: false
}
-Status: Proxies\__CG__\Eccube\Entity\Master\CustomerStatus {#4182
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202
+__isInitialized__: false
#id: 16
#name: null
#sort_no: null
…2
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212 …2}
-gmo_epsilon_credit_card_expiration_date: DateTime @1848582000 {#3745
date: 2028-07-31 00:00:00.0 Asia/Tokyo (+09:00)
}
-card_change_request_mail_send_date: null
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212 …2}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192 …2}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202 …2}
-Payment: Proxies\__CG__\Eccube\Entity\Payment {#7846 …2}
-DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#4290
+__isInitialized__: false
#id: 10
#name: null
#sort_no: null
…2
}
-CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#7667
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#7540
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#7858
+__isInitialized__: false
-display_order_count: false
#id: 8
#name: null
#sort_no: null
…2
}
-trans_code: null
-gmo_epsilon_order_no: null
-PaymentStatus: null
-RegularOrder: null
-add_point: "0"
-use_point: "0"
}
-Product: Proxies\__CG__\Eccube\Entity\Product {#8022
+__isInitialized__: true
-_calc: false
-stockFinds: []
-stocks: []
-stockUnlimiteds: []
-price01: []
-price02: []
-price01IncTaxs: []
-price02IncTaxs: []
-codes: []
-classCategories1: []
-classCategories2: []
-className1: null
-className2: null
-id: 34
-name: "AKRacing by BEAMS DESIGN モデル"
-note: null
-description_list: null
-description_detail: """
カレッジスウェットを彷彿とさせるBEAMS DESIGN監修モデル\n
\n
AKRacingのBEAMS DESIGNモデルは、アメリカンカジュアルスタイルのカレッジスウェットにインスパイアされたデザインを採用しています。背もたれにはオリジナルエンブレム、背面にはヴィンテージスウェットの"4段プリント"風の刺繍が施されています。更に、背面にカンガルーポケットを配し、オリジナルネームタグを付けるなど、細部にまでこだわりを見せています。\n
\n
デザインだけでなく、座り心地にも配慮されており、大阪・泉州地域で編まれたコットン100%のスウェット生地を使用。この生地は柔らかく快適な肌触りを提供し、通気性も良いため、季節を問わず快適です。ヘッドレストは大判で厚みを最適化し、リクライニング時のリラックス効果を高めています。\n
\n
※1年間の製品保証
"""
-search_word: null
-free_area: null
-create_date: DateTime @1700034381 {#8653
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1731462931 {#8570
date: 2024-11-13 10:55:31.0 Asia/Tokyo (+09:00)
}
-ProductCategories: Doctrine\ORM\PersistentCollection {#8701
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8639 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8702
-elements: []
}
#initialized: false
}
-ProductClasses: Doctrine\ORM\PersistentCollection {#8703
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4909 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8700
-elements: []
}
#initialized: false
}
-ProductImage: Doctrine\ORM\PersistentCollection {#8756
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8699 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8757
-elements: []
}
#initialized: false
}
-ProductTag: Doctrine\ORM\PersistentCollection {#8815
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8758 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8816
-elements: []
}
#initialized: false
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#8817
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8814
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-Status: Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#8860
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-ProductLayouts: Doctrine\ORM\PersistentCollection {#8859
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4289 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8858
-elements: []
}
#initialized: false
}
+jan_code: "4549584376935"
+amazon_url: null
+direct_shop_url: null
+path_3d: null
+sale: false
+member: false
+warranty: false
-ProductOptions: Doctrine\ORM\PersistentCollection {#8881
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8857 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8882
-elements: []
}
#initialized: false
}
-free_description_about_quantity: null
-free_description_about_selling_price: null
-free_description_of_payment_delivery: null
…2
}
-ProductClass: Proxies\__CG__\Eccube\Entity\ProductClass {#7338
+__isInitialized__: true
-price01_inc_tax: 0.0
-price02_inc_tax: 85316.0
-tax_rate: false
-id: 91
-code: "AKR-BEAMS/DESIGN/MODEL"
-stock: "2"
-stock_unlimited: false
-sale_limit: null
-price01: null
-price02: "77560.00"
-delivery_fee: null
-visible: true
-create_date: DateTime @1700034381 {#8327
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8330
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-currency_code: "JPY"
-point_rate: null
-ProductStock: Eccube\Entity\ProductStock {#8360
-product_class_id: null
-id: 91
-stock: "2"
-create_date: DateTime @1700034381 {#8355
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8336
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-ProductClass: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
}
-TaxRule: null
-Product: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-SaleType: Proxies\__CG__\Eccube\Entity\Master\SaleType {#8372 …2}
-ClassCategory1: null
-ClassCategory2: null
-DeliveryDuration: null
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-delivery_date_days: 21
-QdProductClasses: Doctrine\ORM\PersistentCollection {#8371
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1804 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8387
-elements: []
}
#initialized: false
}
-ProductClassRegularCycle: Doctrine\ORM\PersistentCollection {#8384
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8388 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8385
-elements: []
}
#initialized: true
}
-RegularDiscount: null
…2
}
-Shipping: Proxies\__CG__\Eccube\Entity\Shipping {#7964 …2}
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938 …2}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976 …2}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8010
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#7999
+__isInitialized__: true
#id: 1
#name: "商品"
#sort_no: 0
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: true
-option_serial: "[]"
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#8043
-snapshot: []
-owner: Eccube\Entity\OrderItem {#7926}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8044
-elements: []
}
#initialized: true
}
}
In
ShippingType.php
line 136:
foreach ($Shipping->getOrderItems() as $detail) {
dump($detail);
$ProductClass = $detail->getProductClass();
dump($ProductClass);
if (is_null($ProductClass)) {
continue;
}
Proxies\__CG__\Eccube\Entity\ProductClass {#7338
+__isInitialized__: true
-price01_inc_tax: 0.0
-price02_inc_tax: 85316.0
-tax_rate: false
-id: 91
-code: "AKR-BEAMS/DESIGN/MODEL"
-stock: "2"
-stock_unlimited: false
-sale_limit: null
-price01: null
-price02: "77560.00"
-delivery_fee: null
-visible: true
-create_date: DateTime @1700034381 {#8327
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8330
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-currency_code: "JPY"
-point_rate: null
-ProductStock: Eccube\Entity\ProductStock {#8360
-product_class_id: null
-id: 91
-stock: "2"
-create_date: DateTime @1700034381 {#8355
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8336
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-ProductClass: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419
+__isInitialized__: false
-id: 3
-name: null
-department: null
-login_id: null
-plainPassword: null
-password: null
-salt: null
-sort_no: null
-two_factor_auth_key: null
-two_factor_auth_enabled: false
-create_date: null
-update_date: null
-login_date: null
-Work: null
-Authority: null
-Creator: null
…2
}
}
-TaxRule: null
-Product: Proxies\__CG__\Eccube\Entity\Product {#8022
+__isInitialized__: true
-_calc: false
-stockFinds: []
-stocks: []
-stockUnlimiteds: []
-price01: []
-price02: []
-price01IncTaxs: []
-price02IncTaxs: []
-codes: []
-classCategories1: []
-classCategories2: []
-className1: null
-className2: null
-id: 34
-name: "AKRacing by BEAMS DESIGN モデル"
-note: null
-description_list: null
-description_detail: """
カレッジスウェットを彷彿とさせるBEAMS DESIGN監修モデル\n
\n
AKRacingのBEAMS DESIGNモデルは、アメリカンカジュアルスタイルのカレッジスウェットにインスパイアされたデザインを採用しています。背もたれにはオリジナルエンブレム、背面にはヴィンテージスウェットの"4段プリント"風の刺繍が施されています。更に、背面にカンガルーポケットを配し、オリジナルネームタグを付けるなど、細部にまでこだわりを見せています。\n
\n
デザインだけでなく、座り心地にも配慮されており、大阪・泉州地域で編まれたコットン100%のスウェット生地を使用。この生地は柔らかく快適な肌触りを提供し、通気性も良いため、季節を問わず快適です。ヘッドレストは大判で厚みを最適化し、リクライニング時のリラックス効果を高めています。\n
\n
※1年間の製品保証
"""
-search_word: null
-free_area: null
-create_date: DateTime @1700034381 {#8653
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1731462931 {#8570
date: 2024-11-13 10:55:31.0 Asia/Tokyo (+09:00)
}
-ProductCategories: Doctrine\ORM\PersistentCollection {#8701
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8639 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8702
-elements: []
}
#initialized: false
}
-ProductClasses: Doctrine\ORM\PersistentCollection {#8703
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4909 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8700
-elements: []
}
#initialized: false
}
-ProductImage: Doctrine\ORM\PersistentCollection {#8756
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8699 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8757
-elements: []
}
#initialized: false
}
-ProductTag: Doctrine\ORM\PersistentCollection {#8815
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8758 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8816
-elements: []
}
#initialized: false
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#8817
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8814
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-Status: Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#8860
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-ProductLayouts: Doctrine\ORM\PersistentCollection {#8859
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4289 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8858
-elements: []
}
#initialized: false
}
+jan_code: "4549584376935"
+amazon_url: null
+direct_shop_url: null
+path_3d: null
+sale: false
+member: false
+warranty: false
-ProductOptions: Doctrine\ORM\PersistentCollection {#8881
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8857 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8882
-elements: []
}
#initialized: false
}
-free_description_about_quantity: null
-free_description_about_selling_price: null
-free_description_of_payment_delivery: null
…2
}
-SaleType: Proxies\__CG__\Eccube\Entity\Master\SaleType {#8372
+__isInitialized__: true
#id: 1
#name: "販売種別A"
#sort_no: 0
…2
}
-ClassCategory1: null
-ClassCategory2: null
-DeliveryDuration: null
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-delivery_date_days: 21
-QdProductClasses: Doctrine\ORM\PersistentCollection {#8371
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1804 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8387
-elements: []
}
#initialized: false
}
-ProductClassRegularCycle: Doctrine\ORM\PersistentCollection {#8384
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8388 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8385
-elements: []
}
#initialized: true
}
-RegularDiscount: null
…2
}
In
ShippingType.php
line 141:
continue;
}
$deliveryDuration = $ProductClass->getDeliveryDuration();
dump($deliveryDuration);
if (is_null($deliveryDuration)) {
continue;
}
null
In
ShippingType.php
line 134:
dump($Shipping->getShippingDeliveryDate());
// 配送時に最大となる商品日数を取得
foreach ($Shipping->getOrderItems() as $detail) {
dump($detail);
$ProductClass = $detail->getProductClass();
dump($ProductClass);
if (is_null($ProductClass)) {
Eccube\Entity\OrderItem {#9083
-id: 2175
-product_name: "送料"
-product_code: null
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: 0.0
-quantity: 1
-tax: 0.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: "Eccube\Service\PurchaseFlow\Processor\DeliveryFeePreprocessor"
-Order: Eccube\Entity\Order {#7529
-id: 2319
-pre_order_id: "db869ae337e86c5bac901120b33d2b69ad7b398a"
-order_no: "2319"
-message: null
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-birth: DateTime @142182000 {#7523
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-subtotal: 85316.0
-discount: 0
-delivery_fee_total: 0.0
-charge: 0.0
-tax: 7756.0
-total: 85316.0
-payment_total: 85316.0
-payment_method: "クレジットカード決済"
-note: null
-create_date: DateTime @1742346407 {#7520
date: 2025-03-19 10:06:47.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346529 {#9446
date: 2025-03-19 01:08:49.446033 UTC (+00:00)
}
-order_date: null
-payment_date: null
-currency_code: "JPY"
-complete_message: null
-complete_mail_message: null
-OrderItems: Doctrine\ORM\PersistentCollection {#7530
-snapshot: array:3 [ …3]
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5253 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7531
-elements: array:3 [
0 => Eccube\Entity\OrderItem {#7926
-id: 2171
-product_name: "AKRacing by BEAMS DESIGN モデル"
-product_code: "AKR-BEAMS/DESIGN/MODEL"
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: "77560.00"
-quantity: "1"
-tax: 7756.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: null
-Order: Eccube\Entity\Order {#7529}
-Product: Proxies\__CG__\Eccube\Entity\Product {#8022
+__isInitialized__: true
-_calc: false
-stockFinds: []
-stocks: []
-stockUnlimiteds: []
-price01: []
-price02: []
-price01IncTaxs: []
-price02IncTaxs: []
-codes: []
-classCategories1: []
-classCategories2: []
-className1: null
-className2: null
-id: 34
-name: "AKRacing by BEAMS DESIGN モデル"
-note: null
-description_list: null
-description_detail: """
カレッジスウェットを彷彿とさせるBEAMS DESIGN監修モデル\n
\n
AKRacingのBEAMS DESIGNモデルは、アメリカンカジュアルスタイルのカレッジスウェットにインスパイアされたデザインを採用しています。背もたれにはオリジナルエンブレム、背面にはヴィンテージスウェットの"4段プリント"風の刺繍が施されています。更に、背面にカンガルーポケットを配し、オリジナルネームタグを付けるなど、細部にまでこだわりを見せています。\n
\n
デザインだけでなく、座り心地にも配慮されており、大阪・泉州地域で編まれたコットン100%のスウェット生地を使用。この生地は柔らかく快適な肌触りを提供し、通気性も良いため、季節を問わず快適です。ヘッドレストは大判で厚みを最適化し、リクライニング時のリラックス効果を高めています。\n
\n
※1年間の製品保証
"""
-search_word: null
-free_area: null
-create_date: DateTime @1700034381 {#8653
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1731462931 {#8570
date: 2024-11-13 10:55:31.0 Asia/Tokyo (+09:00)
}
-ProductCategories: Doctrine\ORM\PersistentCollection {#8701
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8639 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8702
-elements: []
}
#initialized: false
}
-ProductClasses: Doctrine\ORM\PersistentCollection {#8703
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4909 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8700
-elements: []
}
#initialized: false
}
-ProductImage: Doctrine\ORM\PersistentCollection {#8756
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8699 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8757
-elements: []
}
#initialized: false
}
-ProductTag: Doctrine\ORM\PersistentCollection {#8815
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8758 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8816
-elements: []
}
#initialized: false
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#8817
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8814
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419
+__isInitialized__: false
-id: 3
-name: null
-department: null
-login_id: null
-plainPassword: null
-password: null
-salt: null
-sort_no: null
-two_factor_auth_key: null
-two_factor_auth_enabled: false
-create_date: null
-update_date: null
-login_date: null
-Work: null
-Authority: null
-Creator: null
…2
}
-Status: Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#8860
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-ProductLayouts: Doctrine\ORM\PersistentCollection {#8859
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4289 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8858
-elements: []
}
#initialized: false
}
+jan_code: "4549584376935"
+amazon_url: null
+direct_shop_url: null
+path_3d: null
+sale: false
+member: false
+warranty: false
-ProductOptions: Doctrine\ORM\PersistentCollection {#8881
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8857 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8882
-elements: []
}
#initialized: false
}
-free_description_about_quantity: null
-free_description_about_selling_price: null
-free_description_of_payment_delivery: null
…2
}
-ProductClass: Proxies\__CG__\Eccube\Entity\ProductClass {#7338
+__isInitialized__: true
-price01_inc_tax: 0.0
-price02_inc_tax: 85316.0
-tax_rate: false
-id: 91
-code: "AKR-BEAMS/DESIGN/MODEL"
-stock: "2"
-stock_unlimited: false
-sale_limit: null
-price01: null
-price02: "77560.00"
-delivery_fee: null
-visible: true
-create_date: DateTime @1700034381 {#8327
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8330
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-currency_code: "JPY"
-point_rate: null
-ProductStock: Eccube\Entity\ProductStock {#8360
-product_class_id: null
-id: 91
-stock: "2"
-create_date: DateTime @1700034381 {#8355
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8336
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-ProductClass: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
}
-TaxRule: null
-Product: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-SaleType: Proxies\__CG__\Eccube\Entity\Master\SaleType {#8372
+__isInitialized__: true
#id: 1
#name: "販売種別A"
#sort_no: 0
…2
}
-ClassCategory1: null
-ClassCategory2: null
-DeliveryDuration: null
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-delivery_date_days: 21
-QdProductClasses: Doctrine\ORM\PersistentCollection {#8371
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1804 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8387
-elements: []
}
#initialized: false
}
-ProductClassRegularCycle: Doctrine\ORM\PersistentCollection {#8384
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8388 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8385
-elements: []
}
#initialized: true
}
-RegularDiscount: null
…2
}
-Shipping: Proxies\__CG__\Eccube\Entity\Shipping {#7964
+__isInitialized__: true
-id: 370
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-phone_number: "0312341234"
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-shipping_delivery_name: "佐川急便"
-time_id: null
-shipping_delivery_time: null
-shipping_delivery_date: DateTime @1744210800 {#8875
date: 2025-04-10 00:00:00.0 Asia/Tokyo (+09:00)
}
-shipping_date: null
-tracking_number: null
-note: null
-sort_no: null
-create_date: DateTime @1742346407 {#8853
date: 2025-03-19 10:06:47.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346455 {#8874
date: 2025-03-19 10:07:35.0 Asia/Tokyo (+09:00)
}
-mail_send_date: null
-Order: Eccube\Entity\Order {#7529}
-OrderItems: Doctrine\ORM\PersistentCollection {#8850
-snapshot: array:2 [ …2]
-owner: Proxies\__CG__\Eccube\Entity\Shipping {#7964 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Shipping"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5253 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8888
-elements: array:2 [
0 => Eccube\Entity\OrderItem {#7926}
2 => Eccube\Entity\OrderItem {#9083}
]
}
#initialized: true
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212
+__isInitialized__: false
#id: 13
#name: null
#sort_no: null
…2
}
-Delivery: Eccube\Entity\Delivery {#8443
-id: 3
-name: "佐川急便"
-service_name: "佐川急便"
-description: null
-confirm_url: null
-sort_no: 3
-visible: true
-create_date: DateTime @1715505120 {#8453
date: 2024-05-12 18:12:00.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1720055966 {#8461
date: 2024-07-04 10:19:26.0 Asia/Tokyo (+09:00)
}
-PaymentOptions: Doctrine\ORM\PersistentCollection {#8519
-snapshot: array:1 [ …1]
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8489 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8520
-elements: array:1 [
0 => Eccube\Entity\PaymentOption {#9380
-delivery_id: 3
-payment_id: 6
-Delivery: Eccube\Entity\Delivery {#8443}
-Payment: Proxies\__CG__\Eccube\Entity\Payment {#7846
+__isInitialized__: true
-id: 6
-method: "クレジットカード決済"
-charge: "0.00"
-rule_max: "9999999.00"
-sort_no: 5
-fixed: true
-payment_image: null
-rule_min: "1.00"
-method_class: "Plugin\EccubePaymentLite42\Service\Method\Credit"
-visible: true
-create_date: DateTime @1715297272 {#9299
date: 2024-05-10 08:27:52.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1731463962 {#9136
date: 2024-11-13 11:12:42.0 Asia/Tokyo (+09:00)
}
-PaymentOptions: Doctrine\ORM\PersistentCollection {#9303
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Payment {#7846 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Payment"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8489 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#9217
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
…2
}
}
]
}
#initialized: true
}
-DeliveryFees: Doctrine\ORM\PersistentCollection {#8521
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5747 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8518
-elements: []
}
#initialized: false
}
-DeliveryTimes: Doctrine\ORM\PersistentCollection {#8576
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8517 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8577
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-SaleType: Proxies\__CG__\Eccube\Entity\Master\SaleType {#8372 …2}
-delivery_date_flg: false
-DeliveryDates: Doctrine\ORM\PersistentCollection {#8632
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8578 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8633
-elements: []
}
#initialized: false
}
-DeliveryCompany: Proxies\__CG__\Plugin\EccubePaymentLite42\Entity\DeliveryCompany {#8670
+__isInitialized__: false
#id: 11
#name: null
#sort_no: null
…2
}
}
-ProductClassOfTemp: null
-Creator: null
-OptionOfTemp: null
…2
}
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8010
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#7999
+__isInitialized__: true
#id: 1
#name: "商品"
#sort_no: 0
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: true
-option_serial: "[]"
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#8043
-snapshot: []
-owner: Eccube\Entity\OrderItem {#7926}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8044
-elements: []
}
#initialized: true
}
}
1 => Eccube\Entity\OrderItem {#8045
-id: 2173
-product_name: "手数料"
-product_code: null
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: "0.00"
-quantity: "1"
-tax: 0.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: "Eccube\Service\PurchaseFlow\Processor\PaymentChargePreprocessor"
-Order: Eccube\Entity\Order {#7529}
-Product: null
-ProductClass: null
-Shipping: null
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938 …2}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976 …2}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8042
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#8041
+__isInitialized__: true
#id: 3
#name: "手数料"
#sort_no: 2
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: null
-option_serial: null
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#8040
-snapshot: []
-owner: Eccube\Entity\OrderItem {#8045}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8039
-elements: []
}
#initialized: false
}
}
3 => Eccube\Entity\OrderItem {#9083}
]
}
#initialized: true
}
-Shippings: Doctrine\ORM\PersistentCollection {#7681
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#7532 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7682
-elements: []
}
#initialized: false
}
-MailHistories: Doctrine\ORM\PersistentCollection {#7683
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4429 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7680
-elements: []
}
#initialized: false
}
-Customer: Eccube\Entity\Customer {#3743
-id: 6
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-birth: DateTime @142182000 {#3958
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-plain_password: null
-password: "b2da2657fa6953ee64b7192e92d34c832ca9fed07b52e2d3a694c576633ca381"
-salt: "cbacbe57c2"
-secret_key: "S8Q26cvF0xAlNkCAGOSQ4Kh3Cf0he7gU"
-first_buy_date: DateTime @1715527550 {#3954
date: 2024-05-13 00:25:50.0 Asia/Tokyo (+09:00)
}
-last_buy_date: DateTime @1738544956 {#3748
date: 2025-02-03 10:09:16.0 Asia/Tokyo (+09:00)
}
-buy_times: "40"
-buy_total: "2129551.00"
-note: null
-reset_key: null
-reset_expire: null
-point: "0"
-create_date: DateTime @1715525524 {#3747
date: 2024-05-12 23:52:04.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1738544957 {#3746
date: 2025-02-03 10:09:17.0 Asia/Tokyo (+09:00)
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#3999
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4000
-elements: []
}
#initialized: false
}
-CustomerAddresses: Doctrine\ORM\PersistentCollection {#4095
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4001 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4096
-elements: []
}
#initialized: false
}
-Orders: Doctrine\ORM\PersistentCollection {#4097
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2989 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4094
-elements: []
}
#initialized: false
}
-Status: Proxies\__CG__\Eccube\Entity\Master\CustomerStatus {#4182
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202
+__isInitialized__: false
#id: 16
#name: null
#sort_no: null
…2
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212 …2}
-gmo_epsilon_credit_card_expiration_date: DateTime @1848582000 {#3745
date: 2028-07-31 00:00:00.0 Asia/Tokyo (+09:00)
}
-card_change_request_mail_send_date: null
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212 …2}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192 …2}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202 …2}
-Payment: Proxies\__CG__\Eccube\Entity\Payment {#7846 …2}
-DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#4290
+__isInitialized__: false
#id: 10
#name: null
#sort_no: null
…2
}
-CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#7667
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#7540
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#7858
+__isInitialized__: false
-display_order_count: false
#id: 8
#name: null
#sort_no: null
…2
}
-trans_code: null
-gmo_epsilon_order_no: null
-PaymentStatus: null
-RegularOrder: null
-add_point: "0"
-use_point: "0"
}
-Product: null
-ProductClass: null
-Shipping: Proxies\__CG__\Eccube\Entity\Shipping {#7964 …2}
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938 …2}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976 …2}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8042 …2}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#8037
+__isInitialized__: true
#id: 2
#name: "送料"
#sort_no: 1
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: null
-option_serial: null
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#7889
-snapshot: []
-owner: Eccube\Entity\OrderItem {#9083}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#9121
-elements: []
}
#initialized: true
}
}
In
ShippingType.php
line 136:
foreach ($Shipping->getOrderItems() as $detail) {
dump($detail);
$ProductClass = $detail->getProductClass();
dump($ProductClass);
if (is_null($ProductClass)) {
continue;
}
null
In
ShippingType.php
line 160:
// 配達最大日数期間を設定
$deliveryDurations = [];
dump($deliveryDurationFlag);
// 配送日数が設定されている
if ($deliveryDurationFlag) {
$period = new \DatePeriod(
false
In
ShippingType.php
line 183:
$deliveryDurations[$day->format('Y/m/d')] = $day->format('Y/m/d').'('.$dateFormatter->format($day).')';
}
}
dump($deliveryDurations);
dump($Shipping->getOrderItems());
$form = $event->getForm();
$form
[]
In
ShippingType.php
line 184:
}
}
dump($deliveryDurations);
dump($Shipping->getOrderItems());
$form = $event->getForm();
$form
->add(
Eccube\Service\PurchaseFlow\ItemCollection {#10493
#type: "Eccube\Entity\Order"
-elements: array:2 [
0 => Eccube\Entity\OrderItem {#7926
-id: 2171
-product_name: "AKRacing by BEAMS DESIGN モデル"
-product_code: "AKR-BEAMS/DESIGN/MODEL"
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: "77560.00"
-quantity: "1"
-tax: 7756.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: null
-Order: Eccube\Entity\Order {#7529
-id: 2319
-pre_order_id: "db869ae337e86c5bac901120b33d2b69ad7b398a"
-order_no: "2319"
-message: null
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-birth: DateTime @142182000 {#7523
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-subtotal: 85316.0
-discount: 0
-delivery_fee_total: 0.0
-charge: 0.0
-tax: 7756.0
-total: 85316.0
-payment_total: 85316.0
-payment_method: "クレジットカード決済"
-note: null
-create_date: DateTime @1742346407 {#7520
date: 2025-03-19 10:06:47.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346529 {#9446
date: 2025-03-19 01:08:49.446033 UTC (+00:00)
}
-order_date: null
-payment_date: null
-currency_code: "JPY"
-complete_message: null
-complete_mail_message: null
-OrderItems: Doctrine\ORM\PersistentCollection {#7530
-snapshot: array:3 [ …3]
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5253 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7531
-elements: array:3 [
0 => Eccube\Entity\OrderItem {#7926}
1 => Eccube\Entity\OrderItem {#8045
-id: 2173
-product_name: "手数料"
-product_code: null
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: "0.00"
-quantity: "1"
-tax: 0.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: "Eccube\Service\PurchaseFlow\Processor\PaymentChargePreprocessor"
-Order: Eccube\Entity\Order {#7529}
-Product: null
-ProductClass: null
-Shipping: null
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8042
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#8041
+__isInitialized__: true
#id: 3
#name: "手数料"
#sort_no: 2
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: null
-option_serial: null
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#8040
-snapshot: []
-owner: Eccube\Entity\OrderItem {#8045}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8039
-elements: []
}
#initialized: false
}
}
3 => Eccube\Entity\OrderItem {#9083
-id: 2175
-product_name: "送料"
-product_code: null
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: 0.0
-quantity: 1
-tax: 0.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: "Eccube\Service\PurchaseFlow\Processor\DeliveryFeePreprocessor"
-Order: Eccube\Entity\Order {#7529}
-Product: null
-ProductClass: null
-Shipping: Proxies\__CG__\Eccube\Entity\Shipping {#7964
+__isInitialized__: true
-id: 370
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-phone_number: "0312341234"
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-shipping_delivery_name: "佐川急便"
-time_id: null
-shipping_delivery_time: null
-shipping_delivery_date: DateTime @1744210800 {#8875
date: 2025-04-10 00:00:00.0 Asia/Tokyo (+09:00)
}
-shipping_date: null
-tracking_number: null
-note: null
-sort_no: null
-create_date: DateTime @1742346407 {#8853
date: 2025-03-19 10:06:47.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346455 {#8874
date: 2025-03-19 10:07:35.0 Asia/Tokyo (+09:00)
}
-mail_send_date: null
-Order: Eccube\Entity\Order {#7529}
-OrderItems: Doctrine\ORM\PersistentCollection {#8850
-snapshot: array:2 [ …2]
-owner: Proxies\__CG__\Eccube\Entity\Shipping {#7964 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Shipping"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5253 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8888
-elements: array:2 [
0 => Eccube\Entity\OrderItem {#7926}
2 => Eccube\Entity\OrderItem {#9083}
]
}
#initialized: true
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212
+__isInitialized__: false
#id: 13
#name: null
#sort_no: null
…2
}
-Delivery: Eccube\Entity\Delivery {#8443
-id: 3
-name: "佐川急便"
-service_name: "佐川急便"
-description: null
-confirm_url: null
-sort_no: 3
-visible: true
-create_date: DateTime @1715505120 {#8453
date: 2024-05-12 18:12:00.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1720055966 {#8461
date: 2024-07-04 10:19:26.0 Asia/Tokyo (+09:00)
}
-PaymentOptions: Doctrine\ORM\PersistentCollection {#8519
-snapshot: array:1 [ …1]
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8489 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8520
-elements: array:1 [
0 => Eccube\Entity\PaymentOption {#9380
-delivery_id: 3
-payment_id: 6
-Delivery: Eccube\Entity\Delivery {#8443}
-Payment: Proxies\__CG__\Eccube\Entity\Payment {#7846
+__isInitialized__: true
-id: 6
-method: "クレジットカード決済"
-charge: "0.00"
-rule_max: "9999999.00"
-sort_no: 5
-fixed: true
-payment_image: null
-rule_min: "1.00"
-method_class: "Plugin\EccubePaymentLite42\Service\Method\Credit"
-visible: true
-create_date: DateTime @1715297272 {#9299
date: 2024-05-10 08:27:52.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1731463962 {#9136
date: 2024-11-13 11:12:42.0 Asia/Tokyo (+09:00)
}
-PaymentOptions: Doctrine\ORM\PersistentCollection {#9303
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Payment {#7846 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Payment"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8489 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#9217
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419
+__isInitialized__: false
-id: 3
-name: null
-department: null
-login_id: null
-plainPassword: null
-password: null
-salt: null
-sort_no: null
-two_factor_auth_key: null
-two_factor_auth_enabled: false
-create_date: null
-update_date: null
-login_date: null
-Work: null
-Authority: null
-Creator: null
…2
}
…2
}
}
]
}
#initialized: true
}
-DeliveryFees: Doctrine\ORM\PersistentCollection {#8521
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5747 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8518
-elements: []
}
#initialized: false
}
-DeliveryTimes: Doctrine\ORM\PersistentCollection {#8576
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8517 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8577
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-SaleType: Proxies\__CG__\Eccube\Entity\Master\SaleType {#8372
+__isInitialized__: true
#id: 1
#name: "販売種別A"
#sort_no: 0
…2
}
-delivery_date_flg: false
-DeliveryDates: Doctrine\ORM\PersistentCollection {#8632
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8578 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8633
-elements: []
}
#initialized: false
}
-DeliveryCompany: Proxies\__CG__\Plugin\EccubePaymentLite42\Entity\DeliveryCompany {#8670
+__isInitialized__: false
#id: 11
#name: null
#sort_no: null
…2
}
}
-ProductClassOfTemp: null
-Creator: null
-OptionOfTemp: null
…2
}
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938 …2}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976 …2}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8042 …2}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#8037
+__isInitialized__: true
#id: 2
#name: "送料"
#sort_no: 1
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: null
-option_serial: null
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#7889
-snapshot: []
-owner: Eccube\Entity\OrderItem {#9083}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#9121
-elements: []
}
#initialized: true
}
}
]
}
#initialized: true
}
-Shippings: Doctrine\ORM\PersistentCollection {#7681
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#7532 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7682
-elements: []
}
#initialized: false
}
-MailHistories: Doctrine\ORM\PersistentCollection {#7683
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4429 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7680
-elements: []
}
#initialized: false
}
-Customer: Eccube\Entity\Customer {#3743
-id: 6
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-birth: DateTime @142182000 {#3958
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-plain_password: null
-password: "b2da2657fa6953ee64b7192e92d34c832ca9fed07b52e2d3a694c576633ca381"
-salt: "cbacbe57c2"
-secret_key: "S8Q26cvF0xAlNkCAGOSQ4Kh3Cf0he7gU"
-first_buy_date: DateTime @1715527550 {#3954
date: 2024-05-13 00:25:50.0 Asia/Tokyo (+09:00)
}
-last_buy_date: DateTime @1738544956 {#3748
date: 2025-02-03 10:09:16.0 Asia/Tokyo (+09:00)
}
-buy_times: "40"
-buy_total: "2129551.00"
-note: null
-reset_key: null
-reset_expire: null
-point: "0"
-create_date: DateTime @1715525524 {#3747
date: 2024-05-12 23:52:04.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1738544957 {#3746
date: 2025-02-03 10:09:17.0 Asia/Tokyo (+09:00)
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#3999
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4000
-elements: []
}
#initialized: false
}
-CustomerAddresses: Doctrine\ORM\PersistentCollection {#4095
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4001 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4096
-elements: []
}
#initialized: false
}
-Orders: Doctrine\ORM\PersistentCollection {#4097
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2989 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4094
-elements: []
}
#initialized: false
}
-Status: Proxies\__CG__\Eccube\Entity\Master\CustomerStatus {#4182
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202
+__isInitialized__: false
#id: 16
#name: null
#sort_no: null
…2
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212 …2}
-gmo_epsilon_credit_card_expiration_date: DateTime @1848582000 {#3745
date: 2028-07-31 00:00:00.0 Asia/Tokyo (+09:00)
}
-card_change_request_mail_send_date: null
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212 …2}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192 …2}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202 …2}
-Payment: Proxies\__CG__\Eccube\Entity\Payment {#7846 …2}
-DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#4290
+__isInitialized__: false
#id: 10
#name: null
#sort_no: null
…2
}
-CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#7667
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#7540
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#7858
+__isInitialized__: false
-display_order_count: false
#id: 8
#name: null
#sort_no: null
…2
}
-trans_code: null
-gmo_epsilon_order_no: null
-PaymentStatus: null
-RegularOrder: null
-add_point: "0"
-use_point: "0"
}
-Product: Proxies\__CG__\Eccube\Entity\Product {#8022
+__isInitialized__: true
-_calc: false
-stockFinds: []
-stocks: []
-stockUnlimiteds: []
-price01: []
-price02: []
-price01IncTaxs: []
-price02IncTaxs: []
-codes: []
-classCategories1: []
-classCategories2: []
-className1: null
-className2: null
-id: 34
-name: "AKRacing by BEAMS DESIGN モデル"
-note: null
-description_list: null
-description_detail: """
カレッジスウェットを彷彿とさせるBEAMS DESIGN監修モデル\n
\n
AKRacingのBEAMS DESIGNモデルは、アメリカンカジュアルスタイルのカレッジスウェットにインスパイアされたデザインを採用しています。背もたれにはオリジナルエンブレム、背面にはヴィンテージスウェットの"4段プリント"風の刺繍が施されています。更に、背面にカンガルーポケットを配し、オリジナルネームタグを付けるなど、細部にまでこだわりを見せています。\n
\n
デザインだけでなく、座り心地にも配慮されており、大阪・泉州地域で編まれたコットン100%のスウェット生地を使用。この生地は柔らかく快適な肌触りを提供し、通気性も良いため、季節を問わず快適です。ヘッドレストは大判で厚みを最適化し、リクライニング時のリラックス効果を高めています。\n
\n
※1年間の製品保証
"""
-search_word: null
-free_area: null
-create_date: DateTime @1700034381 {#8653
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1731462931 {#8570
date: 2024-11-13 10:55:31.0 Asia/Tokyo (+09:00)
}
-ProductCategories: Doctrine\ORM\PersistentCollection {#8701
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8639 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8702
-elements: []
}
#initialized: false
}
-ProductClasses: Doctrine\ORM\PersistentCollection {#8703
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4909 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8700
-elements: []
}
#initialized: false
}
-ProductImage: Doctrine\ORM\PersistentCollection {#8756
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8699 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8757
-elements: []
}
#initialized: false
}
-ProductTag: Doctrine\ORM\PersistentCollection {#8815
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8758 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8816
-elements: []
}
#initialized: false
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#8817
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8814
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-Status: Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#8860
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-ProductLayouts: Doctrine\ORM\PersistentCollection {#8859
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4289 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8858
-elements: []
}
#initialized: false
}
+jan_code: "4549584376935"
+amazon_url: null
+direct_shop_url: null
+path_3d: null
+sale: false
+member: false
+warranty: false
-ProductOptions: Doctrine\ORM\PersistentCollection {#8881
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8857 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8882
-elements: []
}
#initialized: false
}
-free_description_about_quantity: null
-free_description_about_selling_price: null
-free_description_of_payment_delivery: null
…2
}
-ProductClass: Proxies\__CG__\Eccube\Entity\ProductClass {#7338
+__isInitialized__: true
-price01_inc_tax: 0.0
-price02_inc_tax: 85316.0
-tax_rate: false
-id: 91
-code: "AKR-BEAMS/DESIGN/MODEL"
-stock: "2"
-stock_unlimited: false
-sale_limit: null
-price01: null
-price02: "77560.00"
-delivery_fee: null
-visible: true
-create_date: DateTime @1700034381 {#8327
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8330
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-currency_code: "JPY"
-point_rate: null
-ProductStock: Eccube\Entity\ProductStock {#8360
-product_class_id: null
-id: 91
-stock: "2"
-create_date: DateTime @1700034381 {#8355
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8336
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-ProductClass: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
}
-TaxRule: null
-Product: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-SaleType: Proxies\__CG__\Eccube\Entity\Master\SaleType {#8372 …2}
-ClassCategory1: null
-ClassCategory2: null
-DeliveryDuration: null
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-delivery_date_days: 21
-QdProductClasses: Doctrine\ORM\PersistentCollection {#8371
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1804 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8387
-elements: []
}
#initialized: false
}
-ProductClassRegularCycle: Doctrine\ORM\PersistentCollection {#8384
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8388 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8385
-elements: []
}
#initialized: true
}
-RegularDiscount: null
…2
}
-Shipping: Proxies\__CG__\Eccube\Entity\Shipping {#7964 …2}
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938 …2}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976 …2}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8010
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#7999
+__isInitialized__: true
#id: 1
#name: "商品"
#sort_no: 0
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: true
-option_serial: "[]"
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#8043
-snapshot: []
-owner: Eccube\Entity\OrderItem {#7926}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8044
-elements: []
}
#initialized: true
}
}
1 => Eccube\Entity\OrderItem {#9083}
]
}
In
ShoppingController.php
line 190:
$form = $this->createForm(OrderType::class, $Order);
dump($Order);
/*
foreach($Order->getOrderItems() as $OrderItem){
dump($OrderItem);
Eccube\Entity\Order {#7529
-id: 2319
-pre_order_id: "db869ae337e86c5bac901120b33d2b69ad7b398a"
-order_no: "2319"
-message: null
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-birth: DateTime @142182000 {#7523
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-subtotal: 85316.0
-discount: 0
-delivery_fee_total: 0.0
-charge: 0.0
-tax: 7756.0
-total: 85316.0
-payment_total: 85316.0
-payment_method: "クレジットカード決済"
-note: null
-create_date: DateTime @1742346407 {#7520
date: 2025-03-19 10:06:47.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346529 {#9446
date: 2025-03-19 01:08:49.446033 UTC (+00:00)
}
-order_date: null
-payment_date: null
-currency_code: "JPY"
-complete_message: null
-complete_mail_message: null
-OrderItems: Doctrine\ORM\PersistentCollection {#7530
-snapshot: array:3 [ …3]
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5253 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7531
-elements: array:3 [
0 => Eccube\Entity\OrderItem {#7926
-id: 2171
-product_name: "AKRacing by BEAMS DESIGN モデル"
-product_code: "AKR-BEAMS/DESIGN/MODEL"
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: "77560.00"
-quantity: "1"
-tax: 7756.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: null
-Order: Eccube\Entity\Order {#7529}
-Product: Proxies\__CG__\Eccube\Entity\Product {#8022
+__isInitialized__: true
-_calc: false
-stockFinds: []
-stocks: []
-stockUnlimiteds: []
-price01: []
-price02: []
-price01IncTaxs: []
-price02IncTaxs: []
-codes: []
-classCategories1: []
-classCategories2: []
-className1: null
-className2: null
-id: 34
-name: "AKRacing by BEAMS DESIGN モデル"
-note: null
-description_list: null
-description_detail: """
カレッジスウェットを彷彿とさせるBEAMS DESIGN監修モデル\n
\n
AKRacingのBEAMS DESIGNモデルは、アメリカンカジュアルスタイルのカレッジスウェットにインスパイアされたデザインを採用しています。背もたれにはオリジナルエンブレム、背面にはヴィンテージスウェットの"4段プリント"風の刺繍が施されています。更に、背面にカンガルーポケットを配し、オリジナルネームタグを付けるなど、細部にまでこだわりを見せています。\n
\n
デザインだけでなく、座り心地にも配慮されており、大阪・泉州地域で編まれたコットン100%のスウェット生地を使用。この生地は柔らかく快適な肌触りを提供し、通気性も良いため、季節を問わず快適です。ヘッドレストは大判で厚みを最適化し、リクライニング時のリラックス効果を高めています。\n
\n
※1年間の製品保証
"""
-search_word: null
-free_area: null
-create_date: DateTime @1700034381 {#8653
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1731462931 {#8570
date: 2024-11-13 10:55:31.0 Asia/Tokyo (+09:00)
}
-ProductCategories: Doctrine\ORM\PersistentCollection {#8701
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8639 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8702
-elements: []
}
#initialized: false
}
-ProductClasses: Doctrine\ORM\PersistentCollection {#8703
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4909 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8700
-elements: []
}
#initialized: false
}
-ProductImage: Doctrine\ORM\PersistentCollection {#8756
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8699 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8757
-elements: []
}
#initialized: false
}
-ProductTag: Doctrine\ORM\PersistentCollection {#8815
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8758 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8816
-elements: []
}
#initialized: false
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#8817
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8814
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419
+__isInitialized__: false
-id: 3
-name: null
-department: null
-login_id: null
-plainPassword: null
-password: null
-salt: null
-sort_no: null
-two_factor_auth_key: null
-two_factor_auth_enabled: false
-create_date: null
-update_date: null
-login_date: null
-Work: null
-Authority: null
-Creator: null
…2
}
-Status: Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#8860
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-ProductLayouts: Doctrine\ORM\PersistentCollection {#8859
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4289 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8858
-elements: []
}
#initialized: false
}
+jan_code: "4549584376935"
+amazon_url: null
+direct_shop_url: null
+path_3d: null
+sale: false
+member: false
+warranty: false
-ProductOptions: Doctrine\ORM\PersistentCollection {#8881
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Product"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8857 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8882
-elements: []
}
#initialized: false
}
-free_description_about_quantity: null
-free_description_about_selling_price: null
-free_description_of_payment_delivery: null
…2
}
-ProductClass: Proxies\__CG__\Eccube\Entity\ProductClass {#7338
+__isInitialized__: true
-price01_inc_tax: 0.0
-price02_inc_tax: 85316.0
-tax_rate: false
-id: 91
-code: "AKR-BEAMS/DESIGN/MODEL"
-stock: "2"
-stock_unlimited: false
-sale_limit: null
-price01: null
-price02: "77560.00"
-delivery_fee: null
-visible: true
-create_date: DateTime @1700034381 {#8327
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8330
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-currency_code: "JPY"
-point_rate: null
-ProductStock: Eccube\Entity\ProductStock {#8360
-product_class_id: null
-id: 91
-stock: "2"
-create_date: DateTime @1700034381 {#8355
date: 2023-11-15 16:46:21.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1734916722 {#8336
date: 2024-12-23 10:18:42.0 Asia/Tokyo (+09:00)
}
-ProductClass: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
}
-TaxRule: null
-Product: Proxies\__CG__\Eccube\Entity\Product {#8022 …2}
-SaleType: Proxies\__CG__\Eccube\Entity\Master\SaleType {#8372
+__isInitialized__: true
#id: 1
#name: "販売種別A"
#sort_no: 0
…2
}
-ClassCategory1: null
-ClassCategory2: null
-DeliveryDuration: null
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-delivery_date_days: 21
-QdProductClasses: Doctrine\ORM\PersistentCollection {#8371
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#1804 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8387
-elements: []
}
#initialized: false
}
-ProductClassRegularCycle: Doctrine\ORM\PersistentCollection {#8384
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\ProductClass {#7338 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "ProductClass"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8388 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8385
-elements: []
}
#initialized: true
}
-RegularDiscount: null
…2
}
-Shipping: Proxies\__CG__\Eccube\Entity\Shipping {#7964
+__isInitialized__: true
-id: 370
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-phone_number: "0312341234"
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-shipping_delivery_name: "佐川急便"
-time_id: null
-shipping_delivery_time: null
-shipping_delivery_date: DateTime @1744210800 {#8875
date: 2025-04-10 00:00:00.0 Asia/Tokyo (+09:00)
}
-shipping_date: null
-tracking_number: null
-note: null
-sort_no: null
-create_date: DateTime @1742346407 {#8853
date: 2025-03-19 10:06:47.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1742346455 {#8874
date: 2025-03-19 10:07:35.0 Asia/Tokyo (+09:00)
}
-mail_send_date: null
-Order: Eccube\Entity\Order {#7529}
-OrderItems: Doctrine\ORM\PersistentCollection {#8850
-snapshot: array:2 [ …2]
-owner: Proxies\__CG__\Eccube\Entity\Shipping {#7964 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Shipping"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5253 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8888
-elements: array:2 [
0 => Eccube\Entity\OrderItem {#7926}
2 => Eccube\Entity\OrderItem {#9083
-id: 2175
-product_name: "送料"
-product_code: null
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: 0.0
-quantity: 1
-tax: 0.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: "Eccube\Service\PurchaseFlow\Processor\DeliveryFeePreprocessor"
-Order: Eccube\Entity\Order {#7529}
-Product: null
-ProductClass: null
-Shipping: Proxies\__CG__\Eccube\Entity\Shipping {#7964 …2}
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8042
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#8037
+__isInitialized__: true
#id: 2
#name: "送料"
#sort_no: 1
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: null
-option_serial: null
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#7889
-snapshot: []
-owner: Eccube\Entity\OrderItem {#9083}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#9121
-elements: []
}
#initialized: true
}
}
]
}
#initialized: true
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212
+__isInitialized__: false
#id: 13
#name: null
#sort_no: null
…2
}
-Delivery: Eccube\Entity\Delivery {#8443
-id: 3
-name: "佐川急便"
-service_name: "佐川急便"
-description: null
-confirm_url: null
-sort_no: 3
-visible: true
-create_date: DateTime @1715505120 {#8453
date: 2024-05-12 18:12:00.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1720055966 {#8461
date: 2024-07-04 10:19:26.0 Asia/Tokyo (+09:00)
}
-PaymentOptions: Doctrine\ORM\PersistentCollection {#8519
-snapshot: array:1 [ …1]
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8489 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8520
-elements: array:1 [
0 => Eccube\Entity\PaymentOption {#9380
-delivery_id: 3
-payment_id: 6
-Delivery: Eccube\Entity\Delivery {#8443}
-Payment: Proxies\__CG__\Eccube\Entity\Payment {#7846
+__isInitialized__: true
-id: 6
-method: "クレジットカード決済"
-charge: "0.00"
-rule_max: "9999999.00"
-sort_no: 5
-fixed: true
-payment_image: null
-rule_min: "1.00"
-method_class: "Plugin\EccubePaymentLite42\Service\Method\Credit"
-visible: true
-create_date: DateTime @1715297272 {#9299
date: 2024-05-10 08:27:52.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1731463962 {#9136
date: 2024-11-13 11:12:42.0 Asia/Tokyo (+09:00)
}
-PaymentOptions: Doctrine\ORM\PersistentCollection {#9303
-snapshot: []
-owner: Proxies\__CG__\Eccube\Entity\Payment {#7846 …2}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Payment"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8489 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#9217
-elements: []
}
#initialized: false
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
…2
}
}
]
}
#initialized: true
}
-DeliveryFees: Doctrine\ORM\PersistentCollection {#8521
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#5747 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8518
-elements: []
}
#initialized: false
}
-DeliveryTimes: Doctrine\ORM\PersistentCollection {#8576
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8517 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8577
-elements: []
}
#initialized: true
}
-Creator: Proxies\__CG__\Eccube\Entity\Member {#8419 …2}
-SaleType: Proxies\__CG__\Eccube\Entity\Master\SaleType {#8372 …2}
-delivery_date_flg: false
-DeliveryDates: Doctrine\ORM\PersistentCollection {#8632
-snapshot: []
-owner: Eccube\Entity\Delivery {#8443}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Delivery"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8578 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8633
-elements: []
}
#initialized: false
}
-DeliveryCompany: Proxies\__CG__\Plugin\EccubePaymentLite42\Entity\DeliveryCompany {#8670
+__isInitialized__: false
#id: 11
#name: null
#sort_no: null
…2
}
}
-ProductClassOfTemp: null
-Creator: null
-OptionOfTemp: null
…2
}
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938 …2}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976 …2}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8010
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#7999
+__isInitialized__: true
#id: 1
#name: "商品"
#sort_no: 0
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: true
-option_serial: "[]"
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#8043
-snapshot: []
-owner: Eccube\Entity\OrderItem {#7926}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8044
-elements: []
}
#initialized: true
}
}
1 => Eccube\Entity\OrderItem {#8045
-id: 2173
-product_name: "手数料"
-product_code: null
-class_name1: null
-class_name2: null
-class_category_name1: null
-class_category_name2: null
-price: "0.00"
-quantity: "1"
-tax: 0.0
-tax_rate: "10"
-tax_adjust: "0"
-tax_rule_id: null
-currency_code: "JPY"
-processor_name: "Eccube\Service\PurchaseFlow\Processor\PaymentChargePreprocessor"
-Order: Eccube\Entity\Order {#7529}
-Product: null
-ProductClass: null
-Shipping: null
-RoundingType: Proxies\__CG__\Eccube\Entity\Master\RoundingType {#7938 …2}
-TaxType: Proxies\__CG__\Eccube\Entity\Master\TaxType {#7976 …2}
-TaxDisplayType: Proxies\__CG__\Eccube\Entity\Master\TaxDisplayType {#8042 …2}
-OrderItemType: Proxies\__CG__\Eccube\Entity\Master\OrderItemType {#8041
+__isInitialized__: true
#id: 3
#name: "手数料"
#sort_no: 2
…2
}
-point_rate: "1"
-_calc_productoption: false
-option_price: 0
-option_tax: 0
-delivery_free_flg: false
-current_price: 0
-current_tax: 0
-option_set_flg: null
-option_serial: null
-OrderItemOptions: Doctrine\ORM\PersistentCollection {#8040
-snapshot: []
-owner: Eccube\Entity\OrderItem {#8045}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "OrderItem"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#8000 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#8039
-elements: []
}
#initialized: false
}
}
3 => Eccube\Entity\OrderItem {#9083}
]
}
#initialized: true
}
-Shippings: Doctrine\ORM\PersistentCollection {#7681
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#7532 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7682
-elements: []
}
#initialized: false
}
-MailHistories: Doctrine\ORM\PersistentCollection {#7683
-snapshot: []
-owner: Eccube\Entity\Order {#7529}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Order"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4429 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#7680
-elements: []
}
#initialized: false
}
-Customer: Eccube\Entity\Customer {#3743
-id: 6
-name01: "羽成"
-name02: "真一郎"
-kana01: "ハナリ"
-kana02: "シンイチロウ"
-company_name: null
-postal_code: "1330051"
-addr01: "江戸川区北小岩"
-addr02: "15"
-email: "sin_hanari@edotora.com"
-phone_number: "0312341234"
-birth: DateTime @142182000 {#3958
date: 1974-07-05 00:00:00.0 Asia/Tokyo (+09:00)
}
-plain_password: null
-password: "b2da2657fa6953ee64b7192e92d34c832ca9fed07b52e2d3a694c576633ca381"
-salt: "cbacbe57c2"
-secret_key: "S8Q26cvF0xAlNkCAGOSQ4Kh3Cf0he7gU"
-first_buy_date: DateTime @1715527550 {#3954
date: 2024-05-13 00:25:50.0 Asia/Tokyo (+09:00)
}
-last_buy_date: DateTime @1738544956 {#3748
date: 2025-02-03 10:09:16.0 Asia/Tokyo (+09:00)
}
-buy_times: "40"
-buy_total: "2129551.00"
-note: null
-reset_key: null
-reset_expire: null
-point: "0"
-create_date: DateTime @1715525524 {#3747
date: 2024-05-12 23:52:04.0 Asia/Tokyo (+09:00)
}
-update_date: DateTime @1738544957 {#3746
date: 2025-02-03 10:09:17.0 Asia/Tokyo (+09:00)
}
-CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#3999
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3740 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4000
-elements: []
}
#initialized: false
}
-CustomerAddresses: Doctrine\ORM\PersistentCollection {#4095
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:16 [ …16]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#4001 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4096
-elements: []
}
#initialized: false
}
-Orders: Doctrine\ORM\PersistentCollection {#4097
-snapshot: []
-owner: Eccube\Entity\Customer {#3743}
-association: array:15 [ …15]
-em: Doctrine\ORM\EntityManager {#618 …11}
-backRefFieldName: "Customer"
-typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2989 …}
-isDirty: false
#collection: Doctrine\Common\Collections\ArrayCollection {#4094
-elements: []
}
#initialized: false
}
-Status: Proxies\__CG__\Eccube\Entity\Master\CustomerStatus {#4182
+__isInitialized__: false
#id: 2
#name: null
#sort_no: null
…2
}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192
+__isInitialized__: false
#id: 1
#name: null
#sort_no: null
…2
}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202
+__isInitialized__: false
#id: 16
#name: null
#sort_no: null
…2
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212 …2}
-gmo_epsilon_credit_card_expiration_date: DateTime @1848582000 {#3745
date: 2028-07-31 00:00:00.0 Asia/Tokyo (+09:00)
}
-card_change_request_mail_send_date: null
}
-Country: null
-Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4212 …2}
-Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4192 …2}
-Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4202 …2}
-Payment: Proxies\__CG__\Eccube\Entity\Payment {#7846 …2}
-DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#4290
+__isInitialized__: false
#id: 10
#name: null
#sort_no: null
…2
}
-CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#7667
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#7540
+__isInitialized__: false
#id: 8
#name: null
#sort_no: null
…2
}
-OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#7858
+__isInitialized__: false
-display_order_count: false
#id: 8
#name: null
#sort_no: null
…2
}
-trans_code: null
-gmo_epsilon_order_no: null
-PaymentStatus: null
-RegularOrder: null
-add_point: "0"
-use_point: "0"
}