|
|
|
|
|
|
|
|
use Lc\CaracoleBundle\Context\SectionContextTrait; |
|
|
use Lc\CaracoleBundle\Context\SectionContextTrait; |
|
|
use Lc\CaracoleBundle\Model\Merchant\MerchantInterface; |
|
|
use Lc\CaracoleBundle\Model\Merchant\MerchantInterface; |
|
|
use Lc\CaracoleBundle\Model\Product\ProductFamilyInterface; |
|
|
use Lc\CaracoleBundle\Model\Product\ProductFamilyInterface; |
|
|
|
|
|
use Lc\CaracoleBundle\Model\Product\ProductFamilyModel; |
|
|
use Lc\CaracoleBundle\Model\Section\SectionInterface; |
|
|
use Lc\CaracoleBundle\Model\Section\SectionInterface; |
|
|
use Lc\SovBundle\Factory\AbstractFactory; |
|
|
use Lc\SovBundle\Factory\AbstractFactory; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
$productFamily = new ProductFamily(); |
|
|
$productFamily = new ProductFamily(); |
|
|
|
|
|
|
|
|
|
|
|
$productFamily->setBehaviorAddToCart(ProductFamilyModel::BEHAVIOR_ADD_TO_CART_SIMPLE); |
|
|
$productFamily->setSaleStatus(true); |
|
|
$productFamily->setSaleStatus(true); |
|
|
$productFamily->setStatus(1); |
|
|
$productFamily->setStatus(1); |
|
|
|
|
|
|