Version Notes
Resolved fix for Magento 1.6+ not showing Place order button.
Download this release
Release Info
Developer | Arron Moss |
Extension | Zero1_ThemePerfumeShop |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.0 to 1.0.1
app/design/frontend/default/perfume/layout/checkout.xml
DELETED
@@ -1,410 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/afl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
* DISCLAIMER
|
17 |
-
*
|
18 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
-
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
-
*
|
22 |
-
* @category design
|
23 |
-
* @package base_default
|
24 |
-
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
-
*/
|
27 |
-
|
28 |
-
-->
|
29 |
-
<layout version="0.1.0">
|
30 |
-
|
31 |
-
<!--
|
32 |
-
Default layout, loads most of the pages
|
33 |
-
-->
|
34 |
-
|
35 |
-
<default>
|
36 |
-
|
37 |
-
<!-- Mage_Checkout -->
|
38 |
-
|
39 |
-
</default>
|
40 |
-
|
41 |
-
<checkout_cart_index translate="label">
|
42 |
-
<label>Shopping Cart</label>
|
43 |
-
<remove name="right"/>
|
44 |
-
<remove name="left"/>
|
45 |
-
<!-- Mage_Checkout -->
|
46 |
-
<reference name="root">
|
47 |
-
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
48 |
-
</reference>
|
49 |
-
<reference name="content">
|
50 |
-
<block type="checkout/cart" name="checkout.cart">
|
51 |
-
<action method="setCartTemplate"><value>checkout/cart.phtml</value></action>
|
52 |
-
<action method="setEmptyTemplate"><value>checkout/cart/noItems.phtml</value></action>
|
53 |
-
<action method="chooseTemplate"/>
|
54 |
-
<action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>
|
55 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/item/default.phtml</template></action>
|
56 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/item/default.phtml</template></action>
|
57 |
-
|
58 |
-
<block type="core/text_list" name="checkout.cart.top_methods" as="top_methods" translate="label">
|
59 |
-
<label>Payment Methods Before Checkout Button</label>
|
60 |
-
<block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
|
61 |
-
</block>
|
62 |
-
|
63 |
-
<block type="page/html_wrapper" name="checkout.cart.form.before" as="form_before" translate="label">
|
64 |
-
<label>Shopping Cart Form Before</label>
|
65 |
-
</block>
|
66 |
-
|
67 |
-
<block type="core/text_list" name="checkout.cart.methods" as="methods" translate="label">
|
68 |
-
<label>Payment Methods After Checkout Button</label>
|
69 |
-
<block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
|
70 |
-
<block type="checkout/multishipping_link" name="checkout.cart.methods.multishipping" template="checkout/multishipping/link.phtml"/>
|
71 |
-
</block>
|
72 |
-
|
73 |
-
<block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
|
74 |
-
<block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
|
75 |
-
<block type="checkout/cart_crosssell" name="checkout.cart.crosssell" as="crosssell" template="checkout/cart/crosssell.phtml"/>
|
76 |
-
|
77 |
-
<block type="checkout/cart_totals" name="checkout.cart.totals" as="totals" template="checkout/cart/totals.phtml"/>
|
78 |
-
</block>
|
79 |
-
</reference>
|
80 |
-
<block type="core/text_list" name="additional.product.info" translate="label">
|
81 |
-
<label>Additional Product Info</label>
|
82 |
-
</block>
|
83 |
-
</checkout_cart_index>
|
84 |
-
|
85 |
-
<!--
|
86 |
-
Multi address shipping checkout main layout,
|
87 |
-
will be rendered on all checkout pages
|
88 |
-
-->
|
89 |
-
|
90 |
-
<checkout_multishipping translate="label">
|
91 |
-
<label>Multishipping Checkout</label>
|
92 |
-
<!-- Mage_Checkout -->
|
93 |
-
<remove name="right"/>
|
94 |
-
<remove name="left"/>
|
95 |
-
|
96 |
-
<reference name="root">
|
97 |
-
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
98 |
-
</reference>
|
99 |
-
<reference name="content">
|
100 |
-
<block type="checkout/multishipping_state" name="checkout_state" template="checkout/multishipping/state.phtml"/>
|
101 |
-
</reference>
|
102 |
-
</checkout_multishipping>
|
103 |
-
|
104 |
-
<checkout_multishipping_login>
|
105 |
-
<update handle="customer_account_login"/>
|
106 |
-
</checkout_multishipping_login>
|
107 |
-
|
108 |
-
<checkout_multishipping_register>
|
109 |
-
<update handle="customer_account_create"/>
|
110 |
-
</checkout_multishipping_register>
|
111 |
-
|
112 |
-
<!--
|
113 |
-
Multi address shipping checkout selection of address per item page
|
114 |
-
-->
|
115 |
-
|
116 |
-
<checkout_multishipping_address_select translate="label">
|
117 |
-
<label>Multishipping Checkout Shipping Address Selection</label>
|
118 |
-
<update handle="checkout_multishipping"/>
|
119 |
-
<!-- Mage_Checkout -->
|
120 |
-
<reference name="content">
|
121 |
-
<block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
|
122 |
-
</reference>
|
123 |
-
</checkout_multishipping_address_select>
|
124 |
-
|
125 |
-
<checkout_multishipping_address_selectbilling translate="label">
|
126 |
-
<label>Multishipping Checkout Billing Address Selection</label>
|
127 |
-
<update handle="checkout_multishipping"/>
|
128 |
-
<!-- Mage_Checkout -->
|
129 |
-
<reference name="content">
|
130 |
-
<block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
|
131 |
-
</reference>
|
132 |
-
</checkout_multishipping_address_selectbilling>
|
133 |
-
|
134 |
-
|
135 |
-
<checkout_multishipping_address_newshipping translate="label">
|
136 |
-
<label>Multishipping Checkout Shipping Address Creation</label>
|
137 |
-
<update handle="checkout_multishipping"/>
|
138 |
-
<update handle="checkout_multishipping_customer_address"/>
|
139 |
-
</checkout_multishipping_address_newshipping>
|
140 |
-
|
141 |
-
<checkout_multishipping_address_newbilling translate="label">
|
142 |
-
<label>Multishipping Checkout Billing Address Creation</label>
|
143 |
-
<update handle="checkout_multishipping"/>
|
144 |
-
<update handle="checkout_multishipping_customer_address"/>
|
145 |
-
</checkout_multishipping_address_newbilling>
|
146 |
-
|
147 |
-
<checkout_multishipping_address_editshipping translate="label">
|
148 |
-
<label>Multishipping Checkout Shipping Address Edit Form</label>
|
149 |
-
<update handle="checkout_multishipping"/>
|
150 |
-
<update handle="checkout_multishipping_customer_address"/>
|
151 |
-
</checkout_multishipping_address_editshipping>
|
152 |
-
|
153 |
-
<checkout_multishipping_address_editaddress>
|
154 |
-
<update handle="checkout_multishipping"/>
|
155 |
-
<update handle="checkout_multishipping_customer_address"/>
|
156 |
-
</checkout_multishipping_address_editaddress>
|
157 |
-
|
158 |
-
<checkout_multishipping_address_editbilling translate="label">
|
159 |
-
<label>Multishipping Checkout Billing Address Edit Form</label>
|
160 |
-
<update handle="checkout_multishipping"/>
|
161 |
-
<update handle="checkout_multishipping_customer_address"/>
|
162 |
-
</checkout_multishipping_address_editbilling>
|
163 |
-
|
164 |
-
<checkout_multishipping_customer_address translate="label">
|
165 |
-
<label>Multishipping Checkout Customer Address Edit Form</label>
|
166 |
-
<reference name="content">
|
167 |
-
<block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
|
168 |
-
</reference>
|
169 |
-
</checkout_multishipping_customer_address>
|
170 |
-
|
171 |
-
<!--
|
172 |
-
Multi address shipping checkout address page
|
173 |
-
-->
|
174 |
-
|
175 |
-
<checkout_multishipping_addresses translate="label">
|
176 |
-
<label>Multishipping Checkout Address (Any) Form</label>
|
177 |
-
<update handle="checkout_multishipping"/>
|
178 |
-
<!-- Mage_Checkout -->
|
179 |
-
<reference name="content">
|
180 |
-
<block type="checkout/multishipping_addresses" name="checkout_addresses" template="checkout/multishipping/addresses.phtml">
|
181 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
182 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
|
183 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
|
184 |
-
</block>
|
185 |
-
</reference>
|
186 |
-
</checkout_multishipping_addresses>
|
187 |
-
|
188 |
-
<!--
|
189 |
-
Multi address shipping checkout shipping information
|
190 |
-
-->
|
191 |
-
|
192 |
-
<checkout_multishipping_shipping translate="label">
|
193 |
-
<label>Multishipping Checkout Shipping Information Step</label>
|
194 |
-
<update handle="checkout_multishipping"/>
|
195 |
-
<!-- Mage_Checkout -->
|
196 |
-
<reference name="content">
|
197 |
-
<block type="checkout/multishipping_shipping" name="checkout_shipping" template="checkout/multishipping/shipping.phtml">
|
198 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
199 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
|
200 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
|
201 |
-
|
202 |
-
<block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
|
203 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
204 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
|
205 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
|
206 |
-
</block>
|
207 |
-
</block>
|
208 |
-
</reference>
|
209 |
-
</checkout_multishipping_shipping>
|
210 |
-
|
211 |
-
<!--
|
212 |
-
Multi address shipping checkout billing information
|
213 |
-
-->
|
214 |
-
|
215 |
-
<checkout_multishipping_billing translate="label">
|
216 |
-
<label>Multishipping Checkout Billing Information Step</label>
|
217 |
-
<update handle="checkout_multishipping"/>
|
218 |
-
<!-- Mage_Checkout -->
|
219 |
-
<reference name="content">
|
220 |
-
<block type="checkout/multishipping_billing" name="checkout_billing" template="checkout/multishipping/billing.phtml">
|
221 |
-
<action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
|
222 |
-
|
223 |
-
<!--<block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
|
224 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
225 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
|
226 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
|
227 |
-
</block>-->
|
228 |
-
|
229 |
-
</block>
|
230 |
-
</reference>
|
231 |
-
</checkout_multishipping_billing>
|
232 |
-
|
233 |
-
<!--
|
234 |
-
Multi address shipping checkout overview
|
235 |
-
-->
|
236 |
-
|
237 |
-
<checkout_multishipping_overview translate="label">
|
238 |
-
<label>Multishipping Checkout Overview</label>
|
239 |
-
<update handle="checkout_multishipping"/>
|
240 |
-
<!-- Mage_Checkout -->
|
241 |
-
<reference name="content">
|
242 |
-
<block type="checkout/multishipping_overview" name="checkout_overview" template="checkout/multishipping/overview.phtml">
|
243 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
244 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
|
245 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
|
246 |
-
<action method="addRowItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/overview/item.phtml</template></action>
|
247 |
-
<action method="addRowItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/overview/item.phtml</template></action>
|
248 |
-
<block type="checkout/multishipping_payment_info" name="payment_info">
|
249 |
-
<action method="setInfoTemplate"><method></method><template></template></action>
|
250 |
-
</block>
|
251 |
-
<block type="checkout/agreements" name="checkout.multishipping.agreements" as="agreements" template="checkout/multishipping/agreements.phtml"/>
|
252 |
-
<block type="checkout/cart_totals" name="totals" />
|
253 |
-
<block type="core/text_list" name="checkout.multishipping.overview.items.after" as="items_after" translate="label">
|
254 |
-
<label>Overview Items After</label>
|
255 |
-
</block>
|
256 |
-
</block>
|
257 |
-
</reference>
|
258 |
-
</checkout_multishipping_overview>
|
259 |
-
|
260 |
-
<!--
|
261 |
-
Multi address shipping checkout success
|
262 |
-
-->
|
263 |
-
|
264 |
-
<checkout_multishipping_success translate="label">
|
265 |
-
<label>Multishipping Checkout Success</label>
|
266 |
-
<update handle="checkout_multishipping"/>
|
267 |
-
<!-- Mage_Checkout -->
|
268 |
-
<reference name="content">
|
269 |
-
<block type="checkout/multishipping_success" name="checkout_success" template="checkout/multishipping/success.phtml"/>
|
270 |
-
</reference>
|
271 |
-
</checkout_multishipping_success>
|
272 |
-
|
273 |
-
<!--
|
274 |
-
One page checkout main layout
|
275 |
-
-->
|
276 |
-
|
277 |
-
<checkout_onepage_index translate="label">
|
278 |
-
<label>One Page Checkout</label>
|
279 |
-
<!-- Mage_Checkout -->
|
280 |
-
<remove name="left"/>
|
281 |
-
|
282 |
-
<reference name="root">
|
283 |
-
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
284 |
-
</reference>
|
285 |
-
<reference name="right">
|
286 |
-
<action method="unsetChildren"></action>
|
287 |
-
<block type="page/html_wrapper" name="checkout.progress.wrapper" translate="label">
|
288 |
-
<label>Checkout Progress Wrapper</label>
|
289 |
-
<action method="setElementId"><value>checkout-progress-wrapper</value></action>
|
290 |
-
<block type="checkout/onepage_progress" name="checkout.progress" before="-" template="checkout/onepage/progress.phtml"/>
|
291 |
-
</block>
|
292 |
-
</reference>
|
293 |
-
<reference name="content">
|
294 |
-
<block type="checkout/onepage" name="checkout.onepage" template="checkout/onepage.phtml">
|
295 |
-
<block type="checkout/onepage_login" name="checkout.onepage.login" as="login" template="checkout/onepage/login.phtml">
|
296 |
-
<block type="page/html_wrapper" name="checkout.onepage.login.before" as="login_before" translate="label">
|
297 |
-
<label>Login/Registration Before</label>
|
298 |
-
<action method="setMayBeInvisible"><value>1</value></action>
|
299 |
-
</block>
|
300 |
-
</block>
|
301 |
-
<block type="checkout/onepage_billing" name="checkout.onepage.billing" as="billing" template="checkout/onepage/billing.phtml"/>
|
302 |
-
<block type="checkout/onepage_shipping" name="checkout.onepage.shipping" as="shipping" template="checkout/onepage/shipping.phtml"/>
|
303 |
-
<block type="checkout/onepage_shipping_method" name="checkout.onepage.shipping_method" as="shipping_method" template="checkout/onepage/shipping_method.phtml">
|
304 |
-
<block type="checkout/onepage_shipping_method_available" name="checkout.onepage.shipping_method.available" as="available" template="checkout/onepage/shipping_method/available.phtml"/>
|
305 |
-
<block type="checkout/onepage_shipping_method_additional" name="checkout.onepage.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
|
306 |
-
</block>
|
307 |
-
<block type="checkout/onepage_payment" name="checkout.onepage.payment" as="payment" template="checkout/onepage/payment.phtml">
|
308 |
-
<block type="checkout/onepage_payment_methods" name="checkout.payment.methods" as="methods" template="checkout/onepage/payment/methods.phtml">
|
309 |
-
<action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
|
310 |
-
</block>
|
311 |
-
</block>
|
312 |
-
<block type="checkout/onepage_review" name="checkout.onepage.review" as="review" template="checkout/onepage/review.phtml">
|
313 |
-
<block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
|
314 |
-
</block>
|
315 |
-
</block>
|
316 |
-
</reference>
|
317 |
-
</checkout_onepage_index>
|
318 |
-
|
319 |
-
<!--
|
320 |
-
One page checkout progress block
|
321 |
-
-->
|
322 |
-
|
323 |
-
<checkout_onepage_progress>
|
324 |
-
<!-- Mage_Checkout -->
|
325 |
-
<remove name="right"/>
|
326 |
-
<remove name="left"/>
|
327 |
-
|
328 |
-
<block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress.phtml">
|
329 |
-
<block type="checkout/onepage_payment_info" name="payment_info">
|
330 |
-
<action method="setInfoTemplate"><method></method><template></template></action>
|
331 |
-
</block>
|
332 |
-
</block>
|
333 |
-
</checkout_onepage_progress>
|
334 |
-
|
335 |
-
<!--
|
336 |
-
One page checkout payment methods block
|
337 |
-
-->
|
338 |
-
<checkout_onepage_paymentmethod>
|
339 |
-
<remove name="right"/>
|
340 |
-
<remove name="left"/>
|
341 |
-
|
342 |
-
<block type="checkout/onepage_payment_methods" name="root" output="toHtml" template="checkout/onepage/payment/methods.phtml">
|
343 |
-
<action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
|
344 |
-
</block>
|
345 |
-
</checkout_onepage_paymentmethod>
|
346 |
-
|
347 |
-
|
348 |
-
<!--
|
349 |
-
One page checkout shipping methods block
|
350 |
-
-->
|
351 |
-
|
352 |
-
<checkout_onepage_shippingmethod>
|
353 |
-
<!-- Mage_Checkout -->
|
354 |
-
<remove name="right"/>
|
355 |
-
<remove name="left"/>
|
356 |
-
|
357 |
-
<block type="checkout/onepage_shipping_method_available" name="root" output="toHtml" template="checkout/onepage/shipping_method/available.phtml"/>
|
358 |
-
</checkout_onepage_shippingmethod>
|
359 |
-
|
360 |
-
<checkout_onepage_additional>
|
361 |
-
<!-- Mage_Checkout -->
|
362 |
-
<remove name="right"/>
|
363 |
-
<remove name="left"/>
|
364 |
-
|
365 |
-
<block type="checkout/onepage_shipping_method_additional" name="root" output="toHtml" template="checkout/onepage/shipping_method/additional.phtml">
|
366 |
-
<action method="setDontDisplayContainer"><param>1</param></action>
|
367 |
-
</block>
|
368 |
-
</checkout_onepage_additional>
|
369 |
-
|
370 |
-
<!--
|
371 |
-
One page checkout order review block
|
372 |
-
-->
|
373 |
-
|
374 |
-
<checkout_onepage_review translate="label">
|
375 |
-
<label>One Page Checkout Overview</label>
|
376 |
-
<!-- Mage_Checkout -->
|
377 |
-
<remove name="right"/>
|
378 |
-
<remove name="left"/>
|
379 |
-
|
380 |
-
<block type="checkout/onepage_review_info" name="root" output="toHtml" template="checkout/onepage/review/info.phtml">
|
381 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
382 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
|
383 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
|
384 |
-
<block type="checkout/cart_totals" name="checkout.onepage.review.info.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
|
385 |
-
<block type="core/text_list" name="checkout.onepage.review.info.items.before" as="items_before" translate="label">
|
386 |
-
<label>Items Before</label>
|
387 |
-
</block>
|
388 |
-
</block>
|
389 |
-
</checkout_onepage_review>
|
390 |
-
|
391 |
-
<checkout_onepage_success translate="label">
|
392 |
-
<label>One Page Checkout Success</label>
|
393 |
-
<reference name="root">
|
394 |
-
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
395 |
-
</reference>
|
396 |
-
<reference name="content">
|
397 |
-
<block type="checkout/onepage_success" name="checkout.success" template="checkout/success.phtml"/>
|
398 |
-
</reference>
|
399 |
-
</checkout_onepage_success>
|
400 |
-
<checkout_onepage_failure translate="label">
|
401 |
-
<label>One Page Checkout Failure</label>
|
402 |
-
<reference name="root">
|
403 |
-
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
404 |
-
</reference>
|
405 |
-
<reference name="content">
|
406 |
-
<block type="checkout/onepage_failure" name="checkout.failure" template="checkout/onepage/failure.phtml"/>
|
407 |
-
</reference>
|
408 |
-
</checkout_onepage_failure>
|
409 |
-
<block type="core/list" name="additional.product.info"/>
|
410 |
-
</layout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Zero1_ThemePerfumeShop</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Zero1 Perfume shop theme</summary>
|
10 |
<description>Zero1 Perfume shop theme</description>
|
11 |
-
<notes>Magento 1.
|
12 |
-
<authors><author><name>Arron Moss</name><user>
|
13 |
-
<date>2012-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="perfume"><dir name="layout"><file name="catalog.xml" hash="63d84cb5207a47b40882b720aede3900"/><file name="catalogsearch.xml" hash="1a4f01801398f7b6b74d20415b032f88"/><file name="
|
16 |
<compatible/>
|
17 |
-
<dependencies
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Zero1_ThemePerfumeShop</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Zero1 Perfume shop theme</summary>
|
10 |
<description>Zero1 Perfume shop theme</description>
|
11 |
+
<notes>Resolved fix for Magento 1.6+ not showing Place order button.</notes>
|
12 |
+
<authors><author><name>Arron Moss</name><user>zero1limited</user><email>arron.moss@zero1.co.uk</email></author></authors>
|
13 |
+
<date>2012-05-20</date>
|
14 |
+
<time>16:39:57</time>
|
15 |
+
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="perfume"><dir name="layout"><file name="catalog.xml" hash="63d84cb5207a47b40882b720aede3900"/><file name="catalogsearch.xml" hash="1a4f01801398f7b6b74d20415b032f88"/><file name="cms.xml" hash="cec74e5ddc143b11bbc31bf189a07341"/><file name="customer.xml" hash="5b73d1e745d7756a48d664416a10865a"/><file name="newsletter.xml" hash="d1bb075f64afe1176d53728888b6473e"/><file name="page.xml" hash="5d9dcf4ed62e4b56882bdd13dc5f4cca"/></dir><dir name="template"><dir name="catalog"><dir name="layer"><file name="view.phtml" hash="6ac4763aa11e2b3ff17a0b840e1c663f"/></dir><dir name="product"><dir name="list"><file name="toolbar.phtml" hash="5eb3032d8ede63ffeb644c2e15086ff5"/></dir><file name="list.phtml" hash="ba19b00c8c6923edd416f41782dac766"/><dir name="view"><file name="media.phtml" hash="b1bcdb7fa911b93118e37e0c6f10ce5e"/><file name="tabs.phtml" hash="c61f4cd2f57b2b71f1c3caa61b29b327"/></dir><file name="view.phtml" hash="a377dd241f6395c10254f517c0e9ff4a"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="8850956a220363813a40a4baba55e4ca"/></dir><dir name="checkout"><dir name="cart"><file name="cart-top.phtml" hash="69235032f1b1536b340fdf5e0060cadf"/></dir><file name="cart.phtml" hash="48634ecc3a8d338c6188a174c4bdc9e7"/></dir><dir name="customer"><dir name="form"><file name="login.phtml" hash="aed405d921fd35d10b49d4ff93e47627"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="d52c2b9e8e822ecbd833cad2834d9051"/></dir><dir name="page"><file name="2columns-left.phtml" hash="d80c1c3cff41b619fa743cfbdc98573f"/><dir name="html"><file name="breadcrumbs.phtml" hash="e2ee4913f76e97825f972211ee6e221d"/><file name="footer.phtml" hash="a3cdd516b22796c42340042d0e8fff3f"/><file name="head.phtml" hash="a5a4c312e1c6789a3a4cc20864332efc"/><file name="header.phtml" hash="9e76a9c07359107f9232506269d5ca87"/><file name="pager.phtml" hash="d22c0c0b8eac15dded6a44a15b9090cc"/></dir></dir><dir name="persistent"><dir name="customer"><dir name="form"><file name="login.phtml" hash="5f07665a5502155f4e5e89c3cb1be22b"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="perfume"><dir name="css"><file name="print.css" hash="1f8221e35d545cf441ea83d91e1999f8"/><file name="styles-ie.css" hash="f2365a298548027035c452f1d82cca7e"/><file name="styles.css" hash="988187d07f23a2ef3d5b42993118efbc"/></dir><dir name="images"><file name="bg-blocktitle.gif" hash="2dee5388efba54ab5fe9e983d9b1b1af"/><file name="bg-cart-down.gif" hash="dc2dd106c7e2fafc553227b5671b5e17"/><file name="bg-filter.gif" hash="9bfb4b9dc4c42304b0cb7366269946ad"/><file name="bg-nav-parent.gif" hash="092b9aafedd5636500b8db93e4a1abd5"/><file name="bg-opa10.png" hash="2731e109ed0635c768f8c013f481b4f4"/><file name="bg-opa50w.png" hash="9f38fd3f83133ede55606c8ecb75e2f2"/><file name="bg-search-button.gif" hash="5e24a16ecc0349d9ca629542d4f67ff5"/><file name="bg-search.gif" hash="bce6720578f990ca96434e86b29651b8"/><file name="bg-tab.gif" hash="7e4ae5faa2766e10d89a6cad51a5e282"/><file name="bg.gif" hash="7fa05a893d5804259f001ec9899caab3"/><file name="bkg_button.gif" hash="d9a8166e5528755a2fd994a032d4989e"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="email.png" hash="af58188296abfe7adbf9280a563731f2"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="logo.gif" hash="b5a6b78b9e9da511b09bb3ab746644fa"/><file name="logo_email.gif" hash="c18abd5ecf801b474250ceec1574d0d9"/><file name="logo_print.gif" hash="c18abd5ecf801b474250ceec1574d0d9"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pencil.png" hash="a34e71ab08a6d1162b948d26321dea50"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/></dir><dir name="js"><file name="fragonline.js" hash="cf72988e83679473c2bea0471824fdbe"/><file name="jquery-1.7.1.min.js" hash="f9d0a496f4faac94a12a0bf48ffabf0a"/><file name="jquery.cycle.all.min.js" hash="5e8262a6d25506434fce1ec102b8e535"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
skin/frontend/default/perfume/css/styles.css
CHANGED
@@ -454,6 +454,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
454 |
.header .links {float: left; background-image: url(../images/bg-opa50w.png); padding: 0 15px;}
|
455 |
.header .links li{line-height: 30px;}
|
456 |
.header .links li a{font: 10px Verdana, Geneva, sans-serif; color: #333; text-decoration: none; padding: 5px;}
|
|
|
457 |
.header .links li a:hover{color: #000; background: #fff;}
|
458 |
|
459 |
.header .cart-top{background-color: #333; color: #fff; float: right; position: relative;}
|
454 |
.header .links {float: left; background-image: url(../images/bg-opa50w.png); padding: 0 15px;}
|
455 |
.header .links li{line-height: 30px;}
|
456 |
.header .links li a{font: 10px Verdana, Geneva, sans-serif; color: #333; text-decoration: none; padding: 5px;}
|
457 |
+
.header .links li a.top-link-cart, .header .links li a.top-link-checkout{display: none;}
|
458 |
.header .links li a:hover{color: #000; background: #fff;}
|
459 |
|
460 |
.header .cart-top{background-color: #333; color: #fff; float: right; position: relative;}
|