Skip to content

Commit

Permalink
Fix image links to be absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewis-everley committed Dec 21, 2017
1 parent 02ecc0c commit 3d254e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/GoogleShoppingFeedController.ss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<g:title>$Title</g:title>
<g:description>$Content.Summary</g:description>
<g:link>$AbsoluteLink</g:link>
<% if $PrimaryImage.exists %><g:image_link>{$PrimaryImage.URL}</g:image_link><% end_if %>
<% if $AdditionalImage.exists %><g:additional_image_link>{$AdditionalImage.URL}</g:additional_image_link><% end_if %>
<% if $PrimaryImage.exists %><g:image_link>{$PrimaryImage.AbsoluteLink}</g:image_link><% end_if %>
<% if $AdditionalImage.exists %><g:additional_image_link>{$AdditionalImage.AbsoluteLink}</g:additional_image_link><% end_if %>
<g:price>$PriceAndTax(2) $Top.Currency</g:price>
<g:condition>$Condition</g:condition>
<g:availability>$Availability</g:availability>
Expand Down

0 comments on commit 3d254e8

Please sign in to comment.