emmerick Posted April 14, 2010 Share Posted April 14, 2010 Hi Guys I am looking for a hint how to put in the product description on the main page the details of the split ...example:By: R $ 1,499.00or 12 x 124.92Like This.http://img213.imageshack.us/img213/8743/img1ad.jpgThanks Link to comment Share on other sites More sharing options...
uddhava Posted April 15, 2010 Share Posted April 15, 2010 You should work your magic on the homefeatured module.Just copy the whole module directory in the "themes>YOUR THEME>modules directory. (if this does not exist, then create it)Then edit the .tpl files to suit your needs. Link to comment Share on other sites More sharing options...
emmerick Posted April 16, 2010 Author Share Posted April 16, 2010 thanks for the reply friend, I knew it would be this module, as most know nothing of programming really is a bit complicated.More thanks anyway Link to comment Share on other sites More sharing options...
uddhava Posted April 16, 2010 Share Posted April 16, 2010 The Homefeatured module is a core module. So when you upgrade prestashop (tiresome process btw) then all your customizations will get overwritten.Thats why it is better to copy the whole module to your THEME and change the .tpl file there.This will only work for the .tpl files btw Link to comment Share on other sites More sharing options...
emmerick Posted April 16, 2010 Author Share Posted April 16, 2010 Hello friend, I know more the problem is I do not know anything about php programming. Link to comment Share on other sites More sharing options...
uddhava Posted April 16, 2010 Share Posted April 16, 2010 Emmerick,You need some experience yes. So the image you attached shows that people can pay in terms.Like : pay now in 3 months 500 euro... Something like that ?That might not be so difficult to implement. Link to comment Share on other sites More sharing options...
emmerick Posted April 16, 2010 Author Share Posted April 16, 2010 Thanks buddy, I will continue the search here and give a studied programming in PHP + Smarty. Anything put here. Link to comment Share on other sites More sharing options...
uddhava Posted April 17, 2010 Share Posted April 17, 2010 Here is a tip.Find the file called homefeatured.tpl in Modules > Homefeatured (using FTP)Change the lines starting from line nr 18:OLD CODE {if !$priceDisplay || $priceDisplay == 2} {convertPrice price=$product.price}{if $priceDisplay == 2} {l s='+Tx' mod='homefeatured'}{/if}{/if} NEW CODE {if !$priceDisplay || $priceDisplay == 2} {convertPrice price=$product.price} {l s='Or 3x times:' mod='homefeatured'}{convertPrice price=$product.price/3}{if $priceDisplay == 2} {l s='+Tx' mod='homefeatured'}{/if}{/if} If you want to have more terms (now it is 3) then change the code.you can change the translation in the backend for this module. Link to comment Share on other sites More sharing options...
emmerick Posted April 17, 2010 Author Share Posted April 17, 2010 Thank you friend, I am speechless, very good thanks a lot for the help, what need can count on me.Cheers Link to comment Share on other sites More sharing options...
rocky Posted April 18, 2010 Share Posted April 18, 2010 If this issue is resolved, please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
emmerick Posted April 18, 2010 Author Share Posted April 18, 2010 Ok friend, is done and once again thanks to all Link to comment Share on other sites More sharing options...
Recommended Posts