Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
yesaul
Hi!
Is this correct? (
$order->id ?? )
HTML Code:
<td colspan="2" align="right" class="noprint"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS_INVOICE, 'oID=' . $order->id) . '" target="_blank">' . zen_image_button('button_invoice.gif', IMAGE_ORDERS_INVOICE) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS_PACKINGSLIP, 'oID=' . $order->id) . '" target="_blank">' . zen_image_button('button_packingslip.gif', IMAGE_ORDERS_PACKINGSLIP) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_orders.gif', IMAGE_ORDERS) . '</a>' . $extra_buttons; ?></td>
(line #758 in modified YOUR_ADMIN\orders.php)
No, it is not! In each case, that $order->id should be $_GET['oID']. I'll get this updated in the plugin's GitHub repository and ready for a 4.2.1 release. Thanks for the report!:smile:
Re: Edit Orders v4.0 Support Thread
Arggh, I've submitted v4.2.1 for review, but it's got a PHP parse error. Hold up for v4.2.2, coming soon.
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
lat9
Arggh, I've submitted v4.2.1 for review, but it's got a PHP parse error. Hold up for v4.2.2, coming soon.
EO v4.2.2 was just submitted to the Plugins for review; I'll post back when it's available.
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
lat9
EO v4.2.2 was just submitted to the Plugins for review; I'll post back when it's available.
Wow, that was quick! EO v4.2.2 is now available for download.
Re: Edit Orders v4.0 Support Thread
Hi
Recently I've upgraded my ZC version from 1.3.9h to 1.5.5e. Also upgraded Super orders and edit orders module to current latest version though. Now my issue is
After I've edited attribute option value in order details page, option name sort order was totally messed up. Its completely changed and its not look like as before. Please see this small video. I've entered Sort order properly on each option name.
http://recordit.co/5P61O5OOKS
Please help..
Re: Edit Orders v4.0 Support Thread
What are your current settings for Products Info - Products Option Name Sort Order and Products Info - Product Option Value of Attributes Sort Order in Configuration->Product Info?
2 Attachment(s)
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
lat9
What are your current settings for Products Info - Products Option Name Sort Order and Products Info - Product Option Value of Attributes Sort Order in Configuration->Product Info?
Hi
Thanks for reply. here is my settings Configuration->Product Info
Attachment 17034
Catalog -> Option name sorter
Attachment 17035
Re: Edit Orders v4.0 Support Thread
@Prabu, thanks for the information. I'll post back once I've got this replicated!
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
lat9
@Prabu, thanks for the information. I'll post back once I've got this replicated!
Hi
Many thanks. Please provide some instructions to fix this issue.
Re: Edit Orders v4.0 Support Thread
Prabu, please let me know your direct email address via PM (Private Message) so that I can send you an update to verify.