Skip to content

Instantly share code, notes, and snippets.

@GreatPotato
Last active October 8, 2015 06:58
Show Gist options
  • Save GreatPotato/3295410 to your computer and use it in GitHub Desktop.
Save GreatPotato/3295410 to your computer and use it in GitHub Desktop.
Output LemonStand option matrix images
<?php
foreach($product->option_matrix_records as $option) {
foreach($option->images as $image) {
echo $image->getPath();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment