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-catalog
Pricing
Price
ConfiguredPriceInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Catalog\Pricing\Price
;
8
9
use
Magento\Catalog\Model\Product\Configuration\Item\ItemInterface
;
10
14
interface
ConfiguredPriceInterface
15
{
19
const
CONFIGURED_PRICE_CODE
=
'configured_price'
;
20
24
const
CONFIGURED_REGULAR_PRICE_CODE
=
'configured_regular_price'
;
25
30
public
function
setItem
(
ItemInterface
$item
);
31
}
Magento\Catalog\Model\Product\Configuration\Item\ItemInterface
Definition:
ItemInterface.php:15
Magento\Catalog\Pricing\Price\ConfiguredPriceInterface\CONFIGURED_PRICE_CODE
const CONFIGURED_PRICE_CODE
Definition:
ConfiguredPriceInterface.php:19
$item
$item
Definition:
partial_invoice.php:27
Magento\Catalog\Pricing\Price\ConfiguredPriceInterface\CONFIGURED_REGULAR_PRICE_CODE
const CONFIGURED_REGULAR_PRICE_CODE
Definition:
ConfiguredPriceInterface.php:24
Magento\Catalog\Pricing\Price\ConfiguredPriceInterface
Definition:
ConfiguredPriceInterface.php:14
Magento\Catalog\Pricing\Price\ConfiguredPriceInterface\setItem
setItem(ItemInterface $item)
Magento\Catalog\Pricing\Price
Definition:
BasePrice.php:7