first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class GoogleShopping extends BaseGoogleShopping
|
||||
{
|
||||
public function getAdminGeneratorTitle()
|
||||
{
|
||||
return $this->getProduct()->getName();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user