Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
merchant:existing_merchant:selfcare_system:settings:pay_pages [2019/05/14 14:58]
robinc [Pay Pages] added Using Level 3 Enhanced Data conten
merchant:existing_merchant:selfcare_system:settings:pay_pages [2019/05/15 19:06]
robinc [Pay Pages]
Line 52: Line 52:
 If you are using enhanced data, more specificaly,​ Level 3 enhanced data, your transactions might have items. ​ If you want them to be visible for your customer, you should mark **Display Enhanced Data** or manually add the following piece of style to your template. If you are using enhanced data, more specificaly,​ Level 3 enhanced data, your transactions might have items. ​ If you want them to be visible for your customer, you should mark **Display Enhanced Data** or manually add the following piece of style to your template.
  
-{{:merchant:existing_merchant:selfcare_system:settings:paypagesleveliii.jpg |}}+<code css> 
 +a#​enhancedDataLink ​{ 
 +    color: #0000ff; 
 +    text-decoration:​ none; 
 +
 +#​enhancedData ​{ 
 +    displaynone; 
 +
 +#​enhancedData h4 { 
 +    font-size1.2em; 
 +    border-bottom1px solid #eeeeee; 
 +    padding-bottom0.6em; 
 +    margin-bottom0.6em; 
 +} 
 +#​enhancedData ul { 
 +    padding: 0; 
 +    list-style: none; 
 +    border-bottom:​ 1px solid #eee; 
 +    padding: 0 0.6em 0.6em; 
 +    margin-bottom:​ 0.6em; 
 +
 +#​enhancedData .total, 
 +#​enhancedData .summary { 
 +    border: 1px solid #ccc; 
 +    background: none; 
 +    border-radius:​ 5px; 
 +    padding: 0.6em; 
 +
 +#​enhancedData li { 
 +    display: table; 
 +    width: 100%; 
 +    padding: 0.2em 0 0.4em; 
 +
 +#​enhancedData li span { 
 +    display: table-cell;​ 
 +
 +#​enhancedData .label { 
 +    padding-right:​ 1em; 
 +    min-width: 100px; 
 +
 +#​enhancedData .info { 
 +    text-align: right; 
 +
 +.bold { 
 +    font-weight:​ bold; 
 +} 
 +</​code>​
  
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International