Skip to content

Commit b9c9800

Browse files
author
Leonix
committed
Theme mobile v.1.3.13
* Fixed displaying of payment plugins’ extra fields on the checkout page. * Fixed minor localization defect.
1 parent 934531b commit b9c9800

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

themes/mobile/cart.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h4><strong>[`Recommended!`]</strong> {sprintf('[`Customers who bought %s also b
140140
<div class="row">
141141
<div class="col">
142142
{sprintf(
143-
_w('You have %s bonus point! You can use it to get an additonal discount of up to %s.', 'You have %s bonus points! You can use some of them to get an additonal discount of up to %s.', $affiliate_bonus, false),
143+
_w('You have %s bonus point! You can use it to get an additional discount of up to %s.', 'You have %s bonus points! You can use some of them to get an additional discount of up to %s.', $affiliate_bonus, false),
144144
"<strong>{$affiliate_bonus}</strong>",
145145
"<span class=\"affiliate-discount-available\">{shop_currency_html($potential_affiliate_discount, $wa->shop->currency())}</span>"
146146
)}
@@ -219,4 +219,4 @@ <h4>
219219
</div>
220220
</form>
221221
{/if}
222-
<script type="text/javascript" src="{$wa_theme_url}cart.js"></script>
222+
<script type="text/javascript" src="{$wa_theme_url}cart.js"></script>

themes/mobile/mobile.shop.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,9 +1852,6 @@ input[type="radio"] {
18521852
.checkout-page-wrapper .checkout-step-content .wa-field:first-child {
18531853
margin-top: 0;
18541854
}
1855-
.checkout-page-wrapper .checkout-step-content .wa-field .wa-name {
1856-
display: none;
1857-
}
18581855
.checkout-page-wrapper .checkout-step-content .wa-field .wa-value {
18591856
margin: 0.5em 0 0;
18601857
}

themes/mobile/theme.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE theme PUBLIC "wa-app-theme" "http://www.webasyst.com/wa-content/xml/wa-app-theme.dtd">
3-
<theme id="mobile" system="0" vendor="webasyst" author="Webasyst" app="shop" parent_theme_id="site:mobile" version="1.3.12">
3+
<theme id="mobile" system="0" vendor="webasyst" author="Webasyst" app="shop" parent_theme_id="site:mobile" version="1.3.13">
44
<name locale="en_US">Mobile</name>
55
<name locale="ru_RU">Mobile</name>
66
<files>

0 commit comments

Comments
 (0)