Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Tim
Tim
For the sake of google mini results, I need to add some of the
properties to the meta info for product_details pages. I have
introduced the following code:
<!-- begin properties -->
<meta name="property_name_{properties_number}" content="{property_values}">
<!-- end properties -->
to the appropriate section in the property_details.html page in the
template, however, the results I get are:
 
<strong>Availability:</strong> <input type="hidden"
name="property_name_227397" value="Availability"><input type="hidden"
name="property_required_227397" value="0"><input type="hidden"
name="property_control_227397" value="LABEL"><span>Available for
order</span><br />
 
<strong>Author:</strong> <input type="hidden"
name="property_name_227398" value="Author"><input type="hidden"
name="property_required_227398" value="0"><input type="hidden"
name="property_control_227398" value="LABEL"><span>Waltke, Bruce
K.,Yu, Charles</span><br />
 
<strong>Pages:</strong> <input type="hidden"
name="property_name_227399" value="Pages"><input type="hidden"
name="property_required_227399" value="0"><input type="hidden"
name="property_control_227399" value="LABEL"><span>1040</span><br />
 
<strong>Audio Length:</strong> <input type="hidden"
name="property_name_227400" value="Audio Length"><input type="hidden"
name="property_required_227400" value="0"><input type="hidden"
name="property_control_227400" value="LABEL"><span></span><br />
 
In short, it appears that in product_details.html, the specifics of
the begin/end properties blocks are ignored and being replaced with
the formatting specified subsequently in the
block_product_details.html page, specifically:
<!-- begin properties -->
<strong>{property_name}:</strong> {property_control}<br />
<!-- end properties -->
 
So, the short version: Is there a way to output more than one block
of seperately-formatted properties using the template system? Is this
a bug? Is there a way around it?
 
Thanks!
 
Tim
Tim
Bump. I really could use an answer to this...
 
Thanks
 
eyestrain
eyestrain
Try contacting support directly and tell us what you get back