Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 02-13-2011 12:24:41

goski
Member
Registered: 09-27-2005
Posts: 115

ecom_prod export not working

I've been experimenting with formatting the Volume Text pricing display.  Originally, I used the following:

<BR><b>MSRP $58.00</b><BR><BR>2-3 dozen ---- $52.95<BR>4-5 dozen ---- $49.95<BR>6-11 dozen --- $47.95<BR>12-23 dozen -- $46.95<BR>24-47 dozen -- $44.95<BR>48-119 dozen -- $43.95<BR>120-239 dozen -- $41.95<BR>240+ dozen -- $40.95

But I wanted a little more controlled display so I switched to the following.

<table align="center" style="line-height:14px">
<tr><td align="center" COLSPAN=3><b>MSRP $58.00</b></td></tr>
<tr><td><u>Dozens</u></td><td></td><td><u>Price</u></td></tr>
<tr><td>2-3<font color="#FF0000">*</font></td><td>--</td><td>$52.95</td></tr>
<tr><td>4-5<font color="#FF0000">*</font></td><td>--</td><td>$49.95</td></tr>
<tr><td>6-11<font color="#FF0000">*</font></td><td>--</td><td>$47.95</td></tr>
<tr><td>12-23</td><td>--</td><td>$46.95</td></tr>
<tr><td>24-47</td><td>--</td><td>$44.95</td></tr>
<tr><td>48-119</td><td>--</td><td>$43.95</td></tr>
<tr><td>120-239</td><td>--</td><td>$41.95</td></tr>
<tr><td>240+</td><td>--</td><td>$40.95</td></tr>
<tr><td COLSPAN=3><b><font color="#FF0000">*</font>Personalized Only</b></td></tr>
</table>

Once I made the changes, my ecom_prod export puts the entire content of every database row in the first column of my Excel spreadsheet.

Can anyone tell me what changes I need to make to use the HTML table for my Volume Text display and still be able to export and import my ecom_prod data?

I can import the HTML table for my Volume Text display and it displays correctly on my site.  It's just when I export the ecom_prod that the Excel spreadsheet gets messed up.

Last edited by goski (02-13-2011 14:34:36)

Offline

 

#2 02-15-2011 17:02:26

goski
Member
Registered: 09-27-2005
Posts: 115

Re: ecom_prod export not working

Any ideas?

Offline

 

Board footer