Mark,
Here is the file for "Products Display Layout". What should be changed?? Thanks.
----------------------
<table border="0" cellpadding="5" cellspacing="0">
<tr><td align="left" valign="middle" colspan="2">
<mvt:item name="fonts" param="hdr_font">
<b>&mvt:product:name;</b>
</mvt:item>
</td></tr>
<tr><td align="left" valign="middle" colspan="2"> </td></tr>
<tr>
<td align="center" valign="top" rowspan="4">
<mvt:if expr="NOT ISNULL l.settings:product:image">
<img src="&mvte:product:image;" alt="&mvte:product:name;">
<mvt:else>
</mvt:if>
</td>
<td align="left" valign="top">
<mvt:item name="fonts" param="body_font">
Quantity in Basket:
<mvt:if expr="l.settings:product:quantity EQ 0">
<i>None</i>
<mvt:else>
<b>&mvt:product:quantity;</b>
</mvt:if>
<br>
Code: <b>&mvt:product:code;</b><br>
Price: <b><span id="price-value">&mvt:product:formatted_price;</span></b><br>
<mvt:if expr="l.settings:product:weight NE 0">
Shipping Weight: <b>&mvt:product:weight;</b> &mvt:store:wtunits;<br>
</mvt:if>
<span id="inventory-message">
<mvt:if expr="l.settings:product:inv_active">
&mvt:product:inv_long;
</mvt:if>
</span>
</mvt:item>
</td></tr>
<tr>
<td id="swatches" class="swatches"> </td>
</tr>
<form method="post" action="&mvt:global:sessionurl;">
<input type="hidden" name="Action" value="ADPR">
<input type="hidden" name="Screen" value="PROD">
<input type="hidden" name="Store_Code" value="&mvte:store:code;">
<input type="hidden" name="Product_Code" value="&mvte:product:code;">
<input type="hidden" name="Category_Code" value="&mvte:global:category_code;">
<tr><td> </td></tr>
<tr><td align="left" valign="top">
<mvt:item name="product_attributes" param="product:id" />
</td></tr>
<tr><td align="left" valign="middle">
<mvt:item name="fonts" param="body_font">
Quantity:
<input type="text" name="Quantity" value=1 size=4>
<mvt:item name="buttons" param="AddToBasket" />
</mvt:item>
</td></tr>
</form>
<tr><td align="left" valign="middle" colspan="2"> </td></tr>
<tr><td align="left" valign="middle" colspan="2">
<mvt:item name="fonts" param="body_font">
&mvt:product:descrip;
</mvt:item>
</td></tr>
</table>
_________________________________________
Dan
Over 16 years in the Miva Merchant community.
Glendale Designs
Miva Merchant Store Design, Development, SEO/SEM & Consulting
http://www.glendaledesigns.com
Kemper Strategic
http://www.kemperstrategic.com
http://www.healingherbsofchina.com/product/3703.html
Sorry, but I don't understand what you mean by showing this url.
Your rewrites are setup so that category links use the identifier of /category. Product links use an identifier of /product. If the identifier is not in place, the urls will fire as page not found.
Dan
Over 16 years in the Miva Merchant community.
Glendale Designs
Miva Merchant Store Design, Development, SEO/SEM & Consulting
http://www.glendaledesigns.com
Kemper Strategic
http://www.kemperstrategic.com
This was the wrong info. Edit the category page CTGY - -- On the page there is a "tab" that says "Category Product Display Layout"
Find the link that looks something like this --- <a href="http://www.yourdomain.com/&mvt:product:code;.html">
needs to be <a href="http://www.yourdomain.com/product/&mvt:product:code;.html">
Not in place in what file?