CybaGirl:
Yes thanks for that I forgot to edit the currency symbol out :hug: .
Also to make your life easier when editing or comparing files you might find the following two programs of great use to you.
EditPad Lite
http://www.editpadlite.com/
Press and hold the Shift key and then press the F11 key to get the line numbers to show. This will make your life easier when trying to find line numbers and what code to edit, remove etc. Plus you can set it to replace NotePad as it uses tabs for all your opened text files.
WinMerge
http://winmerge.org/
For comparing differences between your mod files and or adding changes so that mods will work along side each other.
:bigups:
Your very welcome. :bigups:
I do use Winmerge for compare and merging
I use Mostly Dreamweaver in code view or Context for php editing, though I will take a look at the program you suggested.
Do you know anything about formating the the curency out put from this mod (or any php file I guess)
I'm looking at including the price for my postings but have hit a couple of... (well really don't know what I'm doin) issues.
I found an edit way back in the thread for
line 123 (or there abouts)
$price = $_POST['products_price_gross'];
to show the price with VAT or TAX added.
The issue I have is the number of decimal places (3)
I get a price as this £0.996 instead of £0.99
I have tried this edit as it looked similar to an edit the [OP] offered for formating the same in autotweet 3
$price = $_POST[number_format($products_price_gross, 2, '.', ',' )];
I'm not really php savy and have been going crossed eyed reading this thread and a whole load of info on php.net
Any help would be greatly appreciated and I am sure other users would benifit from this as well.
Thanks in advance Billy