Jump to content

Product options do not show


Guest marcel klein

Recommended Posts

Guest marcel klein

When our customers place an order a major part of the product options we use are not showen on the order form.

Please help

Best Regards Marcel Klein

Link to comment
Share on other sites

oh they are there

CubeCart just thought it would be a good idea to make the text area for options a single line (completly inane unuseful and downright idiotic if you ask me...)

put your cursor in there and arrow down you will see it all

How to fix it...

OPEN admin/sources/orders/orderBuilder.inc.php

FIND:

 <td valign="top"><textarea name="product_options[<?php echo $i; ?>]" cols="30" rows="1" class="textbox"><?php echo stripslashes($orderInv[$i]['product_options']); ?></textarea></td>




REPLACE WITH:


<td valign="top"><textarea name="product_options[<?php echo $i; ?>]" cols="50" rows="10" wrap="physical" class="textbox"><?php echo stripslashes($orderInv[$i]['product_options']); ?></textarea></td>

this will make the text area something to write home about

50 columns wide 10 lines tall and make the wrap PHYSICAL

(devillion are you listening?????)

Kinetic :unsure:

Link to comment
Share on other sites

Guest marcel klein

Did that thanks looks a lot better, but stil some options do not appear!!!!!! Whats wrong?

For eg buy a saddle color london, 18 " tree 32cm

only the tree 32 cm appears.

any more sugggestions

greetings marcel

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...