我创建了一个自定义属性“Barebone SKU”,并希望通过点击“仅限购买仅限骨干”将分配给此SKU的产品添加到购物车,如此页http://62.100.204.242/~beta3d/bundle-test.html
我不擅长编码,但这是我到目前为止所尝试的内容
<?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>