added product import node for the product import system
This commit is contained in:
parent
4445735a52
commit
86be08b3b2
2 changed files with 23 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue