added product import node for the product import system

This commit is contained in:
JT Smith 2008-05-25 21:59:46 +00:00
parent 4445735a52
commit 86be08b3b2
2 changed files with 23 additions and 4 deletions

View file

@ -420,6 +420,24 @@ sub getPrice {
#-------------------------------------------------------------------
=head2 getProductImportNode ( session )
Constructor. Returns the product import node object. This is where the product import system will create new products.
=head3 session
A reference to the current session.
=cut
sub getProductImportNode {
my $class = shift;
my $session = shift;
return WebGUI::Asset->newByDynamicClass($session, 'PBproductimportnode001');
}
#-------------------------------------------------------------------
=head2 getQuantityAvailable ( )
Returns the amount of a variant that are available.