Added new brands to demo import

This commit is contained in:
Julien Chanseaume
2014-07-22 00:36:21 +02:00
parent 867944f06c
commit 3eab43992c

View File

@@ -71,12 +71,13 @@ try {
->setAttribute($color) ->setAttribute($color)
->save($con); ->save($con);
/*
$ft = new Thelia\Model\FeatureTemplate(); $ft = new Thelia\Model\FeatureTemplate();
$ft $ft
->setTemplate($template) ->setTemplate($template)
->setFeature($material) ->setFeature($material)
->save($con); ->save($con);
*/
echo "end creating templates\n"; echo "end creating templates\n";
createProduct($faker, $categories, $brands, $contents, $template, $color, $material, $con); createProduct($faker, $categories, $brands, $contents, $template, $color, $material, $con);