<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://help.x-cart.com/index.php?action=history&amp;feed=atom&amp;title=X-Cart%3AConfiguring_shipping</id>
	<title>X-Cart:Configuring shipping - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://help.x-cart.com/index.php?action=history&amp;feed=atom&amp;title=X-Cart%3AConfiguring_shipping"/>
	<link rel="alternate" type="text/html" href="https://help.x-cart.com/index.php?title=X-Cart:Configuring_shipping&amp;action=history"/>
	<updated>2026-05-17T08:46:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.5</generator>
	<entry>
		<id>https://help.x-cart.com/index.php?title=X-Cart:Configuring_shipping&amp;diff=131&amp;oldid=prev</id>
		<title>Admin: Created page with '===How to setup shipping charges?===  Shipping charges in your store are calculated according to the formula:  SHIPPING = Rate + TOTAL_WEIGHT*Weight_Rate + ITEMS*Item_Rate + SUM*…'</title>
		<link rel="alternate" type="text/html" href="https://help.x-cart.com/index.php?title=X-Cart:Configuring_shipping&amp;diff=131&amp;oldid=prev"/>
		<updated>2009-12-09T09:07:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;===How to setup shipping charges?===  Shipping charges in your store are calculated according to the formula:  SHIPPING = Rate + TOTAL_WEIGHT*Weight_Rate + ITEMS*Item_Rate + SUM*…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===How to setup shipping charges?===&lt;br /&gt;
&lt;br /&gt;
Shipping charges in your store are calculated according to the formula:&lt;br /&gt;
&lt;br /&gt;
SHIPPING = Rate + TOTAL_WEIGHT*Weight_Rate + ITEMS*Item_Rate + SUM*Percent_Rate/100&amp;lt;&lt;br /&gt;
&lt;br /&gt;
You can define shipping charges based on order weight by specifying a non-empty value in Range column in Weight field.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
if you set up Weight to 5 lbs and Flat to 10 and leave all other fields untouched you will get the shipping cost of $10 for orders which weigh from 0 to 5 lbs, i.e.&lt;br /&gt;
&lt;br /&gt;
SHIPPING = 10 (Flat) + 1 (Weight of order, for example) * 0 (Per lbs) + 1 (Number of items in cart, for example) * 0 (Per item) + 10.99 (Order cost, for example) * 0 (%) /100 = 10.&lt;br /&gt;
&lt;br /&gt;
If you set up Order Total to 100 and % to 10 you will get shipping cost equal to 10% from order total if order total is from 0 to $100.&lt;br /&gt;
&lt;br /&gt;
SHIPPING = 0 (Flat) + 1 (Weight) * 0 (Per lbs) + 1 (Number of items in cart, for example) * 0 (Per item) + 10.99 (Order cost, for example) * 10 (%) /100 = 10.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>