Magento get cart single item price incl. tax

前端 未结 6 2208
傲寒
傲寒 2021-02-14 15:45

I have a pretty weird issue, I hope someone can help me with this.

Here are the major config settings that influence my problem:

  • Catalog prices in admin pa
6条回答
  •  情书的邮戳
    2021-02-14 15:52

    what is the ouput of $item->getOptions()? Have you tried $item->getData('price')? How do you apply your custom options? What is the ouput of $item->debug()? Maybe you can find what you need there.

    Regards Simon

提交回复
热议问题