(Low profile custom page design (Version 5
First a programmer who wants to design the payment page for a business in a custom way the programmer needs to request access to user an administrator of the terminal from the business so that he can enter and design the payment page.
after the log-in you need to go הגדרות > 5. סליקה בפרופיל נמוך > 5.עיצוב מותאם אישית CSS ו HTML גרסה 5 ->
instruction to the programmer/designer
-Open with a preview page button in a new tab
- You can design the page with css + html and the change will be ON-LINE in the preview page.
Do not touch the data-bind of the input and can be changed label-s-
input field should not be hidden through design, but only through parameters in theinterface, The rest of the elements can be performed
It is mandatory to keep the text in footer " the payments is done by Cardcom "-
After completing the design, save changes and open a call for the design confirmation by email.-
note for programmers:
- Change the Payment button -<
input type="button" value="Go" data-bind="value: 'מלל לכפתור חדש' , enable: !loadMode(), click: sendData " />
Change field text
before:
<label class="fieldName" data-bind="text:order.custAddresLine1.label" for="txtCustAddresLine1"</label>
after:
<label class="fieldName" data-bind="" for="txtCustAddresLine1">Your new word</label>
Hiding common elements in css
- Hide the pictures on the page
background-image: url('https://secure.cardcom.solutions/Images/LowProfile5/paymentDetailsBgNew.jpg')
background-image: url(https://secure.cardcom.solutions/Images/LowProfile5/hand.jpg);
To hide the enter line of credit details - due to accessibility standard requirements
h1 {
display: none;
}
To hide the document row table
.showProductsTables {
display: none !important;
}
The support does not change the payment page designs, only the
programmer of the business needs to design and send an email from cardacom site to confirm the design.
הערות
0 הערות
היכנס למערכת כדי להגיב.