Skip to content

Instantly share code, notes, and snippets.

@willert
Created July 2, 2009 11:22
Show Gist options
  • Save willert/139425 to your computer and use it in GitHub Desktop.
Save willert/139425 to your computer and use it in GitHub Desktop.
sub product_name {
my $self = shift;
return $self->product->base_product;
}
sub variant_product {
my $self = shift;
return $self->product->modification;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment