跳至内容
菜单
此问题已终结
1 回复
8087 查看

Hi there,

I'm using a PHP script to generate quotation through our website via XMLRPC. In the quotation line description I'd like to insert a new line, so that the format of the line description becomes something like:

Product name

Size: length x width x height

Color: blue

Instead of "Product name, Size x y z, color: blue"

Does somebody has any clue about how to format this in the XMLRPC value? I tried both html, xml and python line breaks/carriage returns.    

形象
丢弃
最佳答案

try concatenate string values using '\n' for line break before sendig it via xmlrpc...
syntax should be something like: 

desc = product_name + '\n' '+ 'Size : ' + lenght_val + 'x' + width_val +'x' ...

use desc string value to send description via xmlrpc

hope it helps

形象
丢弃
相关帖文 回复 查看 活动
0
12月 21
1890
0
3月 18
4210
1
3月 15
7527
2
3月 15
10400
1
1月 23
5022