Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if ($oProductGroupVariantProductItem->getSpecialpriceBrutto() > 0) {
  2. $oSimpleProduct->setSpecialPrice($oProductGroupVariantProductItem->getSpecialpriceBrutto());
  3. } else {
  4. $oSimpleProduct->setSpecialPrice('');
  5. }
  6.  
  7. $product->setSpecialPrice(null);
  8. $product->getResource()->saveAttribute($product, 'special_price');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement