Skip to content

Instantly share code, notes, and snippets.

@marvell
Created January 9, 2014 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save marvell/8330935 to your computer and use it in GitHub Desktop.
Save marvell/8330935 to your computer and use it in GitHub Desktop.
Bitrix: получение оптимальной цены (с учетом скидок) #snippet
<?php
global $USER;
$price = CCatalogProduct::GetOptimalPrice($itemId, $quantity, $USER->GetUserGroupArray());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment