주문 생성 중 프로그래밍 방식으로 맞춤 배송 방법 사용 - Magento 2.4.3-p1
P粉300541798
P粉300541798 2024-03-26 13:45:22
0
1
380

콘솔 명령을 사용하여 주문을 가져올 때 맞춤 배송 방법을 사용하려고 합니다. 백엔드에 배송 방법이 표시되지 않고 나중에 주문을 확인할 때를 제외하면 모든 것이 잘 작동합니다. 스크린샷

모듈 기본 구조와 배송 방법은 mage2gen.com을 사용하여 생성되며 수동으로 주문을 생성하면 프런트엔드와 백엔드 모두에서 실행할 수 있습니다.

흥미롭게도 배송비를 징수한 후 $shippingAddress->setShippingMethod('flatrate_flatrate');를 사용하면 배송 방법이 올바르게 설정되었지만 다른 배송 방법이나 맞춤 배송 방법으로는 작동하지 않습니다.

도움을 주시면 정말 감사하겠습니다! 코드를 더 추가해야 하는지 알려주세요.

감사합니다! (Mage2의 새로운 기능)

System.xml:

으아악

캐리어 모델:

으아악

주문 가져오기 콘솔 명령:

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
    <system>
        <section id="carriers" sortOrder="1000" showInWebsite="1" showInStore="1" showInDefault="1" translate="label">
            <group id="hellocash" sortOrder="10" showInWebsite="1" showInStore="1" showInDefault="1" translate="label">
                <label>HelloCash</label>
                <field id="active" type="select" sortOrder="10" showInWebsite="1" showInStore="1" showInDefault="1" translate="label">
                    <label>Enabled</label>
                    <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                </field>
                <field id="name" type="text" sortOrder="20" showInWebsite="1" showInStore="1" showInDefault="1" translate="label">
                    <label>Method Name</label>
                </field>
                <field id="price" type="text" sortOrder="30" showInWebsite="1" showInStore="1" showInDefault="1" translate="label">
                    <label>Price</label>
                    <validate>validate-number validate-zero-or-greater</validate>
                </field>
                <field id="sort_order" type="text" sortOrder="40" showInWebsite="1" showInStore="1" showInDefault="1" translate="label">
                    <label>Sort Order</label>
                </field>
                <field id="title" type="text" sortOrder="50" showInWebsite="1" showInStore="1" showInDefault="1" translate="label">
                    <label>Title</label>
                </field>
                <field id="sallowspecific" type="select" sortOrder="60" showInWebsite="1" showInStore="1" showInDefault="1" translate="label">
                    <label>Ship to Applicable Countries</label>
                    <frontend_class>shipping-applicable-country</frontend_class>
                    <source_model>Magento\Shipping\Model\Config\Source\Allspecificcountries</source_model>
                </field>
                <field id="specificcountry" type="multiselect" sortOrder="70" showInWebsite="1" showInStore="1" showInDefault="1" translate="label">
                    <label>Ship to Specific Countries</label>
                    <can_be_empty>1</can_be_empty>
                    <source_model>Magento\Directory\Model\Config\Source\Country</source_model>
                </field>
                <field id="specificerrmsg" type="textarea" sortOrder="80" showInWebsite="1" showInStore="1" showInDefault="1" translate="label">
                    <label>Displayed Error Message</label>
                </field>
            </group>
        </section>
    </system>
</config>

P粉300541798
P粉300541798

모든 응답(1)
P粉032977207

문제는 충돌하고 잘못 작성된 배송 플러그인입니다. 괜찮습니다. 시간을 내어 제 코드를 읽어주신 모든 분들께 감사드립니다.

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!