addToCart
DataLayer 이벤트를 제공합니다.
1 product(s) require your attention - Options were updated. Please review available configurations
.
products
쿼리가 정확한 total_count
필드를 반환합니다.
Type Error occurred when creating object: Magento\CompanyShipping\Model\Source\ShippingMethod, Too few arguments to function Magento\CompanyShipping\Model\Source\ShippingMethod::__construct(), 1 passed in /var/www/html/elmtup/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 121 and exactly 2 expected
.
B2B v1.2.0
2020년 7월 28일
지원됨 Adobe Commerce 2.4.0 이상 버전
Divante과(와) 커뮤니티 구성원의 Marek Mularczyk의 기여에 대한 감사를 추가하여
이전에
php bin/magento indexer:set-dimensions-mode catalog_product_price website
명령을 실행한 다음 공유 카탈로그를 만들려고 하면 오류가 발생합니다. 이 문제가 수정되었습니다.
form
태그로 인해 제안된 배송 비용을 변경한 후 Enter 키를 누르면 주문 페이지가 자동으로 새로 고쳐집니다. 이 문제가 수정되었습니다.
알려진 문제
- Adobe Commerce은 다중 웹 사이트 배포에서 B2B 1.2.0으로 업그레이드하는 동안 예외를 throw합니다.
setup:upgrade
이(가) 실행되면PurchaseOrder
모듈에서 이 오류가 발생합니다.Module Magento_PurchaseOrder: Unable to apply data patch Magento\PurchaseOrder\Setup\Patch\Data\InitPurchaseOrderSalesSequence for moduleMagento_PurchaseOrder
. 해결 방법: 이제magento.com
의 내 계정 > 다운로드 섹션에서 사용할 수 있는InitPurchaseOrderSalesSequence
데이터 패치 핫픽스에B2B-716 Add NonTransactionableInterface
인터페이스를 설치합니다. - PO(구매 발주)가 승인되기 전에 할인 코드가 만료되면 PO는 할인된 금액을 계속 표시하지만 PO가 승인되면 주문이 할인되지 않은 합계에 배치됩니다. 해결 방법: 이 문제에 대한
B2B-709 Purchase Order Discount patch
핫픽스를 설치하십시오. 핫픽스는 이제magento.com
의 내 계정 > 다운로드 섹션에서 사용할 수 있습니다. - 구매 발주의 품목이 품절되거나 구매 발주를 실제 주문으로 전환할 때 수량이 부족한 경우 오류가 발생합니다. 미납주문이 사용으로 설정된 경우 주문이 정상적으로 처리됩니다.