Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

order_editor_for2.3_v1.0


Recommended Posts

Hi

 

I have just installed the above addon plus the

Create Account and Order maker. It tells me

Configure the Order Editor interface
Log into your admin section and go to Configuration->Order Editor. Carefully read each entry there and select the appropriate settings for your computer/shop.

but when I go there, there does not appear to be any configurable options..

 

I was also unable to find,

<td class="smallText" align="right"><?php echo tep_draw_button(IMAGE_EDIT, 'pencil', tep_href_link(FILENAME_ORDERS_EDIT, 'oID=' . $HTTP_GET_VARS['oID']), null, array('newwindow' => true)) . tep_draw_button(IMAGE_ORDERS_INVOICE, 'document', tep_href_link(FILENAME_ORDERS_INVOICE, 'oID=' . $HTTP_GET_VARS['oID']), null, array('newwindow' => true)) . tep_draw_button(IMAGE_ORDERS_PACKINGSLIP, 'document', tep_href_link(FILENAME_ORDERS_PACKINGSLIP, 'oID=' . $HTTP_GET_VARS['oID']), null, array('newwindow' => true)) . tep_draw_button(IMAGE_BACK, 'triangle-1-w', tep_href_link(FILENAME_ORDERS, tep_get_all_get_params(array('action')))); ?></td>

 

What have I missed or possably not installed.

 

Many thanks for any help

 

Kind regards

 

Grandpa

BS234

Link to comment
Share on other sites

@@grandpaj

 

I don't know about the Order Editor issue you have but for the line that you cannot find. That is from the Create Account and Order Addon. There it also states that THAT line might look different depending as to how you installed the Order Editor addon since in that same line a new Order Editor button must be added.

 

So if you cannot find the above line try to look for this

<td class="smallText" align="right"><?php echo tep_draw_button(IMAGE_ORDERS_INVOICE, 'document', tep_href_link(FILENAME_ORDERS_INVOICE, 'oID=' . $HTTP_GET_VARS['oID']), null, array('newwindow' => true)) . tep_draw_button(IMAGE_ORDERS_PACKINGSLIP, 'document', tep_href_link(FILENAME_ORDERS_PACKINGSLIP, 'oID=' . $HTTP_GET_VARS['oID']), null, array('newwindow' => true)) . tep_draw_button(IMAGE_BACK, 'triangle-1-w', tep_href_link(FILENAME_ORDERS, tep_get_all_get_params(array('action')))); ?></td>

and if you cannot find that either then you have installed the Order Editor already and you should find that line somewhere around line 111 inside the admin/orders.php

Once you found that line add this following button in that same line. Look how the other buttons are coded in that same line and you should be able to figure it out.

tep_draw_button(IMAGE_CREATE_ORDER, 'plus', tep_href_link(FILENAME_CREATE_ORDER))

About the Order Editor, did you run the SQL file?

Link to comment
Share on other sites

  • 1 year later...

Hahaha, paranormal activity :P

 

Look for all the <?php open tags, sure that some of then is only <?

 

PS: I only make a little update and code cosmetic fixes, not my contribution :P

 

Regards :)

Link to comment
Share on other sites

  • 5 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...