linster Posted October 27, 2012 Posted October 27, 2012 Hi, May I know where do I need to amend to show text after the price? I managed to do it in Product page but I can't figure out where to modify for Product Listings. This is the website Product Listing page: http://www.abovecreativedesign.com/lwb/5-nibbles Need to show like what I have in Product Page: http://www.abovecreativedesign.com/lwb/nibbles/29-sotong-ball.html the words are "each (exclu. GST)" Thanks! Any help is appreciated. Share this post Link to post Share on other sites More sharing options...
Dh42 Posted October 27, 2012 Posted October 27, 2012 Look in the product-list.tpl file. Share this post Link to post Share on other sites More sharing options...
linster Posted October 28, 2012 Posted October 28, 2012 Thanks designhaus. May I know what is the coding I need to amend? Share this post Link to post Share on other sites More sharing options...
Dh42 Posted October 28, 2012 Posted October 28, 2012 Around line 43 <span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span> 1 Share this post Link to post Share on other sites More sharing options...
linster Posted October 28, 2012 Posted October 28, 2012 Thank you designhaus. Actually, can I show the unit price without tax instead? so that it shows $x.xx per pc Like what is shown on this page: http://www.abovecreativedesign.com/lwb/mini-buffet/61-set-jw-fried-2-joint-wing-with-nasi-lemak.html $5.00 per pax If can be, can you advise me where I can include this coding in the product list? Thank you so much for your kind help. Share this post Link to post Share on other sites More sharing options...
Dh42 Posted October 28, 2012 Posted October 28, 2012 This should work <span class="price" style="display: inline;">{convertPrice price=$product.price} per pc</span> 1 Share this post Link to post Share on other sites More sharing options...
linster Posted October 28, 2012 Posted October 28, 2012 great! But some of the products are based on per pax and some per set. So it will be great if I can display the "unit price without tax" instead, that is shown in the Admin module in each products. I know that this is under "other_prices" Any idea? Share this post Link to post Share on other sites More sharing options...
Dh42 Posted October 28, 2012 Posted October 28, 2012 I don't understand what you mean. Share this post Link to post Share on other sites More sharing options...
linster Posted October 28, 2012 Posted October 28, 2012 Attached image for your reference Share this post Link to post Share on other sites More sharing options...
Dh42 Posted October 28, 2012 Posted October 28, 2012 Try putting this between the span tag. I am on my laptop, so I have no way of testing it. {convertPrice price=$product->getNoPackPrice()} Share this post Link to post Share on other sites More sharing options...
Recommended Posts