migrated webgui product
This commit is contained in:
parent
cfa77c82fa
commit
388cd8f306
4 changed files with 43 additions and 26 deletions
|
|
@ -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) ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue