Quantcast
Channel: NBStore Discussions Rss Feed
Viewing all articles
Browse latest Browse all 4081

New Post: Display price and Discount price....

$
0
0
In my both product list and detail view I need to display selling price and if the product have any discount means need to show discount price also.
While creating product I set the selling price. I create a special category for discounts add this category to some of my products.
I used [TAG:FROMPRICECURRENCY] token for current price and [TAG:PRICEDEALERCURRENCY] token for after discount price.

I don't use roles.

In my scenario [TAG:PRICEDEALERCURRENCY] token always shown 0.00..........

i need following link style only..
http://ecommerce.nevoweb.com/Store.aspx

This is my Product list template price part:
<!-- Begin Pricing for Retail, Sale and Dealer -->
[TAG:TEST:<prop TestType="setting" TestName="disableprices.flag" TestValue="1" Action="Hide" />]<!-- If prices are disabled then hide all prices -->

[TAG:TEST:<prop TestType="valueof" TestName="FromPrice" TestValue="0.00" Action="Hide" />]<!-- If price is zero then hide all prices -->
<div class="heb-img-text-left">
    [TAG:TEST:<prop TestType="isinrole" TestValue="Dealer" Action="Hide" />]<!-- Retail Pricing -->
    [TAG:TEST:<prop TestType="isOnSale" Action="Hide" />]
    <div class="heb-img-text-left-up">[TAG:TEST:<prop TestType="hasModels|hasOptions" Action="Show" />]From [TAG:END][TAG:FROMPRICECURRENCY]</div>

[TAG:END]

[TAG:TEST:<prop TestType="isOnSale" Action="Show" />]<!-- Sale Pricing -->
    <div class="heb-img-text-left-up">[TAG:TEST:<prop TestType="hasModels|hasOptions" Action="Show" />] [TAG:END][TAG:PRICEDEALERCURRENCY]</div>
    <div class="heb-img-text-left-down">[TAG:FROMPRICECURRENCY]</div>   
[TAG:END]
[TAG:END]

[TAG:TEST:<prop TestType="isinrole" TestValue="Dealer" Action="Show" />]<!-- Dealer Pricing -->
    <div class="heb-img-text-left-up">[TAG:TEST:<prop TestType="hasModels|hasOptions" Action="Show" />] [TAG:END][TAG:PRICEDEALERCURRENCY]</div>
    <div class="heb-img-text-left-down">[TAG:TEST:<prop TestType="hasModels|hasOptions" Action="Show" />] [TAG:END][TAG:FROMPRICECURRENCY]</div>    
[TAG:END]
</div>
[TAG:END]   

<div class="heb-img-text-right">
    <div class="heb-img-text-right-up">
        [TAG:TEST:<prop TestType="valueof" TestName="FromPrice" TestValue="0.00" Action="Show" />]<!-- If price is zero then display contact message -->
<div class="EmailForPrice">
<a href="mailto:[TAG:SETTING:merchant.email]?subject=Price request - [TAG:PRODUCTNAME]&amp;body=Please inform me of the price of the [TAG:PRODUCTNAME] at [TAG:WEBSITEURL] on this page: [TAG:LINKSIMPLE]">Email for price</a>
</div>
[TAG:END]
    </div>
    <div class="heb-img-text-right-down">[TAG:PRODUCTNAME] [TAG:EDITLINK]</div>
</div>  

[TAG:END]
<!-- End Pricing for Retail, Sale and Dealer -->

Viewing all articles
Browse latest Browse all 4081


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>