Is it possible to turn off the "Item Id:" on the item page? I dont need, nor do I want the item id to show. I didnt see anything in the store settings nor did I see anything in the listing template for this. Perhaps I missed it?
Announcement
Collapse
No announcement yet.
Turn off item id
Collapse
X
-
Hi,
Here is what the code block looks like in my listing_0.html
Code:<!--START: id--> <tr> <td class="item" valign="top"><strong>Item Id: [id]</strong></td> </tr> <!--END: id-->
Comment