New User Needs Help with item.previewspecifics

I’m a new user and trying to figure out how to incorporate item specifics (attributes in the GarageSale interface) in my description through the use of placeholders.

I came across your comment from 2015:

“table>
“foreach attr item.previewSpecifics attLoop]]
” tr>

[[attr.name]][[attr.value]]
” endforeach attLoop]]
" /table>

This way you can include your specifics in your listing description, too.

However I’ve put this in my description and it seems to break when viewed in preview mode (I see NO description at all-- just a white box). I’m a seller of records, which have attributes such as speed, duration, etc. Can you give me a more concrete example of how this works? This is literally the one function of GarageSale that will make it the one program for me to use above all others, so if I can’t figure this out, it’s no good for me.

Hi,

I tried it here, too but displaying the item specifics inside the item description doesn’t seem to work currently, unfortunately.

<table>
[[foreach attr item.previewSpecifics attLoop]]
<tr><td>[[attr.name]]</td><td>[[attr.value]]</td></tr>
[[endforeach attLoop]]
</table>

Regards, Kristian

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.