Forms

  • sylius_cart
    • items
    • shippingAddress
    • billingAddress
    • promotionCoupon
    • _token

sylius_cart

"Sylius\Bundle\OrderBundle\Form\Type\CartType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
BitBag\OpenMarketplace\Entity\Order {#5575
  #id: null
  #checkoutCompletedAt: null
  #number: null
  #notes: null
  #items: Doctrine\Common\Collections\ArrayCollection {#5576 …}
  #itemsTotal: 0
  #adjustments: Doctrine\Common\Collections\ArrayCollection {#5577 …}
  #adjustmentsTotal: 0
  #total: 0
  #state: "cart"
  #createdAt: DateTime @1725756416 {#5578
    date: 2024-09-08 00:46:56.935773 UTC (+00:00)
  }
  #updatedAt: null
  #customer: null
  #channel: Sylius\Component\Core\Model\Channel {#5038 …}
  #shippingAddress: null
  #billingAddress: null
  #payments: Doctrine\Common\Collections\ArrayCollection {#5579 …}
  #shipments: Doctrine\Common\Collections\ArrayCollection {#5580 …}
  #currencyCode: "EUR"
  #localeCode: "fr_FR"
  #promotionCoupon: null
  #checkoutState: "cart"
  #paymentState: "cart"
  #shippingState: "cart"
  #promotions: Doctrine\Common\Collections\ArrayCollection {#5581 …}
  #tokenValue: null
  #customerIp: null
  #createdByGuest: true
  #vendor: null
  #secondaryOrders: Doctrine\Common\Collections\ArrayCollection {#5582 …}
  #transferId: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
BitBag\OpenMarketplace\Entity\Order {#5575
  #id: null
  #checkoutCompletedAt: null
  #number: null
  #notes: null
  #items: Doctrine\Common\Collections\ArrayCollection {#5576 …}
  #itemsTotal: 0
  #adjustments: Doctrine\Common\Collections\ArrayCollection {#5577 …}
  #adjustmentsTotal: 0
  #total: 0
  #state: "cart"
  #createdAt: DateTime @1725756416 {#5578
    date: 2024-09-08 00:46:56.935773 UTC (+00:00)
  }
  #updatedAt: null
  #customer: null
  #channel: Sylius\Component\Core\Model\Channel {#5038 …}
  #shippingAddress: null
  #billingAddress: null
  #payments: Doctrine\Common\Collections\ArrayCollection {#5579 …}
  #shipments: Doctrine\Common\Collections\ArrayCollection {#5580 …}
  #currencyCode: "EUR"
  #localeCode: "fr_FR"
  #promotionCoupon: null
  #checkoutState: "cart"
  #paymentState: "cart"
  #shippingState: "cart"
  #promotions: Doctrine\Common\Collections\ArrayCollection {#5581 …}
  #tokenValue: null
  #customerIp: null
  #createdByGuest: true
  #vendor: null
  #secondaryOrders: Doctrine\Common\Collections\ArrayCollection {#5582 …}
  #transferId: null
}
same as passed value

Resolved Options

View Variables