laziali Posted May 15, 2013 Share Posted May 15, 2013 (edited) Hi there, 1. I want to show reduction percent on top of the image, so that it could be visible in category view(product list) 2. same thing, but in product view(reduction percent on top of the image) attached a pic. so its more clear what i need. its a style change i figured that out.but witch files must i change and how exactly i dont know. any help will be greatly appreciated.thanks. Edited June 1, 2013 by laziali (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2013 Share Posted May 16, 2013 i've noticed that you use non-default theme, so we don't know how the source of files look. you have to edit: themes/YOUR_THEME/product-list.tpl themes/YOUR_THEME/product.tpl Link to comment Share on other sites More sharing options...
laziali Posted May 16, 2013 Author Share Posted May 16, 2013 thank you Vekia, is it possiable for you to say, how the defaut theme files would be changed. i think it will be of use not only to me, but to the whole comunity. thanks. Link to comment Share on other sites More sharing options...
laziali Posted June 1, 2013 Author Share Posted June 1, 2013 anyway, after some digging found something similar that works for me. in the tpl file ive added <p class="reduction_percent"> <span class="reduction_percent_display"> {if $product.specific_prices.reduction_type == 'percentage'} -{$product.specific_prices.reduction*100}% {else} -{convertPrice price=$product.specific_prices.reduction} combined with a few rows in the global.css worked for my "non-default" theme.thanks. Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2013 Share Posted June 2, 2013 thanks for your solution, im convinced that it will be really helpful for other community members regards 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