Commit e3096e9 1 parent 6c7305c commit e3096e9 Copy full SHA for e3096e9
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -155,24 +155,26 @@ ${v.images?.map((img) => `\
155
155
</picture>` ) . join ( '\n' ) }
156
156
</div>
157
157
<div>${ v . selections ?. join ( ', ' ) } </div>
158
- </div>` ) . join ( '\n' ) } ;
158
+ </div>` ) . join ( '\n' ) }
159
159
</div>
160
- <div class="variant-attributes">
161
- ${ variants ?. map ( ( v ) => `\
160
+
161
+ <div class="variant-attributes">
162
+ ${ variants ?. map ( ( v ) => `\
162
163
<div>
163
164
<div>sku</div>
164
165
<div>${ v . sku } </div>
165
166
<div></div>
166
167
<div></div>
167
168
</div>
168
- ${ v . attributes ?. map ( ( attribute ) => `\
169
+ ${ v . attributes ?. map ( ( attribute ) => `\
169
170
<div>
170
171
<div>attribute</div>
171
172
<div>${ attribute . name } </div>
172
173
<div>${ attribute . label } </div>
173
174
<div>${ attribute . value } </div>
174
175
</div>` ) . join ( '\n' ) } `) . join ( '\n' ) }
175
176
</div>
177
+ </div>
176
178
</main>
177
179
<footer></footer>
178
180
</body>
You can’t perform that action at this time.
0 commit comments