Version Notes
- Compatible with older versions of php
- Autocomplete http issue fixed
Download this release
Release Info
Developer | SwipezoomUK |
Extension | Swipezoom_InternationalShipping |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- app/code/local/Swipezoom/CardPayment/Block/Info/Ccsave.php +2 -1
- app/code/local/Swipezoom/CardPayment/etc/config.xml +1 -1
- app/code/local/Swipezoom/InternationalShipping/etc/config.xml +1 -10
- app/design/frontend/base/default/template/internationalshipping/onepage/shipping_method/available.phtml.bak +0 -315
- app/design/frontend/base/default/template/internationalshipping/processformat.phtml +2 -2
- package.xml +6 -8
app/code/local/Swipezoom/CardPayment/Block/Info/Ccsave.php
CHANGED
@@ -21,7 +21,8 @@ class Swipezoom_CardPayment_Block_Info_Ccsave extends Mage_Payment_Block_Info_Cc
|
|
21 |
$additionalinfo = unserialize($info->getAdditionalData());
|
22 |
|
23 |
if(!empty($additionalinfo)) {
|
24 |
-
|
|
|
25 |
$extra_details = array(Mage::helper('payment')->__('Name on the Card') => $info->getCcOwner(),
|
26 |
Mage::helper('payment')->__('Expiration Date') => $this->_formatCardDate($info->getCcExpYear(), $this->getCcExpMonth())
|
27 |
);
|
21 |
$additionalinfo = unserialize($info->getAdditionalData());
|
22 |
|
23 |
if(!empty($additionalinfo)) {
|
24 |
+
$getcc_info = $info->getCcOwner();
|
25 |
+
if(!empty($getcc_info))
|
26 |
$extra_details = array(Mage::helper('payment')->__('Name on the Card') => $info->getCcOwner(),
|
27 |
Mage::helper('payment')->__('Expiration Date') => $this->_formatCardDate($info->getCcExpYear(), $this->getCcExpMonth())
|
28 |
);
|
app/code/local/Swipezoom/CardPayment/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Swipezoom_cardpayment>
|
5 |
-
<version>1.0.
|
6 |
</Swipezoom_cardpayment>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Swipezoom_cardpayment>
|
5 |
+
<version>1.0.3</version>
|
6 |
</Swipezoom_cardpayment>
|
7 |
</modules>
|
8 |
<global>
|
app/code/local/Swipezoom/InternationalShipping/etc/config.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Swipezoom_InternationalShipping>
|
13 |
-
<version>1.0.
|
14 |
</Swipezoom_InternationalShipping>
|
15 |
</modules>
|
16 |
<frontend>
|
@@ -263,15 +263,6 @@
|
|
263 |
</shipping>
|
264 |
</sales>
|
265 |
<events>
|
266 |
-
<checkout_type_onepage_save_order_after>
|
267 |
-
<observers>
|
268 |
-
<bts_checkout_observer>
|
269 |
-
<type>singleton</type>
|
270 |
-
<class>internationalshipping/observer</class>
|
271 |
-
<method>confirmOrderInvoiceRequest</method>
|
272 |
-
</bts_checkout_observer>
|
273 |
-
</observers>
|
274 |
-
</checkout_type_onepage_save_order_after>
|
275 |
|
276 |
<controller_action_predispatch_adminhtml_sales_order_edit_start>
|
277 |
<observers>
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Swipezoom_InternationalShipping>
|
13 |
+
<version>1.0.3</version>
|
14 |
</Swipezoom_InternationalShipping>
|
15 |
</modules>
|
16 |
<frontend>
|
263 |
</shipping>
|
264 |
</sales>
|
265 |
<events>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
266 |
|
267 |
<controller_action_predispatch_adminhtml_sales_order_edit_start>
|
268 |
<observers>
|
app/design/frontend/base/default/template/internationalshipping/onepage/shipping_method/available.phtml.bak
DELETED
@@ -1,315 +0,0 @@
|
|
1 |
-
|
2 |
-
<style type="text/css">
|
3 |
-
.rate-method-title .price-notice{padding-left: 45px;}
|
4 |
-
.poweredby { display: inline; font-size: 9px; padding-left: 0; font-weight: normal;}
|
5 |
-
.sz-total-block { background: none repeat scroll 0 0 #F2F2F2; color: black; margin-top: 10px; padding: 8px; width: 350px; }
|
6 |
-
.sz-total-title { color: black !important; font-size: 13px; width:340px !important;}
|
7 |
-
.sz-total-title .price { float: right; font-size: 12px;}
|
8 |
-
.progress-rate-label .price-notice { float: right; }
|
9 |
-
ul.swipezoom-rates-block { padding-left: 20px; width: 272px;}
|
10 |
-
ul.swipezoom-rates-block > li { width: 320px; }
|
11 |
-
label.shipping-label{ padding-left:19px; }
|
12 |
-
.swipezoom-rates-block label { font-weight: normal; }
|
13 |
-
.tool-tip-anchor{ cursor:help; margin-left:5px; }
|
14 |
-
.alert-content-duties { color: red; margin-top: 10px;}
|
15 |
-
.progress-rate .price-notice { float: right;}
|
16 |
-
.progress-rate-label { display: inline; width: 111px; float:left;}
|
17 |
-
.progress-rate{overflow: hidden;}
|
18 |
-
.progress-rate.total-rate-block{ border-top: 1px solid #999999;padding-top: 15px;}
|
19 |
-
.sz-rate-display-available {width: 340px;}
|
20 |
-
.sz-rate-display-available .price-notice, .swipezoom-rates-block .price-notice { float: right;}
|
21 |
-
.bold{font-weight: bold;}
|
22 |
-
</style>
|
23 |
-
|
24 |
-
<?php
|
25 |
-
|
26 |
-
if (version_compare(Mage::getVersion(), '1.9', '<')) {
|
27 |
-
?>
|
28 |
-
<style>
|
29 |
-
.sz-total-block {width:333px;}
|
30 |
-
#cardpayment_expiration_yr {
|
31 |
-
width: 110px !important;
|
32 |
-
}
|
33 |
-
#cardpayment_expiration {
|
34 |
-
width: 130px !important;
|
35 |
-
}
|
36 |
-
|
37 |
-
</style>
|
38 |
-
<?php
|
39 |
-
}
|
40 |
-
|
41 |
-
?>
|
42 |
-
<?php
|
43 |
-
|
44 |
-
|
45 |
-
$_shippingRateGroups = $this->getShippingRates();
|
46 |
-
|
47 |
-
$sz_enabled = false;
|
48 |
-
foreach ($_shippingRateGroups as $code => $_rates) {
|
49 |
-
foreach ($_rates as $_rate) {
|
50 |
-
if($code == 'swipezoom') {
|
51 |
-
|
52 |
-
$swAllowedCountries = Mage::getStoreConfig('carriers/swipezoom/sallowspecific',Mage::app()->getStore());
|
53 |
-
$swSpecificCountries = Mage::getStoreConfig('carriers/swipezoom/specificcountry',Mage::app()->getStore());
|
54 |
-
$swDestinationCountry = Mage::getSingleton('checkout/session')->getQuote()->getShippingAddress()->getCountry();
|
55 |
-
if($swAllowedCountries == 0) {
|
56 |
-
$sz_enabled = true;
|
57 |
-
} else {
|
58 |
-
$availableCountries = explode(',',$swSpecificCountries);
|
59 |
-
if ($availableCountries && in_array($swDestinationCountry, $availableCountries)) {
|
60 |
-
$sz_enabled = true;
|
61 |
-
}
|
62 |
-
}
|
63 |
-
}
|
64 |
-
}
|
65 |
-
}
|
66 |
-
|
67 |
-
if($sz_enabled == true) {
|
68 |
-
$ship_temp = $_shippingRateGroups;
|
69 |
-
foreach ($_shippingRateGroups as $code => $_rates) {
|
70 |
-
if($code == 'swipezoom') {
|
71 |
-
continue;
|
72 |
-
}
|
73 |
-
unset($ship_temp[$code]);
|
74 |
-
}
|
75 |
-
$_shippingRateGroups = $ship_temp;
|
76 |
-
} else {
|
77 |
-
$ship_temp = $_shippingRateGroups;
|
78 |
-
foreach ($_shippingRateGroups as $code => $_rates) {
|
79 |
-
if($code == 'swipezoom') {
|
80 |
-
unset($ship_temp[$code]);
|
81 |
-
}
|
82 |
-
}
|
83 |
-
$_shippingRateGroups = $ship_temp;
|
84 |
-
}
|
85 |
-
?>
|
86 |
-
<?php if (!$_shippingRateGroups): ?>
|
87 |
-
<p><?php echo $this->__('Sorry, no quotes are available for this order at this time.') ?></p>
|
88 |
-
<?php else: ?>
|
89 |
-
<dl class="sp-methods">
|
90 |
-
<?php $shippingCodePrice = array(); ?>
|
91 |
-
<?php $_sole = count($_shippingRateGroups) == 1; foreach ($_shippingRateGroups as $code => $_rates): ?>
|
92 |
-
<dt <?php echo ($code == "swipezoom")? "style='font-size:16px'":""; ?>><?php echo $this->escapeHtml($this->getCarrierName($code)) ?> <?php if($code == "swipezoom"){?><p class="poweredby"><?php echo $this->__('Powered by ')?><span class="bold"><?php echo $this->__('Swipezoom')?></span></p><?php }?></dt>
|
93 |
-
<dd>
|
94 |
-
<ul>
|
95 |
-
<?php $_sole = $_sole && count($_rates) == 1; foreach ($_rates as $_rate): ?>
|
96 |
-
<?php $shippingCodePrice[] = "'".$_rate->getCode()."':".(float)$_rate->getPrice(); ?>
|
97 |
-
<li>
|
98 |
-
<?php if ($_rate->getErrorMessage()): ?>
|
99 |
-
<ul class="messages"><li class="error-msg"><ul><li><?php echo $this->escapeHtml($_rate->getErrorMessage()) ?></li></ul></li></ul>
|
100 |
-
<?php else: ?>
|
101 |
-
|
102 |
-
<?php
|
103 |
-
if($code == "swipezoom"){
|
104 |
-
?>
|
105 |
-
|
106 |
-
<?php if($_rate->getCode() == "swipezoom_custshippingcharges_noduties_noinsurance"):?>
|
107 |
-
<div class="sz-rate-display-available">
|
108 |
-
<?php if (count($_shippingRateGroups) == 1) : ?>
|
109 |
-
<span class="no-display"><input name="shipping_method" type="radio" value="<?php echo "swipezoom_custshippingcharges_withduties_withinsurance" ?>" id="s_method_<?php echo $_rate->getCode() ?>" checked="checked" class="radio"/></span>
|
110 |
-
<?php else: ?>
|
111 |
-
<input name="shipping_method" type="radio" value="<?php echo "swipezoom_custshippingcharges_withduties_withinsurance" ?>" id="s_method_<?php echo $_rate->getCode() ?>"<?php $addresssShippingMethod = $this->getAddressShippingMethod(); if(strpos($this->getAddressShippingMethod(),"swipezoom") !== FALSE || empty($addresssShippingMethod)) echo ' checked="checked"' ?> class="radio"/>
|
112 |
-
<?php endif; ?>
|
113 |
-
|
114 |
-
<label id="label_s_method_<?php echo $_rate->getCode() ?>" for="s_method_<?php echo $_rate->getCode() ?>" class="rate-method-title"><?php echo $this->escapeHtml($_rate->getMethodTitle()) ?>
|
115 |
-
|
116 |
-
</label>
|
117 |
-
<span class="price-notice">
|
118 |
-
<?php $_excl = $this->getShippingPrice($_rate->getPrice(), $this->helper('tax')->displayShippingPriceIncludingTax()); ?>
|
119 |
-
<?php $_incl = $this->getShippingPrice($_rate->getPrice(), true); ?>
|
120 |
-
<?php echo $_excl; ?>
|
121 |
-
<?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
|
122 |
-
(<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
|
123 |
-
<?php endif; ?>
|
124 |
-
</span>
|
125 |
-
</div>
|
126 |
-
<?php
|
127 |
-
/*
|
128 |
-
* Swipezoom Insurance & taxes rates
|
129 |
-
*/
|
130 |
-
|
131 |
-
if ($_rate->getCode() === "swipezoom_custshippingcharges_noduties_noinsurance"){
|
132 |
-
|
133 |
-
$ExtraRates = $_rate->getMethodDescription();
|
134 |
-
if(is_array($ExtraRates) && count($ExtraRates) > 0){
|
135 |
-
?>
|
136 |
-
<ul class="swipezoom-rates-block">
|
137 |
-
<li <?php if($ExtraRates['PrepaidDutiesAllowed'] != 'Y') echo 'style="display:none"'; ?>>
|
138 |
-
<input type="checkbox" value="<?php echo $ExtraRates["CustCourierDuties"] ?>" id="duties" <?php echo ($ExtraRates["CustCourierDuties"] > 0 )? "": "disabled"; ?> <?php echo ($ExtraRates["CustCourierDuties"] > 0 )? "checked='true'": ""; ?> name="swipezoom" class="checkbox duties-checkbox" >
|
139 |
-
<label for="swipezoom_duty_taxes"><?php echo $this->__("Prepaid duties & taxes") ?>
|
140 |
-
|
141 |
-
<a href="#" id="tool-tip-duties" class="tool-tip-anchor tool-tip-duties" >
|
142 |
-
<img src="<?php echo $this->getSkinUrl("internationalshipping/images/que.png") ?>" title="<?php echo $this->__('For your convenience, we provide you the option to pre-pay Duties and Taxes. If you choose to pre-pay such Duties and Taxes, you may avoid customs delays and we guarantee that you will not be required to pay anything upon arrival of your shipment. If you do not choose the option to prepay the Duties and Taxes, you will be responsible for paying all Duties, Taxes and any related charges that may be due upon delivery. Duties and Taxes are calculated and charged as per the rules and regulations of the customs authority in your country.') ?>" class="fadeeffect"/></a>
|
143 |
-
<?php (!empty($ExtraRates["CustCourierDuties"]))?$dutiesRate = $ExtraRates["CustCourierDuties"]: $dutiesRate = "N/A";?>
|
144 |
-
</label>
|
145 |
-
<span class="price-notice"><span class="price"><?php echo ($ExtraRates["CustCourierDuties"] > 0 )? Mage::helper('core')->currency($ExtraRates["CustCourierDuties"],true,false): "N/A"; ?> </span></span>
|
146 |
-
|
147 |
-
<p id="alert-content-duties" class="alert-content-duties" style="display: none;"><?php echo $this->__('You have chosen to NOT prepay duties & taxes for this order and therefore will be responsible to pay these charges at the time of delivery.'); ?>
|
148 |
-
</p>
|
149 |
-
</li>
|
150 |
-
<li>
|
151 |
-
<input type="checkbox" value="<?php echo $ExtraRates["CustInsuranceCharges"] ?>" <?php echo ($ExtraRates["CustInsuranceCharges"] > 0 )? "": "disabled"; ?> <?php echo ($ExtraRates["CustInsuranceCharges"] > 0 )? "checked='true'": ""; ?> id="insurance" name="swipezoom" class="checkbox">
|
152 |
-
<label for="swipezoom_insurance"><?php echo $this->__("Insurance") ?>
|
153 |
-
|
154 |
-
<a href="#" id="tool-tip-insurance" class="tool-tip-anchor tool-tip-insurance" >
|
155 |
-
<img src="<?php echo $this->getSkinUrl("internationalshipping/images/que.png") ?>" title="<?php echo $this->__("If you wish to insure your shipment against damage or loss during transit, you may purchase shipment insurance by selecting this option. In the event of loss or damage during transit, you will be reimbursed the value of the goods and shipping costs only. you will not be reimbursed amounts paid towards customs duties or taxes. If insurance is not purchased, your shipment will not be covered for loss or damage during transit.");?>" class="fadeeffect"/></a>
|
156 |
-
<?php (!empty($ExtraRates["CustInsuranceCharges"]))?$insuranceRate = $ExtraRates["CustInsuranceCharges"]: $insuranceRate = "N/A";?>
|
157 |
-
</label>
|
158 |
-
<span class="price-notice"><span class="price"><?php echo ($ExtraRates["CustInsuranceCharges"] > 0 )? Mage::helper('core')->currency($ExtraRates["CustInsuranceCharges"],true,false): "N/A"; ?> </span></span>
|
159 |
-
|
160 |
-
|
161 |
-
</li>
|
162 |
-
</ul>
|
163 |
-
|
164 |
-
|
165 |
-
<?php
|
166 |
-
}
|
167 |
-
?>
|
168 |
-
<div class="sz-total-block">
|
169 |
-
<label class="sz-total-title" id="sz-total-title"><?php echo $this->__('Shipping Total'); ?>
|
170 |
-
<span class="price-notice"><span class="price"><?php echo Mage::helper('core')->currency(($ExtraRates["CustCourierDuties"] + $ExtraRates["CustInsuranceCharges"] + $ExtraRates["shipping"] ),true,false); ?> </span></span>
|
171 |
-
</label>
|
172 |
-
</div>
|
173 |
-
<?php }
|
174 |
-
?>
|
175 |
-
<?php else: ?>
|
176 |
-
<input name="c_shipping_method" type="checkbox" value="<?php echo $_rate->getCode() ?>" id="s_method_<?php echo $_rate->getCode() ?>"<?php if($_rate->getCode()===$this->getAddressShippingMethod()) echo ' checked="checked"' ?> class="radio no-display"/>
|
177 |
-
<?php endif; ?>
|
178 |
-
|
179 |
-
<?php }else{?>
|
180 |
-
|
181 |
-
<?php if ($_sole) : ?>
|
182 |
-
<span class="no-display"><input name="shipping_method" type="radio" value="<?php echo $_rate->getCode() ?>" id="s_method_<?php echo $_rate->getCode() ?>" checked="checked" /></span>
|
183 |
-
<?php else: ?>
|
184 |
-
<input name="shipping_method" type="radio" value="<?php echo $_rate->getCode() ?>" id="s_method_<?php echo $_rate->getCode() ?>"<?php if($_rate->getCode()===$this->getAddressShippingMethod()) echo ' checked="checked"' ?> class="radio"/>
|
185 |
-
|
186 |
-
<?php if ($_rate->getCode() === $this->getAddressShippingMethod()): ?>
|
187 |
-
<script type="text/javascript">
|
188 |
-
//<![CDATA[
|
189 |
-
lastPrice = <?php echo (float)$_rate->getPrice(); ?>;
|
190 |
-
//]]>
|
191 |
-
</script>
|
192 |
-
<?php endif; ?>
|
193 |
-
|
194 |
-
<?php endif; ?>
|
195 |
-
<label for="s_method_<?php echo $_rate->getCode() ?>"><?php echo $this->escapeHtml($_rate->getMethodTitle()) ?>
|
196 |
-
<?php $_excl = $this->getShippingPrice($_rate->getPrice(), $this->helper('tax')->displayShippingPriceIncludingTax()); ?>
|
197 |
-
<?php $_incl = $this->getShippingPrice($_rate->getPrice(), true); ?>
|
198 |
-
<?php echo $_excl; ?>
|
199 |
-
<?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
|
200 |
-
(<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
|
201 |
-
<?php endif; ?>
|
202 |
-
</label>
|
203 |
-
<?php } ?>
|
204 |
-
<?php endif ?>
|
205 |
-
</li>
|
206 |
-
<?php endforeach; ?>
|
207 |
-
</ul>
|
208 |
-
</dd>
|
209 |
-
<?php endforeach; ?>
|
210 |
-
</dl>
|
211 |
-
<script type="text/javascript">
|
212 |
-
//<![CDATA[
|
213 |
-
<?php if (!empty($shippingCodePrice)): ?>
|
214 |
-
var shippingCodePrice = {<?php echo implode(',',$shippingCodePrice); ?>};
|
215 |
-
<?php endif; ?>
|
216 |
-
|
217 |
-
var datastorageurl = "<?php echo $ExtraRates['DataStorageUrl']; ?>";
|
218 |
-
|
219 |
-
if(datastorageurl) {
|
220 |
-
if($(".wirecard-datastorage"))
|
221 |
-
$(".wirecard-datastorage").remove();
|
222 |
-
var filename = datastorageurl;
|
223 |
-
|
224 |
-
var fileref = document.createElement('script');
|
225 |
-
fileref.setAttribute("type", "text/javascript");
|
226 |
-
fileref.setAttribute("src", filename);
|
227 |
-
fileref.setAttribute("class",'wirecard-datastorage')
|
228 |
-
document.getElementsByTagName("head")[0].appendChild(fileref);
|
229 |
-
}
|
230 |
-
|
231 |
-
$$('input[type="radio"][name="shipping_method"]').each(function(el){
|
232 |
-
Event.observe(el, 'click', function(){
|
233 |
-
if (el.checked == true) {
|
234 |
-
var getShippingCode = el.getValue();
|
235 |
-
<?php if (!empty($shippingCodePrice)): ?>
|
236 |
-
var newPrice = shippingCodePrice[getShippingCode];
|
237 |
-
if (!lastPrice) {
|
238 |
-
lastPrice = newPrice;
|
239 |
-
quoteBaseGrandTotal += newPrice;
|
240 |
-
}
|
241 |
-
if (newPrice != lastPrice) {
|
242 |
-
quoteBaseGrandTotal += (newPrice-lastPrice);
|
243 |
-
lastPrice = newPrice;
|
244 |
-
}
|
245 |
-
<?php endif; ?>
|
246 |
-
checkQuoteBaseGrandTotal = quoteBaseGrandTotal;
|
247 |
-
return false;
|
248 |
-
}
|
249 |
-
});
|
250 |
-
});
|
251 |
-
|
252 |
-
// SwipeZoom Rates
|
253 |
-
$$('input[type="checkbox"][name="swipezoom"]').each(function(el){
|
254 |
-
Event.observe(el, 'click', function(){
|
255 |
-
var oldValue = ($("sz-total-title").down().down().innerHTML).replace(/[<?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?>]*/, '');
|
256 |
-
if(el.checked)
|
257 |
-
$("sz-total-title").down().down().innerHTML = '<?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?>'+ (parseFloat(oldValue) + parseFloat(el.value)).toFixed(2)+'';
|
258 |
-
else
|
259 |
-
$("sz-total-title").down().down().innerHTML = '<?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?>'+ (parseFloat(oldValue) - parseFloat(el.value)).toFixed(2)+'';
|
260 |
-
|
261 |
-
var id="swipezoom_custshippingcharges";
|
262 |
-
$$('input[type="checkbox"][name="swipezoom"]').each(function(el){
|
263 |
-
if(el.checked){
|
264 |
-
id+="_"+"with"+el.id;
|
265 |
-
}else{
|
266 |
-
id+="_"+"no"+el.id;
|
267 |
-
}
|
268 |
-
});
|
269 |
-
$("s_method_swipezoom_custshippingcharges_noduties_noinsurance").value = id;
|
270 |
-
$("s_method_swipezoom_custshippingcharges_noduties_noinsurance").checked= true;
|
271 |
-
|
272 |
-
});
|
273 |
-
});
|
274 |
-
|
275 |
-
function dutiesTest(el){
|
276 |
-
var oldValue = ($("sz-total-title").down().down().innerHTML).replace(/[<?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?>]*/, '');
|
277 |
-
if(el.checked)
|
278 |
-
$("sz-total-title").down().down().innerHTML = '<?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?>'+ (parseFloat(oldValue) + parseFloat(el.value)).toFixed(2)+'';
|
279 |
-
else
|
280 |
-
$("sz-total-title").down().down().innerHTML = '<?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol(); ?>'+ (parseFloat(oldValue) - parseFloat(el.value)).toFixed(2)+'';
|
281 |
-
|
282 |
-
var id="swipezoom_custshippingcharges";
|
283 |
-
$$('input[type="checkbox"][name="swipezoom"]').each(function(el){
|
284 |
-
if(el.checked){
|
285 |
-
id+="_"+"with"+el.id;
|
286 |
-
}else{
|
287 |
-
id+="_"+"no"+el.id;
|
288 |
-
}
|
289 |
-
});
|
290 |
-
$("s_method_swipezoom_custshippingcharges_noduties_noinsurance").value = id;
|
291 |
-
$("s_method_swipezoom_custshippingcharges_noduties_noinsurance").checked= true;
|
292 |
-
|
293 |
-
}
|
294 |
-
|
295 |
-
$$('.duties-checkbox').each(function(ele){
|
296 |
-
Event.observe(ele, 'click', function(){
|
297 |
-
if (!ele.checked)
|
298 |
-
{
|
299 |
-
$('alert-content-duties').show();
|
300 |
-
}else
|
301 |
-
{
|
302 |
-
$('alert-content-duties').hide();
|
303 |
-
}
|
304 |
-
});
|
305 |
-
});
|
306 |
-
|
307 |
-
<?php if($ExtraRates["CustCourierDuties"] == 0){?>
|
308 |
-
dutiesTest($("duties"));
|
309 |
-
<?php }?>
|
310 |
-
<?php if($ExtraRates["CustInsuranceCharges"] == 0){?>
|
311 |
-
dutiesTest($("insurance"));
|
312 |
-
<?php }?>
|
313 |
-
//]]>
|
314 |
-
</script>
|
315 |
-
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/base/default/template/internationalshipping/processformat.phtml
CHANGED
@@ -242,7 +242,7 @@
|
|
242 |
if('<?php echo $type?>' == 'billing') {
|
243 |
|
244 |
if(jQuery("input[name='billing[city]']").length) {
|
245 |
-
jQuery("input[name='billing[city]']").autocomplete('<?php echo $this->getUrl('internationalshipping/index/getCitiesForAutoComplete') ?>', {
|
246 |
extraParams: {
|
247 |
countrycode: function() { return jQuery('select[name="billing[country_id]"]').val();},
|
248 |
city: function() { return jQuery("input[name='billing[city]']").val(); }
|
@@ -265,7 +265,7 @@
|
|
265 |
|
266 |
if(jQuery("input[name='shipping[city]']").length) {
|
267 |
if(jQuery("input[name='shipping[city]']").length) {
|
268 |
-
jQuery("input[name*='shipping[city]']").autocomplete('<?php echo $this->getUrl('internationalshipping/index/getCitiesForAutoComplete') ?>', {
|
269 |
extraParams: {
|
270 |
countrycode: function() { return jQuery('select[name="shipping[country_id]"]').val();},
|
271 |
city: function() { return jQuery("input[name='shipping[city]']").val(); }
|
242 |
if('<?php echo $type?>' == 'billing') {
|
243 |
|
244 |
if(jQuery("input[name='billing[city]']").length) {
|
245 |
+
jQuery("input[name='billing[city]']").autocomplete('<?php echo $this->getUrl('internationalshipping/index/getCitiesForAutoComplete',array("_secure"=>true)) ?>', {
|
246 |
extraParams: {
|
247 |
countrycode: function() { return jQuery('select[name="billing[country_id]"]').val();},
|
248 |
city: function() { return jQuery("input[name='billing[city]']").val(); }
|
265 |
|
266 |
if(jQuery("input[name='shipping[city]']").length) {
|
267 |
if(jQuery("input[name='shipping[city]']").length) {
|
268 |
+
jQuery("input[name*='shipping[city]']").autocomplete('<?php echo $this->getUrl('internationalshipping/index/getCitiesForAutoComplete',array("_secure"=>true)) ?>', {
|
269 |
extraParams: {
|
270 |
countrycode: function() { return jQuery('select[name="shipping[country_id]"]').val();},
|
271 |
city: function() { return jQuery("input[name='shipping[city]']").val(); }
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Swipezoom_InternationalShipping</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
@@ -12,14 +12,12 @@
|
|
12 |
Regardless of the size of your business, Swipezoom makes it as simple to sell and ship internationally, as it is to your domestic customers.
|
13 |

|
14 |
Note: Swipezoom can be configured as a logistics solution, a payment solution or both combined. The extension is free, with a per-transaction fee for successful orders and no additional hidden costs.</description>
|
15 |
-
<notes
|
16 |
-
|
17 |
-
- Secure Links added to ajax requests
|
18 |
-
- Shipping method upgraded</notes>
|
19 |
<authors><author><name>SwipezoomUK</name><user>SwipezoomUK</user><email>info@swipezoom.com</email></author></authors>
|
20 |
-
<date>2016-03-
|
21 |
-
<time>
|
22 |
-
<contents><target name="magelocal"><dir name="Swipezoom"><dir name="InternationalShipping"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Creditmemo"><file name="Grid.php" hash="7754f32a0e7f681e3a1b796619ee70f3"/></dir><dir name="Grid"><file name="Swipezoomorder.php" hash="0326cb03a5b1078a07345ff3ec4c15c6"/><file name="Swipezoomorderchild.php" hash="ab294771dc2a4e5ba7aa4653714cc348"/><file name="Swipezoomorderinvoice.php" hash="a89359f62c2a1b3c3123e8220bbf33bd"/><file name="Swipezoomorderparent.php" hash="6850630004dcd9231dd6c4eabc03af51"/></dir><file name="Grid.php" hash="4885d7330fdc2ee9d94305dd147dec0d"/><dir name="Invoice"><file name="Grid.php" hash="fa7c097dd902f5164e10e626f0ee7336"/></dir><dir name="Order"><dir name="Create"><dir name="Sidebar"><file name="Customreorder.php" hash="31b68f168b3331db15063c6b4cec2197"/><file name="Reorder.php" hash="e1af714bd4fc9d85e29cd0830adcd319"/><file name="_Reorder.php" hash="39fce63e72b85688fac0b04585bb6919"/></dir></dir><dir name="Creditmemo"><file name="Totals.php" hash="22f0b3c6ff2d1ac4c24c447ce9b55772"/><file name="View.php" hash="637c688b4a6e9605583dbd8b29f33321"/></dir><dir name="Invoice"><file name="Totals.php" hash="ab7552d8b1d227150da39638b4a11e84"/><file name="View.php" hash="0da0b7cd65ac57b1f563482d05b79e9d"/></dir><dir name="Shipment"><file name="View.php" hash="a7eb3aa7ad54cda28b7c8901cb818b93"/></dir><file name="Totals.php" hash="832515dce009e3c68127e83ee22423ea"/><file name="View.php" hash="1efd3edf8954e50005e19276191b5800"/></dir><dir name="Shipment"><file name="Grid.php" hash="8821f57c6643519565c58437b74e7759"/></dir></dir></dir><dir name="Checkout"><dir name="Onepage"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="cbff1cef3e6b188c8600320ac16adca2"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="141460fabb9478e6744f13f2f0eb7ab0"/></dir><dir name="Model"><dir name="Carrier"><file name="Swipezoom.php" hash="1b453d3016ea4f046012829bca0b4b8b"/></dir><dir name="Mysql4"><dir name="Packingdetail"><file name="Collection.php" hash="662a9e5d5d6d90d63e74785ee2540605"/></dir><file name="Packingdetail.php" hash="d472529b9cfc8b08fcf7f365c2490601"/><dir name="Partshipreq"><file name="Collection.php" hash="e359b19851682e7c6af07d4a150b8670"/></dir><file name="Partshipreq.php" hash="234ff3c0b22daab1e93dc9b3b3786602"/><dir name="Partshipreqitems"><file name="Collection.php" hash="ee4aaa2f86624c1f3e22e8b0f730fb4b"/></dir><file name="Partshipreqitems.php" hash="afab6baeb2a8eedae954235fdfbac1d9"/><dir name="Shipmentdetail"><file name="Collection.php" hash="f6692d095e21bb795007ee1898cc8347"/></dir><file name="Shipmentdetail.php" hash="511b5dd004fb895ed2195e4a492d9025"/><dir name="Swipezoomcreditmemo"><file name="Collection.php" hash="0e61bb4ff5353866e3e33ab560377cac"/></dir><file name="Swipezoomcreditmemo.php" hash="42eb8d4190499a2e15dce399b4591183"/></dir><file name="Observer.php" hash="41c4af1fe13425e849e2209f17c98a61"/><file name="Order.php" hash="f943dc977f3dda0b3d04a336042870c4"/><file name="Packingdetail.php" hash="5f44cb082835e0bc8bd78a4aaf505d95"/><file name="Partshipreq.php" hash="6fd011e313b42642e8b45af54a253eb5"/><file name="Partshipreqitems.php" hash="2d56993668648d3f02097594233dc572"/><dir name="Sales"><dir name="Order"><dir name="Pdf"><dir name="Invoice"><dir name="Amasty"><file name="Pure.php" hash="953dc92e457a09b6a1959ec82fff071b"/></dir></dir><file name="Invoice.php" hash="cb2b4af2a9d3c5cc6fe892bd23df2ea3"/><dir name="Items"><dir name="Invoice"><file name="Default.php" hash="cd30dd6ab9ad1a91fdce0a077abbcd52"/></dir><dir name="Shipment"><file name="Default.php" hash="ddf5b4ceba5188a427fa9b8b396165fe"/></dir></dir><dir name="Shipment"><dir name="Amasty"><file name="Pure.php" hash="5fc5e46ed5bd1a905bf99fc8b3f6635d"/></dir></dir><file name="Shipment.php" hash="c42bc786605b4b41daee32874d3aafd0"/></dir></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Vat.php" hash="0367c834f76dd2cc20d1322a81feadf9"/></dir></dir></dir></dir><file name="Shipmentdetail.php" hash="01be12565bf44a7da0c099f1bc237c5c"/><file name="Swipezoomcreditmemo.php" hash="8bab02b324442c99748a51683d550c71"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Extmode.php" hash="98543d6dba8b02a11dfb63d2f332f00e"/></dir></dir></dir><dir name="Total"><dir name="Vat"><file name="Creditmemo.php" hash="ad22325aa7a092c930c114ea433c1110"/><file name="Invoice.php" hash="44c652fad20dfdbaaa8bd878aae290ba"/></dir></dir><dir name="Validation"><file name="Abstract.php" hash="21e6d4c1fbe73aeee54f8237d9ec9650"/><file name="Address.php" hash="1c17eff218fa072253b1a50c38088b9d"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><file name="CreateController.php" hash="9a06c94dbc097a6abb5bdbbc9d4387e4"/><file name="CreditmemoController.php" hash="e143c146c1d1dd90c6bcf2d6f3bb4b4f"/><file name="EditController.php" hash="d61bc9954dc1eb2fd6025c727a9f7075"/><file name="InvoiceController.php" hash="2db32dacd97e0fbf2083c712e7587a27"/><file name="ShipmentController.php" hash="765b46fb886d49b9ffc0fc757afdd87c"/></dir></dir></dir><file name="CartController.php" hash="945068d4819389f50d0a57809eceeaf8"/><file name="IndexController.php" hash="4853a09b841a221b47692ba9622d3b81"/></dir><dir name="etc"><dir name="WsWsdl"><file name="GecaWs.wsdl" hash="e67a00ea594b53505f156b065a8bb0c1"/><file name="_GecaWs.wsdl" hash="f7d77e486f3348a42604c1b5ac7da9ad"/><dir name="binding"><file name="transaction_binding_root_element.xml" hash="9cfba7815cb8a3f6bb2e18eb75cf5756"/><file name="transaction_binding_wsdl_port.xml" hash="f5162f1c2ebe57ae45b607cba6ab7fe1"/><file name="wsdl_binding.xml" hash="723c439e09612ddd189fb05c4502cda3"/><file name="wsdl_binding_root_element.xml" hash="9cfba7815cb8a3f6bb2e18eb75cf5756"/><file name="wsdl_binding_wsdl_port.xml" hash="f00c5ca2690f600b9a1533317345303c"/></dir><dir name="schema"><file name="common_schema.xsd" hash="73b1eabb8680329a0160020823af6e20"/><dir name="request"><file name="GecaWsRequestSchema.xsd" hash="a37b1411df8fee0a8f05816dc1d58078"/><file name="transaction_request_schema.xsd" hash="8be79329397a2fc541bb33b641cdf7ca"/></dir><dir name="response"><file name="GecaWsResponseSchema.xsd" hash="41537f845f36bb4cb8a3e5b33f6861f9"/><file name="transaction_response_schema.xsd" hash="a409f3d4b940d26b301733342b777f2b"/></dir></dir><file name="transaction_ws.wsdl" hash="6f2a4c3b345309c9faf7feeb79c68e1d"/><file name="wsdl_binding.xml" hash="723c439e09612ddd189fb05c4502cda3"/><file name="wsdl_binding_root.xjb" hash="bfef57bc0807ca5896e150a70bed4a8b"/><file name="wsdl_binding_root_element.xml" hash="9cfba7815cb8a3f6bb2e18eb75cf5756"/><file name="wsdl_binding_wsdl_port.xml" hash="7fb3c746df5dc2d1de5dc86a5235a7ca"/></dir><file name="config.xml" hash="075f5cee7f99ede915950c2f0edfeb7f"/><file name="system.xml" hash="752b0ac3955c5befaddffea405472945"/></dir><dir name="sql"><dir name="internationalshipping_setup"><file name="mysql4-install-1.0.0.php" hash="36b6859f84ec6384f42e2df2e6e7f55f"/></dir></dir></dir><dir name="CardPayment"><dir name="Block"><dir name="Form"><file name="Ccsave.php" hash="b3c29ba824e68047c2e321e19d21db0b"/></dir><dir name="Info"><file name="Ccsave.php" hash="51ed60ae53df04732b66542a12d9db6f"/></dir></dir><dir name="Helper"><file name="Data.php" hash="e872e5f14dccc209aeea3f77bcc484ad"/></dir><dir name="Model"><file name="Standard.php" hash="1491f168999cca00ab97d3e1a71d2936"/></dir><dir name="controllers"><file name="PaymentController.php" hash="c87f1987daf0471a8b6c6c24aa7357e0"/></dir><dir name="etc"><file name="config.xml" hash="4e023bd9bdab65827aa31a27e1d113d9"/><file name="system.xml" hash="41902beaf6300157da8392eb3a29df67"/></dir></dir></dir><dir name="Mage"><dir name="Customer"><dir name="Model"><dir name="Address"><file name="Abstract.php" hash="24a66f9a7a92d02d55066936259b1b1e"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Swipezoom_InternationalShipping.xml" hash="73dfa6fa84fa9e745904fd2a2c0f1599"/><file name="Swipezoom_CardPayment.xml" hash="e5d205446f58ce790bb15c0dbd4aa193"/></dir></target><target name="mage"><dir name="js"><dir name="swipezoom"><dir name="autocomplete"><file name="jquery-1.12.1.min.js" hash="1d244cb043be8157f0050ce9e45c9ef2"/><file name="jquery-1.8.2.min.js" hash="f9746b2f191d65bd261b0ebc3ba8ea51"/><file name="jquery.autocomplete-1.1.js" hash="eaa91f81c9172fe0e1f28df7d6adacc4"/><file name="jquery.autocomplete.js" hash="83425df5877db9cccc715dadf6ebd6cd"/><file name="jquery.min.js" hash="6fc159d00dc3cea4153c038739683f93"/></dir><file name="jquery.creditCardValidator.js" hash="2505547e775bba3f5061b83621229f40"/><file name="order.js" hash="3ad4bd298be417eefd39806966ae8c16"/><file name="sales.js" hash="687aa7067efda7a9d6760d33a32b2af0"/><file name="sz_admin.js" hash="6938b3a3c5f7356a04b96ef50e5cbf48"/><file name="sz_common.js" hash="1257525296251d3362340b6b812b7318"/></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="internationalshipping"><dir name="css"><file name="images.png" hash="4044f10027e5af5db4f3fc00c7a07e5f"/><file name="indicator.gif" hash="32881eaecd4c7f401d2894088690314f"/><file name="jquery.autocomplete.css" hash="0f5fbadb34521fe413f1a34c421d87d5"/><file name="sz_common.css" hash="31cf533fe3609fee019056a057ea9115"/></dir><dir name="images"><file name="ajax-loader-tr.gif" hash="1ae32bc8232ff2527c627e5b38eb319a"/><file name="load1.gif" hash="6c22f248854b5f469e8c4e1a7f9a3f10"/><file name="loading11.gif" hash="e67d85a8d2d4021514815d0ff4d65173"/><file name="logo.jpg" hash="ac0652462b8454fc71cea9f96e9c4583"/><dir name="payment_logos"><file name="cup50.png" hash="e8ff5c6915b17f229a29acc4bf0b0c6f"/><file name="diners50.png" hash="75e0d362a766bea3a3a5b7704c1ddd6a"/><file name="discover50.png" hash="656c466ae6e6bdd25737445f76ced66c"/><file name="elv50.png" hash="507f44e590b972b7666250dcc9b4b456"/><file name="jcb50.png" hash="fcc0ddbb45b6be62279968d0ff3152b3"/><file name="maestro50.png" hash="978a05ecebcd9fc873af7756fa921bd6"/><file name="mastercard50.png" hash="6150c85618cf27208d651a73f2856a4b"/><file name="mastercardseecurecode50.png" hash="b61e62e1fc4d4247b3e1c0b5cc13c183"/><file name="sepa50.png" hash="3ece76009bd40ed7c2cf0955e1fcc3f3"/><file name="vbv50.png" hash="18fdaeeb26ddd2ef1ec69c0b55740088"/><file name="visa50.png" hash="3fdb4056523aee57fd320eb022236c7a"/><file name="visaelectron50.png" hash="c3401d14b0ce4c6138f091a348fe328a"/></dir><file name="que.png" hash="e5765bcc40d92465c4544be79db21b14"/><file name="sz.png" hash="00d403ba46668052b57bd8c846e4aade"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="internationalshipping"><dir name="images"><file name="load.gif" hash="c5c5d50fddb6a70bb07da4b77d32e530"/><file name="load1.gif" hash="6c22f248854b5f469e8c4e1a7f9a3f10"/><file name="loading.gif" hash="a009e8335c555d68ef8a75ed1cd955d8"/><file name="logo.jpg" hash="1e7c2e1790560a028fe32966d3ab25af"/><file name="popupclose.png" hash="29b101fcca99dce5bf34909703fe939f"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="internationalshipping.xml" hash="29df0e5e937fdc9d4fd427e8cb358a14"/></dir><dir name="template"><dir name="internationalshipping"><dir name="creditmemo"><file name="form.phtml" hash="f087164aacab6fe96f04e8a64b54e328"/><file name="grid.phtml" hash="54f2686a238c60f6f4aae961c42a128b"/><file name="index.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="items.phtml" hash="b073f2c6dc131b538bee9086d4cb67b1"/><dir name="total"><file name="adjustments.phtml" hash="d99c7df4da1942d06616fc03eaff19bd"/><file name="totals.phtml" hash="1145f244d40fe0ac45fba2788cbb7df4"/></dir><dir name="view"><file name="form.phtml" hash="9b21d0738410cd5dd8a612a2aa95fce5"/></dir></dir><file name="info.phtml" hash="4dc7911a52ceb3072a6a45d52058d436"/><dir name="invoice"><file name="form.phtml" hash="ffe2c01167899b16d9fc747e417f9e86"/><file name="grid.phtml" hash="11d12dc5bd6671cc4646f92ae718e7ca"/><file name="info.phtml" hash="c0e7f1e4db55483d8b057df1ea0e0120"/><file name="items.phtml" hash="d3d7011f98e1d124e7e21f0772fceda5"/><dir name="rederer"><file name="default.phtml" hash="a3b6d70ecd41d1b5f4dedf9909630fd6"/></dir><dir name="view"><file name="form.phtml" hash="45235e503aa496db9b1ecdb7d282f96a"/><file name="items.phtml" hash="dcc91845e05c8ed7af5dae06a3b6f1df"/></dir></dir><dir name="order"><file name="comment.phtml" hash="8454a97a408aa2067fa678e64580a23a"/><file name="history.phtml" hash="80d726ac3901ddebba9becf7c1d48dac"/><file name="info.phtml" hash="51ceea7169f59439af003fd42ceed9a9"/><file name="items.phtml" hash="dfad5fe15e06195465941eca8819f402"/></dir><dir name="sales"><dir name="order"><dir name="create"><file name="data.phtml" hash="b47eb147ccba4cae1f167a91b672fe10"/><file name="form.phtml" hash="fbccffd74638e36da5ad6ec67fb4a9d1"/><dir name="items"><file name="sz_grid.phtml" hash="b67ed7f2d4ea8ac516c8b7f93f94b2d7"/></dir><file name="items.phtml" hash="196114736ab6e59ff3f726508ae550d1"/><dir name="sidebar"><file name="items.phtml" hash="2b28817bb9c3b152dd31ddeed1c672e2"/></dir><file name="sidebar.phtml" hash="737c4be80a6426534d1f3bfbe29154a9"/></dir></dir></dir><dir name="shipment"><file name="form.phtml" hash="90b02ea0dd67db8682dbfbd96ef8e090"/><file name="grid.phtml" hash="2492ec4e0b513d79795a4234ce9614ca"/><file name="info.phtml" hash="5ec916dbfa368e349f331b0826543045"/><file name="items.phtml" hash="aa9f427efb1453948ba213a072794b76"/><dir name="view"><file name="form.phtml" hash="c34dee605eb832e4b0ae2417ebedc884"/><file name="grid.phtml" hash="2636c1ce99a2fd072eab039166ef3676"/><file name="items.phtml" hash="83ad1ea2f7cedd777a4bf9dc8ef842b4"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="internationalshipping.xml" hash="543d4163407d317f16059c14ba4ecfcc"/><file name="cardpayment.xml" hash="3f5a87d524f32907d2591a28d1f78e97"/></dir><dir name="template"><dir name="internationalshipping"><file name="cancel.phtml" hash="571e147948862cb64ecf4b37fc58bf6e"/><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="e4dfa7b6e4222de94df46325963972cf"/><file name="login.phtml" hash="b87942af6108cf127d7dfc2ff4c922d3"/><file name="shipping.phtml" hash="0b75eab06686eb1cb4aeee47381046ae"/></dir></dir><dir name="onepage"><file name="progress.phtml" hash="1d83ba34117cb13efe79327fbbb101db"/><dir name="shipping_method"><file name="available.phtml" hash="167ab3095f41449a60684c4c103946c9"/><file name="available.phtml.bak" hash="1e30ad13dfb5902aa5aef54d8cde11d1"/></dir></dir><file name="openpdf.phtml" hash="643d6f38b27412ab99335cb235c3bcca"/><dir name="order"><file name="info.phtml" hash="7cdfb12d51e1d4a1e74bf4701f6b0905"/><dir name="invoice"><dir name="rederer"><file name="default.phtml" hash="25e2d5d1cd28742ca647fef345c52e4a"/></dir></dir></dir><file name="printall.phtml" hash="0b4689fa00d9607ea7f6f24975121704"/><file name="printpack.phtml" hash="31d0a267c27959dd4f585d719af6e3be"/><file name="processformat.phtml" hash="4575c5ce54ee31f8721053e41b6a6765"/><dir name="sales"><dir name="order"><file name="print.phtml" hash="2f04d5f9eee003358a3fb38e3d34cb3d"/></dir></dir><dir name="shipping"><dir name="tracking"><file name="popup.phtml" hash="1aee8d5546ce2dfd42d91abef9952467"/></dir></dir><file name="success.phtml" hash="069b17eb7e287593c4717d4292caf16e"/></dir><dir name="cardpayment"><file name="ccsave.phtml" hash="0e609a3b9b42b34e2eaf9a0968e84713"/><dir name="onepage"><dir name="payment"><file name="methods.phtml" hash="9eb5444fc6795e065d15bf49572e628a"/></dir></dir><file name="redirect.phtml" hash="c2892c62c922a3e9956fb54ecf696f72"/></dir></dir></dir></dir></dir></target></contents>
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><extension><name>soap</name><min/><max/></extension></required></dependencies>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Swipezoom_InternationalShipping</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
12 |
Regardless of the size of your business, Swipezoom makes it as simple to sell and ship internationally, as it is to your domestic customers.
|
13 |

|
14 |
Note: Swipezoom can be configured as a logistics solution, a payment solution or both combined. The extension is free, with a per-transaction fee for successful orders and no additional hidden costs.</description>
|
15 |
+
<notes>- Compatible with older versions of php
|
16 |
+
- Autocomplete http issue fixed</notes>
|
|
|
|
|
17 |
<authors><author><name>SwipezoomUK</name><user>SwipezoomUK</user><email>info@swipezoom.com</email></author></authors>
|
18 |
+
<date>2016-03-20</date>
|
19 |
+
<time>10:54:33</time>
|
20 |
+
<contents><target name="magelocal"><dir name="Swipezoom"><dir name="InternationalShipping"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Creditmemo"><file name="Grid.php" hash="7754f32a0e7f681e3a1b796619ee70f3"/></dir><dir name="Grid"><file name="Swipezoomorder.php" hash="0326cb03a5b1078a07345ff3ec4c15c6"/><file name="Swipezoomorderchild.php" hash="ab294771dc2a4e5ba7aa4653714cc348"/><file name="Swipezoomorderinvoice.php" hash="a89359f62c2a1b3c3123e8220bbf33bd"/><file name="Swipezoomorderparent.php" hash="6850630004dcd9231dd6c4eabc03af51"/></dir><file name="Grid.php" hash="4885d7330fdc2ee9d94305dd147dec0d"/><dir name="Invoice"><file name="Grid.php" hash="fa7c097dd902f5164e10e626f0ee7336"/></dir><dir name="Order"><dir name="Create"><dir name="Sidebar"><file name="Customreorder.php" hash="31b68f168b3331db15063c6b4cec2197"/><file name="Reorder.php" hash="e1af714bd4fc9d85e29cd0830adcd319"/><file name="_Reorder.php" hash="39fce63e72b85688fac0b04585bb6919"/></dir></dir><dir name="Creditmemo"><file name="Totals.php" hash="22f0b3c6ff2d1ac4c24c447ce9b55772"/><file name="View.php" hash="637c688b4a6e9605583dbd8b29f33321"/></dir><dir name="Invoice"><file name="Totals.php" hash="ab7552d8b1d227150da39638b4a11e84"/><file name="View.php" hash="0da0b7cd65ac57b1f563482d05b79e9d"/></dir><dir name="Shipment"><file name="View.php" hash="a7eb3aa7ad54cda28b7c8901cb818b93"/></dir><file name="Totals.php" hash="832515dce009e3c68127e83ee22423ea"/><file name="View.php" hash="1efd3edf8954e50005e19276191b5800"/></dir><dir name="Shipment"><file name="Grid.php" hash="8821f57c6643519565c58437b74e7759"/></dir></dir></dir><dir name="Checkout"><dir name="Onepage"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="cbff1cef3e6b188c8600320ac16adca2"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="141460fabb9478e6744f13f2f0eb7ab0"/></dir><dir name="Model"><dir name="Carrier"><file name="Swipezoom.php" hash="1b453d3016ea4f046012829bca0b4b8b"/></dir><dir name="Mysql4"><dir name="Packingdetail"><file name="Collection.php" hash="662a9e5d5d6d90d63e74785ee2540605"/></dir><file name="Packingdetail.php" hash="d472529b9cfc8b08fcf7f365c2490601"/><dir name="Partshipreq"><file name="Collection.php" hash="e359b19851682e7c6af07d4a150b8670"/></dir><file name="Partshipreq.php" hash="234ff3c0b22daab1e93dc9b3b3786602"/><dir name="Partshipreqitems"><file name="Collection.php" hash="ee4aaa2f86624c1f3e22e8b0f730fb4b"/></dir><file name="Partshipreqitems.php" hash="afab6baeb2a8eedae954235fdfbac1d9"/><dir name="Shipmentdetail"><file name="Collection.php" hash="f6692d095e21bb795007ee1898cc8347"/></dir><file name="Shipmentdetail.php" hash="511b5dd004fb895ed2195e4a492d9025"/><dir name="Swipezoomcreditmemo"><file name="Collection.php" hash="0e61bb4ff5353866e3e33ab560377cac"/></dir><file name="Swipezoomcreditmemo.php" hash="42eb8d4190499a2e15dce399b4591183"/></dir><file name="Observer.php" hash="41c4af1fe13425e849e2209f17c98a61"/><file name="Order.php" hash="f943dc977f3dda0b3d04a336042870c4"/><file name="Packingdetail.php" hash="5f44cb082835e0bc8bd78a4aaf505d95"/><file name="Partshipreq.php" hash="6fd011e313b42642e8b45af54a253eb5"/><file name="Partshipreqitems.php" hash="2d56993668648d3f02097594233dc572"/><dir name="Sales"><dir name="Order"><dir name="Pdf"><dir name="Invoice"><dir name="Amasty"><file name="Pure.php" hash="953dc92e457a09b6a1959ec82fff071b"/></dir></dir><file name="Invoice.php" hash="cb2b4af2a9d3c5cc6fe892bd23df2ea3"/><dir name="Items"><dir name="Invoice"><file name="Default.php" hash="cd30dd6ab9ad1a91fdce0a077abbcd52"/></dir><dir name="Shipment"><file name="Default.php" hash="ddf5b4ceba5188a427fa9b8b396165fe"/></dir></dir><dir name="Shipment"><dir name="Amasty"><file name="Pure.php" hash="5fc5e46ed5bd1a905bf99fc8b3f6635d"/></dir></dir><file name="Shipment.php" hash="c42bc786605b4b41daee32874d3aafd0"/></dir></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Vat.php" hash="0367c834f76dd2cc20d1322a81feadf9"/></dir></dir></dir></dir><file name="Shipmentdetail.php" hash="01be12565bf44a7da0c099f1bc237c5c"/><file name="Swipezoomcreditmemo.php" hash="8bab02b324442c99748a51683d550c71"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Extmode.php" hash="98543d6dba8b02a11dfb63d2f332f00e"/></dir></dir></dir><dir name="Total"><dir name="Vat"><file name="Creditmemo.php" hash="ad22325aa7a092c930c114ea433c1110"/><file name="Invoice.php" hash="44c652fad20dfdbaaa8bd878aae290ba"/></dir></dir><dir name="Validation"><file name="Abstract.php" hash="21e6d4c1fbe73aeee54f8237d9ec9650"/><file name="Address.php" hash="1c17eff218fa072253b1a50c38088b9d"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><file name="CreateController.php" hash="9a06c94dbc097a6abb5bdbbc9d4387e4"/><file name="CreditmemoController.php" hash="e143c146c1d1dd90c6bcf2d6f3bb4b4f"/><file name="EditController.php" hash="d61bc9954dc1eb2fd6025c727a9f7075"/><file name="InvoiceController.php" hash="2db32dacd97e0fbf2083c712e7587a27"/><file name="ShipmentController.php" hash="765b46fb886d49b9ffc0fc757afdd87c"/></dir></dir></dir><file name="CartController.php" hash="945068d4819389f50d0a57809eceeaf8"/><file name="IndexController.php" hash="4853a09b841a221b47692ba9622d3b81"/></dir><dir name="etc"><dir name="WsWsdl"><file name="GecaWs.wsdl" hash="e67a00ea594b53505f156b065a8bb0c1"/><file name="_GecaWs.wsdl" hash="f7d77e486f3348a42604c1b5ac7da9ad"/><dir name="binding"><file name="transaction_binding_root_element.xml" hash="9cfba7815cb8a3f6bb2e18eb75cf5756"/><file name="transaction_binding_wsdl_port.xml" hash="f5162f1c2ebe57ae45b607cba6ab7fe1"/><file name="wsdl_binding.xml" hash="723c439e09612ddd189fb05c4502cda3"/><file name="wsdl_binding_root_element.xml" hash="9cfba7815cb8a3f6bb2e18eb75cf5756"/><file name="wsdl_binding_wsdl_port.xml" hash="f00c5ca2690f600b9a1533317345303c"/></dir><dir name="schema"><file name="common_schema.xsd" hash="73b1eabb8680329a0160020823af6e20"/><dir name="request"><file name="GecaWsRequestSchema.xsd" hash="a37b1411df8fee0a8f05816dc1d58078"/><file name="transaction_request_schema.xsd" hash="8be79329397a2fc541bb33b641cdf7ca"/></dir><dir name="response"><file name="GecaWsResponseSchema.xsd" hash="41537f845f36bb4cb8a3e5b33f6861f9"/><file name="transaction_response_schema.xsd" hash="a409f3d4b940d26b301733342b777f2b"/></dir></dir><file name="transaction_ws.wsdl" hash="6f2a4c3b345309c9faf7feeb79c68e1d"/><file name="wsdl_binding.xml" hash="723c439e09612ddd189fb05c4502cda3"/><file name="wsdl_binding_root.xjb" hash="bfef57bc0807ca5896e150a70bed4a8b"/><file name="wsdl_binding_root_element.xml" hash="9cfba7815cb8a3f6bb2e18eb75cf5756"/><file name="wsdl_binding_wsdl_port.xml" hash="7fb3c746df5dc2d1de5dc86a5235a7ca"/></dir><file name="config.xml" hash="f59f2c039de75c2082ebcafcb9ba2b73"/><file name="system.xml" hash="752b0ac3955c5befaddffea405472945"/></dir><dir name="sql"><dir name="internationalshipping_setup"><file name="mysql4-install-1.0.0.php" hash="36b6859f84ec6384f42e2df2e6e7f55f"/></dir></dir></dir><dir name="CardPayment"><dir name="Block"><dir name="Form"><file name="Ccsave.php" hash="b3c29ba824e68047c2e321e19d21db0b"/></dir><dir name="Info"><file name="Ccsave.php" hash="7a660b08034976b885051df08cb9d4ff"/></dir></dir><dir name="Helper"><file name="Data.php" hash="e872e5f14dccc209aeea3f77bcc484ad"/></dir><dir name="Model"><file name="Standard.php" hash="1491f168999cca00ab97d3e1a71d2936"/></dir><dir name="controllers"><file name="PaymentController.php" hash="c87f1987daf0471a8b6c6c24aa7357e0"/></dir><dir name="etc"><file name="config.xml" hash="c62940a058d8ee041e7518e0d47532fd"/><file name="system.xml" hash="41902beaf6300157da8392eb3a29df67"/></dir></dir></dir><dir name="Mage"><dir name="Customer"><dir name="Model"><dir name="Address"><file name="Abstract.php" hash="24a66f9a7a92d02d55066936259b1b1e"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Swipezoom_InternationalShipping.xml" hash="73dfa6fa84fa9e745904fd2a2c0f1599"/><file name="Swipezoom_CardPayment.xml" hash="e5d205446f58ce790bb15c0dbd4aa193"/></dir></target><target name="mage"><dir name="js"><dir name="swipezoom"><dir name="autocomplete"><file name="jquery-1.12.1.min.js" hash="1d244cb043be8157f0050ce9e45c9ef2"/><file name="jquery-1.8.2.min.js" hash="f9746b2f191d65bd261b0ebc3ba8ea51"/><file name="jquery.autocomplete-1.1.js" hash="eaa91f81c9172fe0e1f28df7d6adacc4"/><file name="jquery.autocomplete.js" hash="83425df5877db9cccc715dadf6ebd6cd"/><file name="jquery.min.js" hash="6fc159d00dc3cea4153c038739683f93"/></dir><file name="jquery.creditCardValidator.js" hash="2505547e775bba3f5061b83621229f40"/><file name="order.js" hash="3ad4bd298be417eefd39806966ae8c16"/><file name="sales.js" hash="687aa7067efda7a9d6760d33a32b2af0"/><file name="sz_admin.js" hash="6938b3a3c5f7356a04b96ef50e5cbf48"/><file name="sz_common.js" hash="1257525296251d3362340b6b812b7318"/></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="internationalshipping"><dir name="css"><file name="images.png" hash="4044f10027e5af5db4f3fc00c7a07e5f"/><file name="indicator.gif" hash="32881eaecd4c7f401d2894088690314f"/><file name="jquery.autocomplete.css" hash="0f5fbadb34521fe413f1a34c421d87d5"/><file name="sz_common.css" hash="31cf533fe3609fee019056a057ea9115"/></dir><dir name="images"><file name="ajax-loader-tr.gif" hash="1ae32bc8232ff2527c627e5b38eb319a"/><file name="load1.gif" hash="6c22f248854b5f469e8c4e1a7f9a3f10"/><file name="loading11.gif" hash="e67d85a8d2d4021514815d0ff4d65173"/><file name="logo.jpg" hash="ac0652462b8454fc71cea9f96e9c4583"/><dir name="payment_logos"><file name="cup50.png" hash="e8ff5c6915b17f229a29acc4bf0b0c6f"/><file name="diners50.png" hash="75e0d362a766bea3a3a5b7704c1ddd6a"/><file name="discover50.png" hash="656c466ae6e6bdd25737445f76ced66c"/><file name="elv50.png" hash="507f44e590b972b7666250dcc9b4b456"/><file name="jcb50.png" hash="fcc0ddbb45b6be62279968d0ff3152b3"/><file name="maestro50.png" hash="978a05ecebcd9fc873af7756fa921bd6"/><file name="mastercard50.png" hash="6150c85618cf27208d651a73f2856a4b"/><file name="mastercardseecurecode50.png" hash="b61e62e1fc4d4247b3e1c0b5cc13c183"/><file name="sepa50.png" hash="3ece76009bd40ed7c2cf0955e1fcc3f3"/><file name="vbv50.png" hash="18fdaeeb26ddd2ef1ec69c0b55740088"/><file name="visa50.png" hash="3fdb4056523aee57fd320eb022236c7a"/><file name="visaelectron50.png" hash="c3401d14b0ce4c6138f091a348fe328a"/></dir><file name="que.png" hash="e5765bcc40d92465c4544be79db21b14"/><file name="sz.png" hash="00d403ba46668052b57bd8c846e4aade"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="internationalshipping"><dir name="images"><file name="load.gif" hash="c5c5d50fddb6a70bb07da4b77d32e530"/><file name="load1.gif" hash="6c22f248854b5f469e8c4e1a7f9a3f10"/><file name="loading.gif" hash="a009e8335c555d68ef8a75ed1cd955d8"/><file name="logo.jpg" hash="1e7c2e1790560a028fe32966d3ab25af"/><file name="popupclose.png" hash="29b101fcca99dce5bf34909703fe939f"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="internationalshipping.xml" hash="29df0e5e937fdc9d4fd427e8cb358a14"/></dir><dir name="template"><dir name="internationalshipping"><dir name="creditmemo"><file name="form.phtml" hash="f087164aacab6fe96f04e8a64b54e328"/><file name="grid.phtml" hash="54f2686a238c60f6f4aae961c42a128b"/><file name="index.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="items.phtml" hash="b073f2c6dc131b538bee9086d4cb67b1"/><dir name="total"><file name="adjustments.phtml" hash="d99c7df4da1942d06616fc03eaff19bd"/><file name="totals.phtml" hash="1145f244d40fe0ac45fba2788cbb7df4"/></dir><dir name="view"><file name="form.phtml" hash="9b21d0738410cd5dd8a612a2aa95fce5"/></dir></dir><file name="info.phtml" hash="4dc7911a52ceb3072a6a45d52058d436"/><dir name="invoice"><file name="form.phtml" hash="ffe2c01167899b16d9fc747e417f9e86"/><file name="grid.phtml" hash="11d12dc5bd6671cc4646f92ae718e7ca"/><file name="info.phtml" hash="c0e7f1e4db55483d8b057df1ea0e0120"/><file name="items.phtml" hash="d3d7011f98e1d124e7e21f0772fceda5"/><dir name="rederer"><file name="default.phtml" hash="a3b6d70ecd41d1b5f4dedf9909630fd6"/></dir><dir name="view"><file name="form.phtml" hash="45235e503aa496db9b1ecdb7d282f96a"/><file name="items.phtml" hash="dcc91845e05c8ed7af5dae06a3b6f1df"/></dir></dir><dir name="order"><file name="comment.phtml" hash="8454a97a408aa2067fa678e64580a23a"/><file name="history.phtml" hash="80d726ac3901ddebba9becf7c1d48dac"/><file name="info.phtml" hash="51ceea7169f59439af003fd42ceed9a9"/><file name="items.phtml" hash="dfad5fe15e06195465941eca8819f402"/></dir><dir name="sales"><dir name="order"><dir name="create"><file name="data.phtml" hash="b47eb147ccba4cae1f167a91b672fe10"/><file name="form.phtml" hash="fbccffd74638e36da5ad6ec67fb4a9d1"/><dir name="items"><file name="sz_grid.phtml" hash="b67ed7f2d4ea8ac516c8b7f93f94b2d7"/></dir><file name="items.phtml" hash="196114736ab6e59ff3f726508ae550d1"/><dir name="sidebar"><file name="items.phtml" hash="2b28817bb9c3b152dd31ddeed1c672e2"/></dir><file name="sidebar.phtml" hash="737c4be80a6426534d1f3bfbe29154a9"/></dir></dir></dir><dir name="shipment"><file name="form.phtml" hash="90b02ea0dd67db8682dbfbd96ef8e090"/><file name="grid.phtml" hash="2492ec4e0b513d79795a4234ce9614ca"/><file name="info.phtml" hash="5ec916dbfa368e349f331b0826543045"/><file name="items.phtml" hash="aa9f427efb1453948ba213a072794b76"/><dir name="view"><file name="form.phtml" hash="c34dee605eb832e4b0ae2417ebedc884"/><file name="grid.phtml" hash="2636c1ce99a2fd072eab039166ef3676"/><file name="items.phtml" hash="83ad1ea2f7cedd777a4bf9dc8ef842b4"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="internationalshipping.xml" hash="543d4163407d317f16059c14ba4ecfcc"/><file name="cardpayment.xml" hash="3f5a87d524f32907d2591a28d1f78e97"/></dir><dir name="template"><dir name="internationalshipping"><file name="cancel.phtml" hash="571e147948862cb64ecf4b37fc58bf6e"/><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="e4dfa7b6e4222de94df46325963972cf"/><file name="login.phtml" hash="b87942af6108cf127d7dfc2ff4c922d3"/><file name="shipping.phtml" hash="0b75eab06686eb1cb4aeee47381046ae"/></dir></dir><dir name="onepage"><file name="progress.phtml" hash="1d83ba34117cb13efe79327fbbb101db"/><dir name="shipping_method"><file name="available.phtml" hash="167ab3095f41449a60684c4c103946c9"/></dir></dir><file name="openpdf.phtml" hash="643d6f38b27412ab99335cb235c3bcca"/><dir name="order"><file name="info.phtml" hash="7cdfb12d51e1d4a1e74bf4701f6b0905"/><dir name="invoice"><dir name="rederer"><file name="default.phtml" hash="25e2d5d1cd28742ca647fef345c52e4a"/></dir></dir></dir><file name="printall.phtml" hash="0b4689fa00d9607ea7f6f24975121704"/><file name="printpack.phtml" hash="31d0a267c27959dd4f585d719af6e3be"/><file name="processformat.phtml" hash="bae9e34de9c25d1c83b447e38e9790cc"/><dir name="sales"><dir name="order"><file name="print.phtml" hash="2f04d5f9eee003358a3fb38e3d34cb3d"/></dir></dir><dir name="shipping"><dir name="tracking"><file name="popup.phtml" hash="1aee8d5546ce2dfd42d91abef9952467"/></dir></dir><file name="success.phtml" hash="069b17eb7e287593c4717d4292caf16e"/></dir><dir name="cardpayment"><file name="ccsave.phtml" hash="0e609a3b9b42b34e2eaf9a0968e84713"/><dir name="onepage"><dir name="payment"><file name="methods.phtml" hash="9eb5444fc6795e065d15bf49572e628a"/></dir></dir><file name="redirect.phtml" hash="c2892c62c922a3e9956fb54ecf696f72"/></dir></dir></dir></dir></dir></target></contents>
|
21 |
<compatible/>
|
22 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><extension><name>soap</name><min/><max/></extension></required></dependencies>
|
23 |
</package>
|