Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Payment Methods "Description" field cuts off content

 
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 08-06-2014, 09:22 PM
 
Kevin Smith Kevin Smith is offline
 

Newbie
  
Join Date: Aug 2014
Posts: 8
 

Default Payment Methods "Description" field cuts off content

When adding text with multiple lines into the "Description" field of an offline payment type, it would be nice if the text wrapped at line breaks, or if not, possibly allow limited HTML tags like "br" or "b". Without this capability, the multiple lines of text run off the end of the single line, truncating "most" of the text.

Kevin
__________________
X-Cart 5.1.4
Pay With Amazon
Reply With Quote
  #2  
Old 08-06-2014, 11:30 PM
 
Kevin Smith Kevin Smith is offline
 

Newbie
  
Join Date: Aug 2014
Posts: 8
 

Default Re: Payment Methods "Description" field cuts off content - resolved

I probably should have checked the bug tracker for this problem.

http://bt.x-cart.com/view.php?id=43598

Suggestions from the bug comment to use Custom CSS (System Settings->Look & Feel->Custom CSS) proved quite useful. The original problem was that the text didn't wrap. Changing white-space to "normal" allowed the text to wrap, but didn't honor the line feeds between the lines of text. Using "pre-line" solved the linefeed problem, so at the bottom of the Custom CSS panel, enter the 2 lines listed, then tick the "Use custom CSS" option and then click the Save button.

.checkout-block ul.payments li label {
white-space: pre-line;
}

The Description text field now shows each line separately and honors the linefeeds.

Cross browser support shows that "pre-line" is not supported by IE. YMMV

Kevin
__________________
X-Cart 5.1.4
Pay With Amazon
Reply With Quote

The following 2 users thank Kevin Smith for this useful post:
qualiteam (08-11-2014), tony_sologubov (08-08-2014)
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:48 AM.

   

 
X-Cart forums © 2001-2020