weasel69 Posted April 29, 2014 Share Posted April 29, 2014 (edited) I would like to add the word "From" in front of my prices on the category listing pages (see image attached) ... Where can I add this? Edited May 15, 2014 by weasel69 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 29, 2014 Share Posted April 29, 2014 yu can do it in product-list.tpl file located in your theme directory there is a line like: {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if} just add there {l s='From'}, something like: {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{l s='From'}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if} 1 Link to comment Share on other sites More sharing options...
weasel69 Posted May 15, 2014 Author Share Posted May 15, 2014 Hi Vekia, thanks for this, it works like a charm as it currently is... but would it be possible to have the word "From" maybe in a smaller font than the price and top aligned to the price? Link to comment Share on other sites More sharing options...
vekia Posted May 15, 2014 Share Posted May 15, 2014 yes sure, you can stylize it with css styles. is this website with this feature available somewhere online? Link to comment Share on other sites More sharing options...
weasel69 Posted May 15, 2014 Author Share Posted May 15, 2014 Yes, you can click here to go directly to the product listing page Link to comment Share on other sites More sharing options...
vekia Posted May 18, 2014 Share Posted May 18, 2014 i suggested to use this: {l s='From'} change it to: <strong>{l s='From'}</strong> then in css styles you can stylize it: for example: .price strong { font-size:10px } effect Link to comment Share on other sites More sharing options...
pinga Posted December 20, 2015 Share Posted December 20, 2015 Regarding the entries about the word From in front of products, how can this then be translated if I have a multilanguage shop. Or does it translate automatically. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now