Download List

프로젝트 설명

DB_cart Class is a MySQL shopping cart script that
can be used with third party product catalogues
and membership systems. The MySQL database
structure is neutral to existing systems. It can
handle the shopping cart (add, update, and empty)
and checkout process (set the shipment address and
email the order). For existing cart users, the
shopping cart is still available upon the user's
next visit and is visible by checkout. The last
option is configurable togther with a time period.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-06-15 01:09
1.13

저기 수정 및 기본 클래스 파일의 내부 개선하는 몇 가지 예제 및 테이블 구조가 확장되었습니다. 출하 값 (name2 및 주소 2 주소 3)에 대한 두 가지 추가 필드. 모든 메시지는 독일어, 영어, 네덜란드에서 사용할 수있습니다. 전자 메일 메시지를 내부 표준 텍스트 외부 파일에 지금,이 컨텐츠를 개선 이메일 메서드를 내부 구문 분석됩니다.
Tags: Major feature enhancements
There are modifications and improvements inside the main class file, several examples, and the table structure has been extended. There two additional fields for the shipment values (name2 and address2). All messages are available in German, English, and Dutch. The standard text inside the email messages is in external files now; this content is parsed inside the improved email method.

2006-05-31 13:16
1.12

지금은 쇼핑 바구니에 다른 방법으로 제품을 추가할 수도있습니다 : 만약 SHOW_CONTINUE 설정을 "최대"으로 표시되며 페이지가 계속해서 사실이다. 모든 예제 페이지는 지금은이 기능을 사용할 수있습니다. 이 기능을 완전하게하려면 거기에 새로운 예제 파일입니다 (용 및 재고 버전) 일반. 설명서는 이러한 새로운 기능을 반영하도록 업데이 트되었습니다 포함되어있습니다. remove_old_orders에서 버그 () 메서드와 "재고 몇 가지 작은 버그가"확장자를 고정했다.
Tags: Major feature enhancements
It's now possible to add products to the shopping
cart in a different way: if the SHOW_CONTINUE
setting is true, a "continue" page will show up.
All example pages now use this feature. To make
this feature complete, there are new example files
included (for the regular and the stock version).
The manual was also updated to reflect these new
functions. A bug in the remove_old_orders() method
and some small bugs in the "stock" extension were
fixed.

2005-09-16 15:23
1.11

이전 버전에서는, 체크 아웃 페이지를 통해 하나의 행을 삭제하는 것은 불가능했다. 지금, 만약 수량이 값을 "0"를 제출 직후, 행에서 삭제됩니다. 메시지를 수정하는 방법을 참조하십시오 ()와 update_row (), 그리고 새로운 방법 delete_row ().
Tags: Minor feature enhancements
In older versions, it wasn't possible to delete a single row via the
checkout page. From now on, if the value of the quantity is "0" after
submitting, the row will be deleted. See the modified methods messages()
and update_row(), and the new method delete_row().

2005-08-22 14:01
1.10

새로운 확장 "db_stock_cart"그게 어디 매장 재고 "금액"에 중요하다 처리할 수 있도록 해줍니다. 만약 주식이나 제품의 가격은 변경이 확장자를 가진, 오래된 명령을 처리할 수도있습니다. 주문 행이 어디 있는지에 재고 제로 제거됩니다 위해서는 높은 가치를 누른 재고 업데이 트됩니다. 사용자가 얼마나 많은 행이 업데이 트에 대한 정보를 가져옵니다.
Tags: Major feature enhancements
The new extension "db_stock_cart" makes it
possible to handle shops where the "on stock"
amount is important. With this extension, it's
possible to handle old orders if the stock or
price of a product is changed. Order rows where
the stock is on zero will be removed and order
values higher then the stock will be updated. The
user gets information about how many rows are
updated.

2005-08-12 13:57
1.04

handle_cart_row 안에 작은 버그 () 메서드를 어디 $ 변수로 변경하는 것은 불가능했고, 너무이 매개 변수를 처리할 수 update_row () 메서드가 수정되었습니다. 옵션을 고객을 위해 다음 세 명령에 액세스하는 동안 복구에 추가되었습니다. RECOVER_ORDER 상수 db_cart에 추가되었습니다 ()와 remove_old_orders () 메소드. 새로운 상수 VALID_UNTIL 얼마나 오래된 순서를 복구를 위해 사용할 수를 정의합니다.
Tags: Minor feature enhancements
A small bug inside the handle_cart_row() method
where it was not possible to change the $replace
variable was fixed, and the update_row() method
can handle this parameter too. An option to
recover old orders for a customer during the next
access was added. The RECOVER_ORDER constant was
added to the db_cart() and remove_old_orders()
methods. The new constant VALID_UNTIL defines how
long an old order will be available for recovery.

Project Resources