migrated webgui product

This commit is contained in:
JT Smith 2006-01-12 18:21:47 +00:00
parent cfa77c82fa
commit 388cd8f306
4 changed files with 43 additions and 26 deletions

View file

@ -40,7 +40,7 @@ sub process {
return WebGUI::International::get('cannot find product','Macro_Product') unless ($productId);
$product = WebGUI::Product->new($productId);
$product = WebGUI::Product->new($self->session,$productId);
if ($variantId) {
$variant = [ $product->getVariant($variantId) ];