![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Is it possible to show the sales price of the product in the search page results...this is the current code in that page..I just want to do that to show if the product is in a UK store (Pounds sign) or US store (dollar sign). Now the search is for all and it does not differentiate if you can buy it in one store or another thriftytraveling.com/store
------------- <!-- Search Results --> <div class="pl"> [product.each] <div class="t3 col1"> <div class="bdr"> <div class="lc"> <div class="thmb"><a href="[product.link]" title="[product.name]">[product.thumbnail tag='1']</a></div> </div> <div class="rc"> <h2><a href="[product.link]" title="[product.name]">[product.name]</a></h2> <p class="desc"> <a href="[server.url query='view=search']?merchant=[product.merchant]" title="View all products from [product.merchant]"> <!-- took out this line to remove product merchant logo --> </a> [product.description cut='20 words']</p> </div> <div class="clearingdiv"> </div> </div> </div> [product.end] <div class="clearingdiv"> </div> </div> <!-- /Search Results --> |
#2
|
||||
|
||||
![]() Hi
The currency sign should be automatically handled if the merchant has declared the currency in their data feed. Then you can use this snippet "Sale Price (if exists)" to add the sales price code. Eric
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to reflect amazon sales price, not 3rd party vendors price | jcvm27 | Questions | 3 | January 8th, 2012 04:02 PM |
Align sales price with description in Search Page | jcvm27 | Questions | 1 | January 6th, 2012 09:42 PM |
How To Display Discounted Sale Price In Related Products - Custom View | erin | Questions | 3 | September 25th, 2011 08:54 AM |