add public patches for release 5.x in flow or azure theme

This commit is contained in:
Daniel Seifert 2020-02-17 23:29:40 +01:00
commit c23a0c35cd
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
2 changed files with 95 additions and 0 deletions

59
azure_theme_142.patch Normal file
View File

@ -0,0 +1,59 @@
From da739ea5d2a639a87bb895bdb2f90db622b1b5ff Mon Sep 17 00:00:00 2001
From: Daniel Seifert <ds@shopmodule.com>
Date: Thu, 6 Feb 2020 14:16:43 +0100
Subject: [PATCH] add OQM changes to azure theme files
---
tpl/page/compare/compare.tpl | 6 +++++-
tpl/widget/minibasket/minibasketmodal.tpl | 5 ++++-
tpl/widget/product/compareitem.tpl | 6 +++++-
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/tpl/page/compare/compare.tpl b/tpl/page/compare/compare.tpl
index 9995c07..01a4f9f 100644
--- a/tpl/page/compare/compare.tpl
+++ b/tpl/page/compare/compare.tpl
@@ -75,7 +75,11 @@
<input type="hidden" name="aid" value="[{$product->oxarticles__oxid->value}]">
<input type="hidden" name="anid" value="[{$product->oxarticles__oxnid->value}]">
<input type="hidden" name="pgNr" value="0">
- <input type="hidden" name="am" value="1">
+[{* D3 MOD OQM START CHANGED *}]
+ [{block name="d3oqm_azure_page_compare_amount"}]
+ <input type="hidden" name="am" value="1">
+ [{/block}]
+[{* D3 MOD OQM END CHANGED *}]
<input type="hidden" name="removecompare" value="1">
[{oxhasrights ident="TOBASKET"}]
<button class="submitButton" id="remove_cmp_[{$product->oxarticles__oxid->value}]" type="submit" title="[{oxmultilang ident="REMOVE"}]" name="send">[{oxmultilang ident="REMOVE"}]</button>
diff --git a/tpl/widget/minibasket/minibasketmodal.tpl b/tpl/widget/minibasket/minibasketmodal.tpl
index f747362..efb45e3 100644
--- a/tpl/widget/minibasket/minibasketmodal.tpl
+++ b/tpl/widget/minibasket/minibasketmodal.tpl
@@ -1,4 +1,7 @@
[{include file="widget/minibasket/minibasket.tpl" _prefix="modal"}]
[{oxscript add="$('#modalbasketFlyout').oxModalPopup({ target: '#modalbasketFlyout', openDialog: true, width: 'auto'});"}]
[{oxscript add="if ($('.scrollable .scrollbarBox').length > 0) { $('.scrollable .scrollbarBox').jScrollPane({showArrows: true, verticalArrowPositions: 'split' });}"}]
- [{oxscript add="$('#modalbasketFlyout').css('z-index','inherit');"}]
\ No newline at end of file
+ [{oxscript add="$('#modalbasketFlyout').css('z-index','inherit');"}]
+[{* D3 OQM START added *}]
+[{block name="d3oqm_azure_widget_minibasket_minibasketmodal_script"}][{/block}]
+[{* D3 OQM END added*}]
diff --git a/tpl/widget/product/compareitem.tpl b/tpl/widget/product/compareitem.tpl
index 6350036..66a9896 100644
--- a/tpl/widget/product/compareitem.tpl
+++ b/tpl/widget/product/compareitem.tpl
@@ -114,7 +114,11 @@
[{if $blShowToBasket}]
[{oxhasrights ident="TOBASKET"}]
<p class="fn clear">
- <input type="text" name="am" value="1" size="3" autocomplete="off" class="textbox" title="[{oxmultilang ident="QUANTITY" suffix="COLON"}]">
+[{* D3 MOD OQM START CHANGED *}]
+ [{block name="d3oqm_azure_widget_product_compareitem_amount"}]
+ <input type="text" name="am" value="1" size="3" autocomplete="off" class="textbox" title="[{oxmultilang ident="QUANTITY" suffix="COLON"}]">
+ [{/block}]
+[{* D3 MOD OQM END CHANGED *}]
<button type="submit" class="submitButton largeButton">[{oxmultilang ident="TO_CART"}]</button>
</p>
[{/oxhasrights}]

36
flow_theme_330.patch Normal file
View File

@ -0,0 +1,36 @@
From acdba7a2db3362207b8d552971f89075e97887e0 Mon Sep 17 00:00:00 2001
From: Daniel Seifert <ds@shopmodule.com>
Date: Thu, 6 Feb 2020 14:26:50 +0100
Subject: [PATCH] add OQM changes to flow theme files
---
tpl/page/compare/inc/compareitem.tpl | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/tpl/page/compare/inc/compareitem.tpl b/tpl/page/compare/inc/compareitem.tpl
index b2830df..d520fe1 100644
--- a/tpl/page/compare/inc/compareitem.tpl
+++ b/tpl/page/compare/inc/compareitem.tpl
@@ -38,7 +38,7 @@
[{assign var="blShowToBasket" value=false}]
[{/if}]
- <form name="tobasket.[{$testid}]" [{if $blShowToBasket}]action="[{$oViewConf->getSelfActionLink()}]" method="post"[{else}]action="[{$_productLink}]" method="get"[{/if}]>
+ <form name="tobasket.[{$testid}]" [{if $blShowToBasket}]action="[{$oViewConf->getSelfActionLink()}]" method="post" [{else}]action="[{$_productLink}]" method="get"[{/if}]>
<div class="variants">
[{oxhasrights ident="TOBASKET"}]
[{if $blShowToBasket}]
@@ -90,7 +90,12 @@
[{if $blShowToBasket}]
[{oxhasrights ident="TOBASKET"}]
<div class="input-group">
- <input type="text" name="am" value="1" size="3" autocomplete="off" class="form-control" title="[{oxmultilang ident="QUANTITY"}]">
+
+ [{* D3 MOD OQM START CHANGED *}]
+ [{block name="d3oqm_flow_page_compare_inc_compareitem_amount"}]
+ <input type="text" name="am" value="1" size="3" autocomplete="off" class="form-control" title="[{oxmultilang ident="QUANTITY"}]">
+ [{/block}]
+ [{* D3 MOD OQM END CHANGED *}]
<span class="input-group-btn">
<button type="submit" class="btn btn-primary hasTooltip" title="[{oxmultilang ident="TO_CART"}]">
<i class="fa fa-shopping-cart"></i>