Announcement

Collapse
No announcement yet.

short links not working for category tree and products.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: short links not working for category tree and products.

    Originally posted by herbchina View Post
    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">&nbsp;</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>
    &nbsp;
    </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">&nbsp;</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>&nbsp;</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">&nbsp;</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>
    _________________________________________

    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">
    Mark Hood
    Vermont Gear

    Comment


      #17
      Re: short links not working for category tree and products.

      Not in place in what file?

      Comment


        #18
        Re: short links not working for category tree and products.

        Originally posted by herbchina View Post
        Not in place in what file?
        You no give correct info. Did you try and follow my directions to edit the correct page?
        Mark Hood
        Vermont Gear

        Comment


          #19
          Re: short links not working for category tree and products.

          Originally posted by Mark Hood View Post
          You no give correct info. Did you try and follow my directions to edit the correct page?
          ok now. I missed that ( 10 LASHES W/WET NOODLE. LOL. Everything works.

          THANK YOU.

          Comment

          Working...
          X