diff --git a/themes/default/mobile/css/global.css b/themes/default/mobile/css/global.css index 0abf11ea6..6d2a67a82 100644 --- a/themes/default/mobile/css/global.css +++ b/themes/default/mobile/css/global.css @@ -29,6 +29,10 @@ clear:both; } +.width-15 { + width:15%; +} + .width-20 { width:20%; } @@ -37,6 +41,10 @@ width:40%; } +.width-60 { + width:60%; +} + .width-70 { width:70%; } diff --git a/themes/default/mobile/order-payment.tpl b/themes/default/mobile/order-payment.tpl index 5be0f69f4..20428cd6c 100644 --- a/themes/default/mobile/order-payment.tpl +++ b/themes/default/mobile/order-payment.tpl @@ -39,9 +39,9 @@ {if $HOOK_PAYMENT} {if !$opc}
- +
- + diff --git a/themes/default/mobile/shopping-cart-gift-line.tpl b/themes/default/mobile/shopping-cart-gift-line.tpl new file mode 100644 index 000000000..4da67125a --- /dev/null +++ b/themes/default/mobile/shopping-cart-gift-line.tpl @@ -0,0 +1,53 @@ +{* +* 2007-2013 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA +* @copyright 2007-2013 PrestaShop SA +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*} + + + + + +
+ +
+
+

{$product.name}

+ {if $product.reference}

{l s='Ref:'} {$product.reference}

{/if} +

{$product.description_short}

+
+
+

+ {if !empty($product.gift)} +

{l s='Gift!'}

+ {else} + {if isset($product.is_discounted) && $product.is_discounted} + {convertPrice price=$product.price_without_specific_price}
+ {/if} + {if !$priceDisplay} + {convertPrice price=$product.price_wt} + {else} + {convertPrice price=$product.price} + {/if} + {/if} +

+
\ No newline at end of file diff --git a/themes/default/mobile/shopping-cart.tpl b/themes/default/mobile/shopping-cart.tpl index 7fc96ea35..1bb120e7f 100644 --- a/themes/default/mobile/shopping-cart.tpl +++ b/themes/default/mobile/shopping-cart.tpl @@ -12,6 +12,7 @@

{l s='List of products'}

{if isset($products)} {/if} {if sizeof($discounts)}
{l s='Product'} {l s='Description'} {l s='Avail.'}