Guest Posted October 7, 2015 Share Posted October 7, 2015 Hi I have just installed the above addon plus the Create Account and Order maker. It tells me Configure the Order Editor interfaceLog 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 More sharing options...
♥Tsimi Posted October 7, 2015 Share Posted October 7, 2015 @@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 More sharing options...
Guest Posted October 7, 2015 Share Posted October 7, 2015 @@Tsimi Hi Lambros Once again, Many thanks. Yep did run the SQL Will PM you something to laugh about. Cheers Grandpa Link to comment Share on other sites More sharing options...
♥Tsimi Posted October 7, 2015 Share Posted October 7, 2015 @@grandpaj just saw your message. lol :D well, things like that happen. ;) Link to comment Share on other sites More sharing options...
Lioelx Posted October 22, 2016 Share Posted October 22, 2016 Hi, i have installed new version Order Editor for 2.3.4 BS v1.2.4.1 from Pillao. Look the thumbnail with paranormal activity. Regards No external links here, thank you Link to comment Share on other sites More sharing options...
PiLLaO Posted October 24, 2016 Share Posted October 24, 2016 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 More sharing options...
Lioelx Posted October 24, 2016 Share Posted October 24, 2016 @@PiLLaO pillao, i solved reinstalling the addon.Thanks Socio. No external links here, thank you Link to comment Share on other sites More sharing options...
joe122joe Posted April 21, 2017 Share Posted April 21, 2017 Hi Is it combined with QT Pro as the old one? Is it just for editing an existing order can I create orders ? Regards Joe Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.