«php» 태그된 질문

이 태그는 어떤 식 으로든 PHP 코드와 관련된 질문에 사용됩니다. 따라서 PHP 예외가 반환되거나 오류 보고서가 생성되는 즉시이 질문은 PHP로 태그 지정 될 수 있습니다.

3
프로그래밍 방식으로 CSV에서 Magento로 주문 가져 오기
우리는 오래되고 오래된 구식 POS 시스템에서 POS로 Magento 1.7을 사용하는 것으로 전환하고 있습니다. 당연히 우리가 겪고있는 과제 중 하나는 기존 시스템에서 20 년 동안 거의 재앙없이 Mage에 기록을 얻는 방법입니다. 고객 레코드를 마이그레이션하는 문제를 해결하면서이 질문에서 중점을 둔 문제는 이전 주문 데이터를 이전 POS에서 Mage로 마이그레이션하는 방법입니다. 많은 주문 기록을 …

1
마 젠토 2 : 왜 UI 리스팅 컴포넌트가 두 개의 컬렉션을 필요로합니까?
마 젠토 2에는 새로운 " uiComponent"기능이 있습니다. 이를 통해 <uiComponent/>레이아웃 핸들 XML 파일에 간단한 태그 를 포함시켜 그리드 및 양식과 같은 것을 애플리케이션 페이지에 추가 할 수 있습니다. 이 표시 데이터 그리드 (a 대한 구성 해당 listing)가 필요 두 컬렉션 오브젝트가 구성 될 수있다. 아래 각 구성 모음의 역할은 무엇입니까? …

3
마 젠토 : 치명적인 오류 : 546 행의… / app / Mage.php에 'Mage_Giftcards_Helper_Data'클래스가 없습니다.
치명적인 오류가 발생하는 하나의 모듈 확장을 설치했습니다. "치명적인 오류 : 'Mage_Giftcards_Helper_Data'클래스가 546 행의 .... / app / Mage.php에 없습니다." 나는이 링크 /programming//a/9191286/2919940 과 /magento//a/7133/3693 그러나 나는 <global> <helpers> <giftcards> <class>Webtex_Giftcards_Helper</class> </giftcards> </helpers> </global> 내 config.xml수업에이 수업이 있습니다 class Webtex_Giftcards_Helper_Data extends Mage_Core_Helper_Data{ // my methods } /app/code/local/Webtex/Giftcards/Helper/Data.php경로 에서 선언했다 . 빈 …

1
마 젠토 2 : 두 그리드 구성 요소 데이터 공급자의 차이점은 무엇입니까?
Magento 2.1에는 총 25 개의 UI 구성 요소 목록 / 그리드 데이터 공급자가 구성되어 사용 중입니다. 데이터 제공 업체 클래스 및 ui_component파일은 다음과 같습니다. Magento\Bundle\Ui\DataProvider\Product\BundleDataProvider bundle_product_listing.xmlMagento\Catalog\Ui\DataProvider\Product\Attributes\Listing product_attributes_grid.xml Magento\Catalog\Ui\DataProvider\Product\ProductCustomOptionsDataProvider product_custom_options_listing.xml Magento\Catalog\Ui\DataProvider\Product\ProductDataProvider configurable_associated_product_listing.xml Magento\Catalog\Ui\DataProvider\Product\ProductDataProvider product_listing.xml Magento\Catalog\Ui\DataProvider\Product\Related\CrossSellDataProvider crosssell_product_listing.xml Magento\Catalog\Ui\DataProvider\Product\Related\RelatedDataProvider related_product_listing.xml Magento\Catalog\Ui\DataProvider\Product\Related\UpSellDataProvider upsell_product_listing.xml Magento\Cms\Ui\Component\DataProvider cms_block_listing.xml Magento\Cms\Ui\Component\DataProvider cms_page_listing.xml Magento\ConfigurableProduct\Ui\DataProvider\Attributes product_attributes_listing.xml Magento\Customer\Ui\Component\DataProvider customer_listing.xml Magento\Framework\View\Element\UiComponent\DataProvider\DataProvider customer_online_grid.xml Magento\Framework\View\Element\UiComponent\DataProvider\DataProvider …

3
http://packages.magento.com/는 무엇입니까?
다양한 소셜 미디어에서 URL이 http://packages.magento.com/붕대되는 것을 보았습니다 . 이 나타납니다는 (사용 작곡가 저장소가 될 satis 소프트웨어 것은 저장소를 호스트). 분명하지 않은 것은 누가 저장소를 운영합니까 (예 : eBay? 제 3 자? eBay의 축복을받는 제 3 자?) 사용자가이 저장소에 나열된 패키지를 얻는 방법 Magento 1 패키지, Magento 2 패키지 또는 둘 …
16 php  composer 


2
Magento 2에서 관리 경로 설정
핵심 Magento 2 코드를 보면 관리 경로를 설정하는 두 가지 방법 이있는 것 같습니다 . 첫번째 #File: vendor/magento/module-media-storage/etc/adminhtml/routes.xml <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd"> <router id="admin"> <route id="adminhtml"> <module name="Magento_MediaStorage" /> </route> </router> </config> Magento 1과 유사 adminhtml합니다. 경로 의 모듈 목록에 모듈을 추가하면 Magento가이를 확인합니다. 두번째 #File: vendor/magento/module-cms/etc/adminhtml/routes.xml <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd"> <router …
15 magento2  php  xml  router 

2
주석에서“# @ +”및“# @-”문자열은 무엇을 의미합니까?
일부 Magento 2 클래스의 주석에는 "# @ +"및 "# @-"문자열이 많이 있습니다. \Magento\Customer\Api\Data\AttributeMetadataInterface interface AttributeMetadataInterface extends \Magento\Framework\Api\MetadataObjectInterface { /**#@+ * Constants used as keys of data array */ const ATTRIBUTE_CODE = 'attribute_code'; ... const IS_SEARCHABLE_IN_GRID = 'is_searchable_in_grid'; /**#@-*/ ... } 이 마커의 목적은 무엇입니까?

1
마 젠토 2 : 다른 phtml 파일에 사용자 정의 옵션을 표시하는 방법
사용자 정의 옵션에서이 위치를 재정 의하여 다른 phtml 파일에 표시하는 방법 이 코드 추가 checkout_cart_index.xml만이하는 무시 form.phtml무시하지 default.phtml파일을. <?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <!-- <update handle="checkout_cart_item_renderers"/> --> <body> <referenceContainer name="content"> <referenceBlock name="checkout.cart.form"> <action method="setTemplate"> <argument name="template" xsi:type="string">Bespoke_Bespoke::cart/form.phtml</argument> </action> </referenceBlock> <referenceBlock name="checkout.cart.item.renderers.override"> <action method="setTemplate"> <argument name="template" xsi:type="string">Bespoke_Bespoke::cart/item/default.phtml</argument> </action> </referenceBlock> </referenceContainer> </body> …


3
마 젠토 2 : 백엔드 및 프론트 엔드 상태 / 캐시 동기화
Magento 2에 백엔드와 프런트 엔드의 로컬 스토리지 간 상태를 관리하기위한 시스템이나 추상화가 있습니까? 리디렉션 URL을 통해 사용자의 버려진 장바구니를 복원하기위한 기능을 포팅하는 중입니다. 단순화 된 형태로 http://magento.example.com/restore/the/cart?identifier=sdkfjh48v237g5 식별자의 인코딩 된 quote_id를 기반으로 현재 사용자의 장바구니에 견적을로드합니다. Magento 1에서는 비교적 간단했습니다. 사용자의 Checkout 세션 정보를 올바른 인용 ID로 업데이트하기 만하면됩니다. 그러나 …

2
.phtml 파일을 얇고 깨끗하게 유지하는 방법?
파일 확장자에서 알 .phtml수 있듯이 파일을 사용하면 PHP 코드를 HTML과 혼합 할 수 있습니다. 그러나, 당신 이 야생으로 갈 수있는 라이센스로 간주되어서 는 안된다는 사실 . 왜 아직도 많은 PHP로 수 많은 .phtml 파일을 볼 수 있습니까? 그리고 .phtml파일 에서 PHP의 양을 줄이는 좋은 방법은 무엇 입니까?
14 php  blocks  template  phtml 

6
마 젠토 2 : 등록 양식에 주소 필드를 표시하는 방법?
고객 등록 양식에 주소 필드 (기본 청구서 수신 주소로 저장)를 표시하고 싶습니다. Magento 1에서 수행하는 방법을 알고 있습니다. 그러나 Magento 2를 사용하고 있습니다. magento 1과 같은 모든 XML 파일 업데이트 <customer_account_create> <reference name="customer_form_register"> <action method="setData"><key>show_address_fields</key><value>1</value></action> </reference> </customer_account_create>

1
try 및 catch 블록 모두에 동일한 코드를 넣을만한 이유가 있습니까?
파일에서 : 메소드 app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Datetime.php내 render()에서 try 및 catch 블록에서 정확히 동일한 코드가 실행되는 것처럼 보입니다. 예외는 전혀 처리되지 않습니다. 다음과 같은 코드를 작성하는 이유 (있는 경우)가 무엇인지 궁금합니다. try { $data = Mage::app()->getLocale() ->date($data, Varien_Date::DATETIME_INTERNAL_FORMAT)->toString($format); } catch (Exception $e) { $data = Mage::app()->getLocale() ->date($data, Varien_Date::DATETIME_INTERNAL_FORMAT)->toString($format); }

3
Magento 2 CRUD / 추상 모델에 의존성 주입
Magento 2 CRUD 모델에 의존성을 주입 할 수 있습니까? 즉, Magento 2에는 기본 추상 모델 클래스가 Magento\Framework\Model\AbstractModel있습니다. 간단한 Create, Read, Update, Delete 모델 객체를 만들려면이 클래스를 자신의 클래스로 확장하십시오. class Foo extends Magento\Framework\Model\AbstractModel { } 모델의 __construct방법에 의존성을 주입 할 수 있습니까? 시도하면 다음과 같은 오류가 발생합니다. 치명적인 오류 : …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.