Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-quote
Api
CartTotalManagementInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Quote\Api
;
7
13
interface
CartTotalManagementInterface
14
{
25
public
function
collectTotals
(
26
$cartId
,
27
\
Magento
\
Quote
\Api\
Data
\
PaymentInterface
$paymentMethod,
28
$shippingCarrierCode =
null
,
29
$shippingMethodCode =
null
,
30
\
Magento
\
Quote
\Api\
Data
\TotalsAdditionalDataInterface $additionalData =
null
31
);
32
}
Magento\Quote\Api\CartTotalManagementInterface\collectTotals
collectTotals( $cartId, \Magento\Quote\Api\Data\PaymentInterface $paymentMethod, $shippingCarrierCode=null, $shippingMethodCode=null, \Magento\Quote\Api\Data\TotalsAdditionalDataInterface $additionalData=null)
Magento\Quote\Api
Definition:
BillingAddressManagementTest.php:7
Magento\Framework\App\Config\Data
Definition:
Data.php:10
$cartId
$cartId
Definition:
quote.php:22
Magento
Magento\Quote\Model\Quote
Definition:
Quote.php:107
Magento\Quote\Api\CartTotalManagementInterface
Definition:
CartTotalManagementInterface.php:13
Magento\Quote\Api\Data\PaymentInterface
Definition:
PaymentInterface.php:13