Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
prepareRelatedProductStreamsData example
$data
=
$this
->
prepareConfiguratorAssociatedData
(
$data
,
$article
)
;
// Format the posted extJs product categories associations
$data
=
$this
->
prepareCategoryAssociatedData
(
$data
)
;
$data
=
$this
->
prepareSeoCategoryAssociatedData
(
$data
,
$article
)
;
// Format the posted extJs related product association
$data
=
$this
->
prepareRelatedAssociatedData
(
$data
,
$article
)
;
// Format the posted extJs related product streams association
$data
=
$this
->
prepareRelatedProductStreamsData
(
$data
)
;
// Format the posted extJs similar product association
$data
=
$this
->
prepareSimilarAssociatedData
(
$data
,
$article
)
;
// Format the posted extJs product image data
$data
=
$this
->
prepareImageAssociatedData
(
$data
)
;
// Format the posted extJs product link data
$data
=
$this
->
prepareLinkAssociatedData
(
$data
)
;
// Format the posted extJs product download data