- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Accept Customer: Save Button on the right, instead of left
This was raised as an sdk issue.
I am posting the content as is:
As a user
I want to see SAVE button on the right
Because I get used to the most popular action item on the right
Given I'm a user
When I'm on the PAYMENT INFO tab
Then I should see the SAVE button on the right and the cancel button on the left
|| || change || to ||
โ12-07-2017 03:45 AM - edited โ12-07-2017 03:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have checked with our feature team and found that we cannot switch the postions of the textboxes or Save/Cancel buttons. You can control the style, text, showing the options. Sample hostedPayment settings below
<setting>
<settingName>hostedPaymentStyleOptions</settingName>
<settingValue>{"bgColor": "red"}</settingValue>
</setting>
<setting>
<settingName>hostedPaymentPaymentOptions</settingName>
<settingValue>{"cardCodeRequired": true}</settingValue>
</setting>
<setting>
<settingName>hostedPaymentBillingAddressOptions</settingName>
<settingValue>{"show": true, "required":true}</settingValue>
</setting>
<setting>
<settingName>hostedPaymentShippingAddressOptions</settingName>
<settingValue>{"show": true, "required":true}</settingValue>
</setting>
<setting>
<settingName>hostedPaymentCustomerOptions</settingName>
<settingValue>{"showEmail": true, "requiredEmail":true}</settingValue>
</setting>
โ12-07-2017 12:17 PM