Announcement

Collapse
No announcement yet.

Prices show price and cost

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

    Prices show price and cost

    There are 2 issues going on. One is the main store is displaying both Retail ('Price') and Wholesale ('Cost') The other issue is all stores display a pice in parenthesis and would like to remove that, just display one.

    I'm still developing my stores. Main Store (English) and 2 mall stores (Greek & Italian) http://vitaevalue.mivamerchant.net/m...ue&Screen=SFNT
    For some reason (using the import.csv) I uploaded products but when you look at any item it shows
    Diaper Rash 75ml
    Code: AC-DIAP
    Price: EURO 7.00 (€9.80)
    Quantity in Basket: none

    the 'Cost' as the price and the 'Price' in parenthesis. I would prefer that it only shows 'Price' thing is it's doing this by default as I didn't set it up for this. But for the life of me cannot figure out how to make it show only the Retail price in the Store. Plan is to only show 'Cost' in the Group Wholesale.

    I have deleted the entire inventory once and reloaded but same thing..

    In the Italian Store it displays just the 'price' but still displays the same price in parenthesis and cannot find out where to stop having it display both.
    I've not unload the Greek Store yet, figure I would like to resolve this first. Thank you!

    #2
    Re: Prices show price and cost

    The default product page template is not setup to display what you are showing. Go to page, and edit PROD then click on the Product Display Layout tab. Here you should see some code that is controlling the product page layout. You can modify this to remove the display of the cost field.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Prices show price and cost

      I looked at it but do not see anything that references it to call 'Cost" so I can remove that. Here's what is in it

      <h1>&mvt:product:name;</h1>
      <div class="product-details-1"><div class="product-image"><img id="main_image" src="graphics/en-US/cssui/blank.gif" alt="&mvte:product:name;" /></div>

      <ul id="thumbnails" class="thumbnails"></ul>
      <div id="closeup_div" class="closeup"><img id="closeup_image" src="graphics/en-US/cssui/blank.gif" alt="" /><div><a id="closeup_close">close</a></div></div>
      <mvt:item name="product_display_imagemachine" param="body:product:id" />
      <div class="clear product-image-margin"></div>
      <div class="product-code">Code: <span class="bold">&mvt:product:code;</span></div>
      <div class="product-price">Price: <span id="price-value" class="bold">&mvt:product:formatted_price;</span></div>
      <mvt:if expr="l.settings:product:weight NE 0">
      <div class="product-weight">Shipping Weight: <span class="bold">&mvt:product:weight;</span> &mvt:store:wtunits;</div>
      </mvt:if>
      <div id="inventory-message">
      <mvt:if expr="l.settings:product:inv_active">
      &mvt:product:inv_long;
      </mvt:if>
      </div>
      <div class="product-quantity">Quantity in Basket:
      <mvt:if expr="l.settings:product:quantity EQ 0">
      <span class="italic">None</span>
      <mvt:else>
      <span class="bold">&mvt:product:quantity;</span>
      </mvt:if>
      </div>
      </div>
      <div class="product-details-2">
      <form method="post" action="&mvt:global:sessionurl;Screen=BASK">
      <div class="product-description">&mvt:product:descrip;</div>
      <div id="swatches" class="swatches"></div>
      <div class="clear"></div>
      <input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
      <input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
      <input type="hidden" name="Action" value="ADPR" />
      <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;" />
      <input type="hidden" name="Offset" value="&mvte:global:Offset;" />
      <input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
      <input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
      <input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
      <input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
      <div class="product-attributes"><mvt:item name="product_attributes" param="product:id" /></div>
      <div class="purchase-buttons">Quantity: <input type="text" name="Quantity" value="1" class="product-quantity-input textfield" /> <mvt:item name="buttons" param="AddToBasket" /></div>
      </form>
      </div>
      <div class="clear"></div>

      Comment


        #4
        Re: Prices show price and cost

        I suspect you have a third party module or custom code converting &mvt:product:formatted_price; to show price and cost. Might even be a Javascript/jQuery call appending via the <span id="price-value"> parameter.
        Bruce Golub
        Phosphor Media - "Your Success is our Business"

        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
        phosphormedia.com

        Comment


          #5
          Re: Prices show price and cost

          It's a brand new store out of the box so to speak, no added modules just what came with Miva plus 2 add on mall stores. That's why I'm stumped as to why the default store (English) is doing this, I uploaded the products to the Italian Store and it only displays the 'retail' price but does have the same price displayed next to it in parenthesis..

          Comment


            #6
            Re: Prices show price and cost

            Bruce you were right it's the European Currency module, trouble is it won't let me remove it, says the other 2 stores are using it and cannot figure how to release them from it!

            Comment

            Working...
            X