Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README-commands.txt | 2007-09-25 | 2.5 kB | |
crex_release0003.zip | 2007-06-17 | 13.6 kB | |
Totals: 2 Items | 16.1 kB | 0 |
HERE is a complete list of commands, along with their flags: ------------ 0 - crex_read.php?cmd=user_login &email_address=[users email] &password=[password]&action=process (note, "action=process" flag is mandatory) 1 - crex_read.php?cmd=user_logout 2 - crex_read.php?cmd=user_register &gender=[m or f]&firstname=[first name] &lastname=[last name] &dob=[date of birth "mm/dd/yyyy" format (if enabled)] &email_address=[email address] &company=[name of company (optional)] &street_address=[street address] &suburb=[suburb (if enabled)] &postcode=[some zip code] &city=[city name] &state=[state (if enabled)] &zone_id=[numeric zone id (if state is enabled, and state has zone ids; optional)] &country=[numeric country id] &telephone=[telephone number] &fax=[fax number] &newsletter=[true or false; (optional)] &password=[password] &confirmation=[password re-typed] 3 - crex_read.php?cmd=product_add_to_cart &products_id=[numeric product id] &qty=[numeric quantity] &attributes=[attributes (I have no idea how osC manages this one; optional)] ¬ify=[true or false (optional)] 4 - crex_read.php?cmd=product_update_quantity &products_id=[numeric product id] &qty=[numeric quantity] &attributes=[attributes (I have no idea how osC manages this one; optional)] 5 - crex_read.php?cmd=product_remove_from_cart &products_id=[numeric product id] 6 - crex_read.php?cmd=retrieve_cart 7 - crex_read.php?cmd=product_delete_cart 8 - crex_read.php?cmd=product_search &keywords=[text to search for] &dfrom=[date from in "mm/dd/yyyy" format (optional)] &dto=[date to in "mm/dd/yyyy" format (optional)] &pfrom=[numeric price from (optional)] &pto=[numeric price to (optional)] 9 - crex_read.php?cmd=get_categories 10 - crex_read.php?cmd=get_category_products &cpath=[numeric category id] 11 - crex_read.php?cmd=get_category_product_count &cpath=[numeric category id] 12 - crex_read.php?cmd=get_product &pid=[numeric product id] --------------- TIP: adding the "language_id=[numeric language id of your language]" will cause the output to be spit out using the text your osCommerce store has stored for that language.