You are here

namespace Drupal\uc_order\Plugin\Ubercart\OrderPane in Ubercart 8.4

Classsort descending Location Description
AddressPaneBase uc_order/src/Plugin/Ubercart/OrderPane/AddressPaneBase.php Provides a generic address pane that can be extended as required.
AdminComments uc_order/src/Plugin/Ubercart/OrderPane/AdminComments.php View the admin comments, used for administrative notes and instructions.
BillTo uc_order/src/Plugin/Ubercart/OrderPane/BillTo.php Manage the order's billing address and contact information..
CustomerInfo uc_order/src/Plugin/Ubercart/OrderPane/CustomerInfo.php Manage the information for the customer's user account.
LineItems uc_order/src/Plugin/Ubercart/OrderPane/LineItems.php View and modify an order's line items.
OrderComments uc_order/src/Plugin/Ubercart/OrderPane/OrderComments.php View the order comments, used for communicating with customers.
PrintButton uc_order/src/Plugin/Ubercart/OrderPane/PrintButton.php Button to open a printable invoice.
Products uc_order/src/Plugin/Ubercart/OrderPane/Products.php Manage the products an order contains.
ShipTo uc_order/src/Plugin/Ubercart/OrderPane/ShipTo.php Manage the order's shipping address and contact information.
UpdateOrder uc_order/src/Plugin/Ubercart/OrderPane/UpdateOrder.php Update an order's status or add comments to an order.