iant Posted October 17, 2009 Share Posted October 17, 2009 Hi,Is there anyway to have a item showing as POA (Price on Application)??ThanksIan Link to comment Share on other sites More sharing options...
DaveGoodman Posted November 12, 2009 Share Posted November 12, 2009 I have the same query! - I've put 0 in the price and added POA to the description, but the client's worried they're on legal shaky ground doing that.Any suggestions greatfully received! Thanks. Link to comment Share on other sites More sharing options...
ioane Posted April 14, 2010 Share Posted April 14, 2010 old topic but I want this also. Any tips on how I might achieve this?POA Link to comment Share on other sites More sharing options...
waterfordwebdesigner Posted June 17, 2010 Share Posted June 17, 2010 Hope this is not too late for you but my solution was to go into classes/Tools.php and put in an extra if statement at the end of the getprice function before the isnegative test... if ($price == 0) { $ret = "P.O.A."; } That still allows users to add products to the cart though so in this particular instance I had to make the item 'out of stock' and change the 'out of stock' messages in the language translation files to Price on Application. I know this is not the perfect solution if you want to use the stock management aspects of prestashop but if you don't it's a handy enough workaround. Link to comment Share on other sites More sharing options...
ioane Posted June 17, 2010 Share Posted June 17, 2010 Thanks,I actually went for the full solution: add field in the database, add field in the backoffice etc. If someone wants this I will take time to give full details. Not sure how it will be when I will upgrade to the new Prestashop version; I think it will break my modifications because I had to modify some core class files. To bad my client really wanted this feature (expensive unique artwork stuff) and too bad you can't add a new field to products without modifying the core files. Link to comment Share on other sites More sharing options...
waterfordwebdesigner Posted June 17, 2010 Share Posted June 17, 2010 Good stuff, glad you got sorted anyway!Too bad customers want, want, want eh!LOL Link to comment Share on other sites More sharing options...
eclipselandscapes Posted June 10, 2011 Share Posted June 10, 2011 hi can anyone help me with adding p.o.a - price on application in v 1.37 i am reasonable new to this and only need it for 3 products but they are order only so any help would be great many thanks Link to comment Share on other sites More sharing options...
BossThemes Posted July 19, 2011 Share Posted July 19, 2011 Hello, I am not sure if anyone still needs this requirement.I have a slightly different alternative than adding a product in the back office, rather I have added a new list item in the product-list.tpl which will take customers to the contact page.The file is from Prestashop v1.3.2 and needs to be uploaded to your theme folder.If you have another version of prestashop try copying and pasting the code in your product-list.tpl (I have made a note in the file of the new code) product-list.zip Link to comment Share on other sites More sharing options...
eclipselandscapes Posted October 4, 2011 Share Posted October 4, 2011 nice work around -- thanks for your support 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