<?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%2Fref_country</id>
	<title>VbzCart/tables/ref country - 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%2Fref_country"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/tables/ref_country&amp;action=history"/>
	<updated>2026-06-25T23:26:03Z</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/ref_country&amp;diff=16663&amp;oldid=prev</id>
		<title>Woozle: Created page with &quot;==About== * &#039;&#039;&#039;Fields&#039;&#039;&#039;: ** &#039;&#039;&#039;ShipZone&#039;&#039;&#039;: a text code indicating the &quot;shipping zone&quot;, which is a shorthand way of estimating shipping cost multipliers for non-domestic deliver...&quot;</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/tables/ref_country&amp;diff=16663&amp;oldid=prev"/>
		<updated>2012-01-12T02:58:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==About== * &amp;#039;&amp;#039;&amp;#039;Fields&amp;#039;&amp;#039;&amp;#039;: ** &amp;#039;&amp;#039;&amp;#039;ShipZone&amp;#039;&amp;#039;&amp;#039;: a text code indicating the &amp;quot;shipping zone&amp;quot;, which is a shorthand way of estimating shipping cost multipliers for non-domestic deliver...&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;Fields&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;ShipZone&amp;#039;&amp;#039;&amp;#039;: a text code indicating the &amp;quot;shipping zone&amp;quot;, which is a shorthand way of estimating shipping cost multipliers for non-domestic delivery. The values are calculated in the clsShipZone class which is currently in shop.php and should eventually be broken out into a separate module for easier customization VBZ uses these codes:&lt;br /&gt;
*** US: United States (domestic)&lt;br /&gt;
*** CA: [[Canada]] (2x domestic costs) - would probably work for [[Mexico]] too, but we&amp;#039;ve never received any orders to be sent there...&lt;br /&gt;
*** NULL (default): everywhere else (4x domestic costs)&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;2012-01-11&amp;#039;&amp;#039;&amp;#039; created, along with {{vbzcart|table|ref_country_alias}}, so that ultimately we can rigorously get rid of the country being shown in the address when it&amp;#039;s the same as the shipping origin (in vbz&amp;#039;s case, &amp;quot;United States&amp;quot;).&lt;br /&gt;
==SQL==&lt;br /&gt;
&amp;lt;section begin=sql /&amp;gt;&amp;lt;mysql&amp;gt;CREATE TABLE `ref_country` (&lt;br /&gt;
  `ID`                  INT NOT NULL AUTO_INCREMENT,&lt;br /&gt;
  `Name`        VARCHAR(63) NOT NULL,&lt;br /&gt;
  `ShipZone` VARCHAR(4) DEFAULT NULL,&lt;br /&gt;
  PRIMARY KEY(`ID`)&lt;br /&gt;
)&lt;br /&gt;
ENGINE = MYISAM;&amp;lt;/mysql&amp;gt;&lt;br /&gt;
&amp;lt;section end=sql /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>