[documentation is at crex dot sourceforge dot net] CREX - osCommeRcE XML - this 1 folder library allows you to retreive information from, and interact with your osCommerce or osCommerce based store in an XML format.
Be the first to post a text review of crex. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Change log [CREX - osCommeRcE Xml release 0004] ________________________________________________________________________________ Tue Oct 02, 2007: ADDED: get_all_categories command added to "crex_read.php" file. This command retrieves all categories, not just the first two (2) levels of categories.It uses the crex_get_all_categories_xml() function in crex.php, and its helper function (for recursion) crex_append_category_limb(). CHANGED: the XML <data> attribute "seo_link" is now simply "link" (commands affected: get_categories, get_all_categories) BUG FIX: get_all_categories/get_categories command(s)...fixed broken "cPath" argument of the link attribute within the <data> node's, as urls were being malformed by the lack of "cPath=" in the link. (file is "crex.php"); ________________________________________________________________________________ Wed Sep 26, 2007: BUG FIX: retrieve_cart command - The $product['attributes'] var is an array, not a string. Its odd, because it always has an array index of '2'. Attempts to use a for/each loop (just in case there is more that 1 index key)fails. Go figure... (its probably a class defined somewhere in osC code) NOTICE: product handling commands in general - The $product['id'] var is usually an integer, but sometimes it can be a string. Any time 2 or more of the same product is added to a cart, and/or it has attributes, the product id no longerreads a numeric value, such as '100'...instead it becomes something like this: for each identical product w/ different attributes (assuming a product id of '100', and there are 2 identical items in cart, one of them with an attribute of '3', and the other product an attribute of '4'): 100{2}3 100{2}4 ...so, keep that in mind when reading the product_id of a product! ADDED: crex.php function added - crex_get_product_attributes_xml() this function retrieves the attribute options associated with a particular product. ARGUMENTS: (product_id [, language_id])
-There is now only 1 "crex_read.php" file. -User Login/Register/Logout is now implemented. NEED: -Still need to access user's login area (orders, wishlist, shipping status, etc...)
-There is now only 1 "crex_read.php" file. -User Login/Register/Logout is now implemented. NEED: -Still need to access user's login area (orders, wishlist, shipping status, etc...)
crex_read_pro.php to be updated until complete (still needs support for checkout process, and user control panel)
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?