first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
class stGoogleShoppingBackendComponents extends autostGoogleShoppingBackendComponents {
|
||||
|
||||
public function executeGenerateXml() {
|
||||
$this->generate = false;
|
||||
if ($this->getRequest()->hasParameter('generate')) $this->generate = true;
|
||||
|
||||
$stGoogleShopping = new stGoogleShopping();
|
||||
$this->steps = $stGoogleShopping->getStepsCount();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user