Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
Fixed retrieving of product weight
Browse files Browse the repository at this point in the history
  • Loading branch information
bezumkin committed Oct 30, 2012
1 parent 2c8abcd commit e92729a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -401,6 +401,7 @@

if (!empty($ms_properties)) {
$ms_properties['price'] = $modx->miniShop->getPrice($gid);
$ms_properties['weight'] = $modx->miniShop->getWeight($gid);
if (empty($ms_properties['img'])) {$ms_properties['img'] = $ms_properties['file'];}
//unset($ms_properties['id']);
}
Expand Down

0 comments on commit e92729a

Please sign in to comment.