pkjack
April 7, 2022, 7:54pm
#1
Hey everyone… So ive mad a look at the docs and noitce you can add say brands into the description
<table>
[[foreach attr item.previewSpecifics attLoop]]
[[if attr.name=="Brand"]]<tr><td>[[attr.name]]</td><td>[[attr.value]]</td></tr>[[endif]]
[[if attr.name=="Color"]]<tr><td>[[attr.name]]</td><td>[[attr.value]]</td></tr>[[endif]]
[[endforeach attLoop]]
</table>
My questions is this… how could i have e.g - This is a top from [[brand]]
If i add the table above in editor works great, just not in a sentence.
All the best
You just have to remove the HTML table code from that example.
This should do the trick:
This is a top from [[foreach attr item.previewSpecifics attLoop]][[if attr.name=="Brand"]][[attr.value]][[endif]][[endforeach attLoop]]
Regards, Kristian
1 Like
pkjack
April 8, 2022, 10:33am
#3
Hey Thanks for the reply. Thats odd i did try that and it didnt work… but it did this time… must of made a silly typo or something…
Thanks again
ilja
April 8, 2022, 7:40pm
#4
Do you enter that code in Editor or Preview mode?
pkjack
April 9, 2022, 11:50am
#5
Editor… I tired it again & it worked well… Must of done something wrong the first time…
Using these wont affect ly listings at all will it? worrid about laods of code going over.
All the best
ilja
April 11, 2022, 2:58pm
#6
Your listing’s description will get slightly longer, as it includes all the specifics. But it’s just a static text generated by GarageSale prior to listing, no actually script code is sent to eBay.
pkjack
April 12, 2022, 9:42pm
#7
Great thanks!! no probs with that. thanks again
system
Closed
April 22, 2022, 9:42pm
#8
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.