Announcement

Collapse
No announcement yet.

how to remove Price:, code:, and Quantity in Basket:

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

    how to remove Price:, code:, and Quantity in Basket:

    Hi all, we are trying to setup a new site with MM5

    When our site is showing the price as £0.00, we need to hide the fields price the code and quantity. this includes the the words Price and the price etc for all.

    Price: £0.00

    All we want is the description showing along with the imagine should we have one for each product.

    We have managed to hide the buttons, via the prod screen then buttons tab.

    But are finding it hard to remove the price, code, and quantity when the price is £0.00

    Does anyone know how to do this please?

    #2
    Re: how to remove Price:, code:, and Quantity in Basket:

    I have searched the other messages on this forum, but can not find any other posts for this.

    Comment


      #3
      Re: how to remove Price:, code:, and Quantity in Basket:

      Code:
      <mvt:if expr="l.settings:product:price GT '0.00'">
      <b>Price:&mvt:product:formatted_price;</b><br>
      <mvt:else></mvt:if>
      category template
      Code:
      <mvt:if expr="l.settings:product:price GT '0.00'">
                            <b>Price:&mvt:product:formatted_price;</b><br>
                            <mvt:else>
                          </mvt:if>
      You could also use a custom product field conditional as well.
      Last edited by Mark Hood; 05-18-11, 03:48 PM.
      Mark Hood
      Vermont Gear

      Comment

      Working...
      X