Skip to content

Instantly share code, notes, and snippets.

@Amakata
Created August 28, 2017 06:10
Show Gist options
  • Save Amakata/53f0e758656e967a9780dea975be9087 to your computer and use it in GitHub Desktop.
Save Amakata/53f0e758656e967a9780dea975be9087 to your computer and use it in GitHub Desktop.
Magentoで、カートから注文にデータ変換するところで、設定可能商品の子商品が明細に出ちゃう問題への対策は、setIsSuperModeを呼ぶこと
$parent->getProduct()->setIsSuperMode(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment