如何通过捆绑产品中自定义属性调用的sku值将项目添加到购物车?

时间:2016-12-12 17:17:26

标签: php jquery html magento magento-1.9

我创建了一个自定义属性“Barebone SKU”,并希望通过点击“仅限购买仅限骨干”将分配给此SKU的产品添加到购物车,如此页http://62.100.204.242/~beta3d/bundle-test.html

back end image

我不擅长编码,但这是我到目前为止所尝试的内容

<?php if ($_product->getTypeId() === 'bundle'):?>

<div class="add-to-cart-buttons" style="margin-bottom:10px; float:none;">
  <button type="button" title="Buy barebone only" style="padding:10px 0px;" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product->getBbsku) ?>')">Buy barebone/system only</button>
</div>

0 个答案:

没有答案