I would just like to ask if anyone is familiar with the IWD Onepage Checkout extension. By default, only the name of the product is displayed in the overview section; there are no thumbnails for each product. What I want to do is to include a thumbnail in the list of viewed products.
When I tried to change info.phtml inside / template / opc / onepage / review, I found that this reflected all the products in the overview block.
<?php foreach($this->getItems() as $_item): ?>
<?php echo $this->getItemHtml($_item)?>
<?php endforeach ?>
Now I can not find where the element template is located that calls getItemHtml. I tried changing the default item.phtml file in the base theme, but that didn't work.
I hope someone here is familiar with this extension and the layout of the element template. :(
source
share