Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.193.626 Times

Totem Acoustics Price List freeware
Filter: All | Freeware | Demo
 

Totem Acoustics Price List

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 1.039

Instant Messenger List Instant Messenger List adds a page to phpBB forums that displays users and their instant messenger information, similar to an ICQ list. It can also be used as a list for other types of messengers, like AOL Instant Messenger, as well. It defaults to an ICQ list and a drop down select box is...



Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): Instant Messenger List Download

Added: May 10, 2013 | Visits: 709

Easy Call for Price Easy Call for Price is an easy way to display “Call for Price!” whenever a product’s price is set to 0. Change a couple of values and you can also sell products for $0.00 and display "Call for Price!" for other products.Only TWO files to modify. Install time is less than 5 minutes.It works...





Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Easy Call for Price Download

Added: May 10, 2013 | Visits: 709

Euro zone countries SQL list This package will save you as much as 5 minutes if you need to limit the countries list to the 12 Euro zone countries.Just load the SQL file in phpMyAdmin.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): Euro zone countries SQL list Download

Added: May 10, 2013 | Visits: 975

Show Real Price on drop down in product_info.php This mod will display the real price on the drop down when you check for Product Information.Instead of having ( $8.00) or (-$8.00) on the drop down, it calculates the exact amount and readily display it on the drop down.I have included a sample image to display the effect. Instructions included...


Platforms: Windows, *nix, PHP, BSD


Added: May 10, 2013 | Visits: 512

zz price changer This allows quickly to change price - Increase / reduction /restore all price - Increase / reduction visible price - Manual changing a price on separate product/products - Selected amount products


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (50): zz price changer Download

Added: May 10, 2013 | Visits: 628

Update Price per Category With this module you can update the price of your products grouped by category. By selecting the category, you can add a percent or fixed change of product's price.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Update Price per Category Download

Added: May 10, 2013 | Visits: 544

Specials in Categories list This mod will add a "Specials" category in the categories list and when clicked will show all products that are marked as special no matter which category they are in.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (49): Specials in Categories list Download

Added: May 10, 2013 | Visits: 990

Quantity Box in New Products List This Contribution creates you a Box/Field in the New Products List, (catalog/products_new.php) So the customer can put the quantity he likes to order direct into cart.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (57): Quantity Box in New Products List Download

Added: May 10, 2013 | Visits: 777

New Low Price New Low Price displays 'New Low Price' in the Product Info screen, and shows the old price struck out next to the new price (like specials) in a product listThis happens a. After you adjust a price downwards by more than a defined percentageb. for a defined number of days after the price...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (60): New Low Price Download

Added: May 10, 2013 | Visits: 680

Actual Attribute Price Actual Attribute Price is designed for those of us who would rather use a product attributes actual price rather than use a calculator to figure out the option priceExample:--------Tire APrice: $84.99Options: Size 1Size 2 ($89.99)Size 3 ($95.99)Size 4 ($109.99)Versus-------Tire BPrice:...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Actual Attribute Price Download

Added: May 10, 2013 | Visits: 369

List Tools This script presents you a collection of some useful list-related functions.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): List Tools Download

Added: May 10, 2013 | Visits: 354

List object carried out to an instance In order to change into a list, the length of an instance is investigated first. "__len__()". Next, all the contents are taken out in order. "__getitem__()"


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): List object carried out to an instance Download

Added: May 10, 2013 | Visits: 480

Functional dictionary and list types The purpose of this module is to provide a dictionary and list type that can aid in relational algebra, functional programming, list-oriented programming, and perhaps even code obfuscation.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Functional dictionary and list types Download

Added: May 10, 2013 | Visits: 316

List iterator with advance() and regress() The basic iterator for a list doesn't allow one to skip forward (except with "continue"), or backward (at all), nor does it behave well if the list is modified while it is being traversed. This script is NOT the be-all and end-all of improved iterators, but it gives a few ideas of how a better...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): List iterator with advance() and regress() Download

Added: May 10, 2013 | Visits: 605

Group a list into sequential n-tuples Group a list into sequential n-tuples function returns a list of n-tuples from a single "flat" list.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Group a list into sequential n-tuples Download

Added: May 10, 2013 | Visits: 418

List mixin This script allows you to create custom list classes from a small subset of list methods.Subclasses should define _get_element(i), _set_element(i, value), __len__(), _resize_region(start, end, new_size) and _constructor(iterable). Define __iter__() for extra speed. The _get_element() and...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): List mixin Download

Added: May 10, 2013 | Visits: 300

Ring List The RingList is a class implementing a circular list. The ring have a fixed size and when it is full and you append a new element, the first one will be deleted. The class lets you access to the data like a python list or like a string.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Ring List Download

Added: May 10, 2013 | Visits: 878

A recursive function to get permutation of a list A recursive function to get permutation of a list script allows you to make permutation on a list of objects. The script does not work on repeated items in the list.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 894

A List of Dictionaries This  class emulates a list of dictionary objects without the memory and pickle storage overhead which occurs when storing every item in the list as a dictionary.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): A List of Dictionaries Download

Added: May 10, 2013 | Visits: 486

Changing return value for mutating list methods Mutating list methods such as 'append' or 'extend' return None instead of the (mutated) list itself. Sometimes, this is not the desired behaviour. To have a reference to the (mutated) list returned is usefull, if one wants to chain commands such as mylistinstance.append(7).sort().


Platforms: Windows, Mac, *nix, Python, BSD Solaris


< 1 2 3 4 5