Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在产品集合上应用优惠券代码,但仅限于符合条件的产品。这可能吗?
当前代码:
<?php $_productCollection = clone $this->getLoadedProductCollection(); $_productCollection->clear()->addStoreFilter()->load(); ?>
先感谢您!
优惠券不能应用于产品。优惠券可以应用于购物车项目 - 报价项目。您是否希望某些优惠券仅在所选产品在购物车中时才有效?