This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push:
new 4df73d7c5 Added: Demo copyMe survey question for gift card purchase
(OFBIZ-13464) (#342)
4df73d7c5 is described below
commit 4df73d7c564f3c3c07be7c8db8816ab7101ffb2c
Author: Mridul Pathak <[email protected]>
AuthorDate: Fri Jul 31 12:16:27 2026 +0530
Added: Demo copyMe survey question for gift card purchase (OFBIZ-13464)
(#342)
Added: Demo copyMe survey question for gift card purchase
(OFBIZ-13464)
Wires up a BOOLEAN copyMe question into the demo store's gift card
purchase survey so the fixed BCC-purchaser feature (OFBIZ-13464) is
actually exercised end-to-end in the demo data.
---
ecommerce/data/DemoSurvey.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ecommerce/data/DemoSurvey.xml b/ecommerce/data/DemoSurvey.xml
index 81ec548b5..8a26f14b9 100644
--- a/ecommerce/data/DemoSurvey.xml
+++ b/ecommerce/data/DemoSurvey.xml
@@ -41,6 +41,7 @@ under the License.
<SurveyQuestion surveyQuestionId="1001" surveyQuestionCategoryId="1000"
surveyQuestionTypeId="TEXT_LONG" description="recipientName"
question="Recipient's Name:"/>
<SurveyQuestion surveyQuestionId="1002" surveyQuestionCategoryId="1000"
surveyQuestionTypeId="EMAIL" description="recipientEmail"
question="Recipient's Email:"/>
<SurveyQuestion surveyQuestionId="1003" surveyQuestionCategoryId="1000"
surveyQuestionTypeId="TEXTAREA" description="giftMessage" question="Gift
Message:"/>
+ <SurveyQuestion surveyQuestionId="1004" surveyQuestionCategoryId="1000"
surveyQuestionTypeId="BOOLEAN" description="copyMe" question="Send me a copy of
this email?"/>
<SurveyQuestion surveyQuestionId="1010" surveyQuestionCategoryId="1000"
surveyQuestionTypeId="GIFT_CARD" description="giftCardNumber" question="Gift
Card Number:"/>
<SurveyQuestion surveyQuestionId="1011" surveyQuestionCategoryId="1000"
surveyQuestionTypeId="TEXT_SHORT" description="giftCardPin" question="PIN
Number:"/>
@@ -64,6 +65,7 @@ under the License.
<SurveyQuestionAppl surveyId="1000" surveyQuestionId="1001"
fromDate="2001-01-01 00:00:00.0" requiredField="Y" sequenceNum="2"/>
<SurveyQuestionAppl surveyId="1000" surveyQuestionId="1002"
fromDate="2001-01-01 00:00:00.0" requiredField="Y" sequenceNum="3"/>
<SurveyQuestionAppl surveyId="1000" surveyQuestionId="1003"
fromDate="2001-01-01 00:00:00.0" requiredField="N" sequenceNum="4"/>
+ <SurveyQuestionAppl surveyId="1000" surveyQuestionId="1004"
fromDate="2001-01-01 00:00:00.0" requiredField="Y" sequenceNum="5"/>
<SurveyQuestionAppl surveyId="1001" surveyQuestionId="1010"
fromDate="2001-01-01 00:00:00.0" requiredField="Y" sequenceNum="1"/>
<SurveyQuestionAppl surveyId="1001" surveyQuestionId="1011"
fromDate="2001-01-01 00:00:00.0" requiredField="Y" sequenceNum="2"/>