some bug-fixes. mostly formatting fixes. |
|
More...
|
over 12 years ago
|
fix some bugs to do with adding videos |
|
More...
|
over 12 years ago
|
fix bug where email was not sent when invoice was set to Paid manually |
|
More...
|
over 12 years ago
|
minor updates and fixes |
|
More...
|
over 12 years ago
|
more strings for translation |
|
More...
|
over 12 years ago
|
fix some warnings and one bug |
|
More...
|
over 12 years ago
|
added post code to users.js |
|
More...
|
over 12 years ago
|
strings are made ready for translation |
|
More...
|
over 12 years ago
|
added possibility for translation to (almost) all strings. remaining stuff are marked with TODO |
|
More...
|
over 12 years ago
|
ensure that the zoom in Products works every single time |
|
More...
|
over 12 years ago
|
add new "Signature" type to forms |
|
More...
|
over 12 years ago
|
fix bug where export wasn't happening if invoice was sent at the same stage |
|
More...
|
over 12 years ago
|
remove Exports tab completely from online store page type |
|
More...
|
over 12 years ago
|
separate export and email functions when at Process Order |
|
More...
|
over 12 years ago
|
fix bug where Choose Address popup wasn't working |
|
More...
|
over 12 years ago
|
typo which caused order listing to break |
|
More...
|
over 12 years ago
|
added default listing of orders and products to 100 instead of 10 which is way more convenient. |
|
More...
|
over 12 years ago
|
added prices to related products. old code uncommented so changes can be made. |
|
More...
|
over 12 years ago
|
added bigger images in checkout (can be scaled down with css), \r\n instead of \n\r (Windows wants it that way), and some minor things. |
|
More...
|
over 12 years ago
|
viewing stats should start at 0 (never allow a negative number) |
|
More...
|
over 12 years ago
|
if a stock number is set for any of the items in the onlinestore basket, then the invoice will include a column detailin the stock numbers |
|
More...
|
over 12 years ago
|
fix problem where regexp was applied to a number instead of s tring |
|
More...
|
over 12 years ago
|
code coverage at 43.22%. add Core_quit() function, which should be used instead of exit() or die() whenever possible. it ensures that any post-processing scripts defined in php.ini actually get called. |
|
More...
|
over 12 years ago
|
two new parameters for {{PRODUCTS_RELATED}}, template_header and template_body. |
|
More...
|
over 12 years ago
|
{{PRODUCTS_RELATED}} now has a parameter called "button_text". This sets the text that appears on the button if you are in popup mode |
|
More...
|
over 12 years ago
|
add "mode" parameter to {{PRODUCTS_RELATED}} code |
|
More...
|
over 12 years ago
|
utf8 for PDF exports |
|
More...
|
over 12 years ago
|
exported files missing valid BOM at beginning. file_put_contents() function does not write valid UTF8 files |
|
More...
|
over 12 years ago
|
add further integration to Facebook plugin, creating a "Like gateway" widget |
|
More...
|
over 12 years ago
|
you can now select a few orders in Online Store > Orders, and choose "Download as PDF" in the drop-down. the invoices will be converted to PDF and zipped up for you. |
|
More...
|
over 12 years ago
|