![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Store ID: 38624
Website URL: http://www.kitchen.tinyreals.biz URL to page in question: http://kitchen.tinyreals.biz/kitchen...abbit-textile/ Kotobuki 2-Tiered Bento Box, Black/Rabbit Textile - product list price is 27.00$ shown in my site Actual price shown in Amazon.com is (discounted) Price: $ 20.38 & eligible for FREE Super Saver Shipping on orders over $25. Details You Save: $6.62 (25%) Actual price after discount is 20.38 shown in Amazon. Why my site updated from datafeddr is not showing discounted price? What I expect is either it may show two prices list price & discounted price or discounted price only. Please check an example link which shows list price & discounted price where just I updated data with shopper press software manually http://elliottwaves.biz/category/ele...s/dvd-players/ Please explain how to get updated for the lowest price or discounted price periodically. Thank you Ram |
#2
|
|||
|
|||
![]() Quote:
If you want to show discounted price you should add the product field [product.saleprice] or the code below to the module(s) where you want to show sales price. Code:
<?php if ($product->saleprice > 0 && $product->saleprice < $product->price) { ?> <div class="prc"> <small> Was: <span style="text-decoration: line-through;">[product.currency mode='sign'][product.price]</span> Now: <span style="font-weight: bold; color:red;">[product.currency mode='sign'][product.saleprice]</span> </small> </div> <?php } else { ?> <div class="prc"> <small> [product.currency mode='sign'][product.price] </small> </div> <?php } ?> |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to show reg price and sale price on search results? | brightsway | Questions | 2 | June 28th, 2012 12:58 PM |
List the products either A-Z or by price in factory | digitalcow | Feature Requests | 1 | October 4th, 2011 05:18 PM |