<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=VbzCart%2Ftables%2Fcart_data</id>
	<title>VbzCart/tables/cart data - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=VbzCart%2Ftables%2Fcart_data"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/tables/cart_data&amp;action=history"/>
	<updated>2026-06-25T14:10:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=VbzCart/tables/cart_data&amp;diff=25042&amp;oldid=prev</id>
		<title>Woozle: Created page with &quot;==About== * &#039;&#039;&#039;Purpose&#039;&#039;&#039;: This is a simple table for retaining customer data entered at check-out time before converting the cart to an order. * &#039;&#039;&#039;Relates to&#039;&#039;&#039;: parent: {{l...&quot;</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/tables/cart_data&amp;diff=25042&amp;oldid=prev"/>
		<updated>2019-07-25T15:03:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==About== * &amp;#039;&amp;#039;&amp;#039;Purpose&amp;#039;&amp;#039;&amp;#039;: This is a simple table for retaining customer data entered at check-out time before converting the cart to an order. * &amp;#039;&amp;#039;&amp;#039;Relates to&amp;#039;&amp;#039;&amp;#039;: parent: {{l...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==About==&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Purpose&amp;#039;&amp;#039;&amp;#039;: This is a simple table for retaining customer data entered at check-out time before converting the cart to an order.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Relates to&amp;#039;&amp;#039;&amp;#039;: parent: {{l/same|shop_cart}}&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;History&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;2019-07-25&amp;#039;&amp;#039;&amp;#039; creating from scratch, but very similar to the (obsolete) {{l/same|shop_cart_data}} table&lt;br /&gt;
==SQL==&lt;br /&gt;
&amp;lt;source lang=mysql&amp;gt;DROP TABLE IF EXISTS `cart_data`;&lt;br /&gt;
CREATE TABLE `cart_data` (&lt;br /&gt;
  `ID_Cart`    INT NOT NULL COMMENT &amp;quot;shop_cart.ID&amp;quot;,&lt;br /&gt;
  `name`       VARCHAR(63)  NOT NULL COMMENT &amp;quot;field name - defined in code&amp;quot;,&lt;br /&gt;
  `value`      VARCHAR(255) NOT NULL COMMENT &amp;quot;Value of data item&amp;quot;,&lt;br /&gt;
  PRIMARY KEY(`ID_Cart`,`name`)&lt;br /&gt;
 ) ENGINE = InnoDB;&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>