doujiao1949 2013-03-14 17:57
浏览 39
已采纳

通过magento API获取父产品网址

I'd like to get the parent URL for a simple product that is associated with a grouped product (the "parent") through the magento API.

This is how I do it inside the magento app:

<?php if($_product->getTypeId() == "simple"): ?>
<?php $parentIds = Mage::getModel('catalog/product_type_grouped')->getParentIdsByChild($_product->getId()); ?>

Now I need a call like this for the API, so I can get the grouped product URL (that has the simple product associated) when I input the "sku" of the simple product.

  • 写回答

1条回答 默认 最新

报告相同问题?

悬赏问题

  • ¥20 delta降尺度方法,未来数据怎么降尺度
  • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效
  • ¥15 再不同版本的系统上,TCP传输速度不一致
  • ¥15 高德地图点聚合中Marker的位置无法实时更新
  • ¥15 DIFY API Endpoint 问题。
  • ¥20 sub地址DHCP问题
  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程