File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ConfigurableProduct/Block/Product/View/Type
Swatches/Block/Product/Renderer/Listing Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ public function getJsonConfig()
212
212
],
213
213
'productId ' => $ currentProduct ->getId (),
214
214
'chooseText ' => __ ('Choose an Option... ' ),
215
- 'images ' => $ this ->getImages (),
215
+ 'images ' => $ this ->getOptionImages (),
216
216
'index ' => isset ($ options ['index ' ]) ? $ options ['index ' ] : [],
217
217
];
218
218
@@ -230,7 +230,7 @@ public function getJsonConfig()
230
230
*
231
231
* @return array
232
232
*/
233
- protected function getImages ()
233
+ protected function getOptionImages ()
234
234
{
235
235
$ images = [];
236
236
foreach ($ this ->getAllowProducts () as $ product ) {
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function getJsonConfig()
66
66
*
67
67
* @return array
68
68
*/
69
- protected function getImages ()
69
+ protected function getOptionImages ()
70
70
{
71
71
return [];
72
72
}
You can’t perform that action at this time.
0 commit comments