(2016-03-25)
- Post to products relation
(2016-03-17)
- Fixed an issue with images
(2016-03-17)
- stable version
Позволяет двигать текущую дату, при этом все insert/update запросы будут идти с новой датой.
/** @var \Mirasvit\SampleData\Service\DateService $this->dateService */
$this->dateService->toPast(6 * 30); #уходим на 6 месяцев назад
for ($i = 0; $i < 100; $i++) {
this->sampleDataService->order();
$this->dateService->toFeature(2); #уходим на два дня вперед
}
$this->dateService->reset(); #востанавливаем реальные значения
Набор методов для работы с БД
/** @var \Mirasvit\SampleData\Service\DatabaseService $this->databaseService */
$this->databaseService->truncateTable('customer_entity'); #очищает таблицу с учетом foregin keys и сбрасывает increment id
Набор методов для работы с fixtures
/** @var \Mirasvit\SampleData\Service\FixtureService $this->fixtureService */
$content = $this->fixtureService->loadFixture('Mirasvit_Affiliate::fixture/text.html');
$data = $this->fixtureService->loadYamlFixture('Mirasvit_Affiliate::fixture/account.yaml');
Blog MX | Magento 2 Blog Module by Mirasvit
FREE, fully featured, powerful Blog solution for your online store! Magento 2 Blog MX allows you to open a blog and engage more and more customers to your shop activities using any type of content: images, video, articles etc.
- SEO friendly posts and URLs
- Multi-level categories
- Ability to preview post before publication or before save changes
- RSS Feed
- Tags and Tag Cloud
- Disqus comments
- Featured image for posts
- Ability to pin post at the top
- Sharing buttons
https://github.com/mirasvit/module-blog/wiki
http://blog.m2.mirasvit.com/blog/fashion/