Skip to content

Instantly share code, notes, and snippets.

@WENKz
Created July 20, 2015 12:22
Show Gist options
  • Save WENKz/5d891ac13798bf27a44f to your computer and use it in GitHub Desktop.
Save WENKz/5d891ac13798bf27a44f to your computer and use it in GitHub Desktop.
<div style="background-color: yellow;">
<?php
foreach ($_product->getMediaGalleryImages() as $image) {
echo $image->getUrl();
echo "<br>";
}
?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment