I see Super Orders 3.0 is compatible with ZC ver 1.3.9 I would really like to install it on ZC version 1.5.0.
Is is also compatible with ZC version 1.5.0?
Thanks for anyone help.
Printable View
I see Super Orders 3.0 is compatible with ZC ver 1.3.9 I would really like to install it on ZC version 1.5.0.
Is is also compatible with ZC version 1.5.0?
Thanks for anyone help.
I am using SuperOrders 3.0.2 on ZC 1.3.9h
The shipping method details are not getting passed on to the order. Instead only the shipping description is showing. For instance, instead of showing UPS Ground, it's showing United Parcel Service (1 pkg x 26.85 lbs total).
I found this post about this happening in SuperOrders 2.0, but I looked at the code and it appears correct in the SuperOrders 3.0 version I have running. http://www.zen-cart.com/showthread.p...959#post474959
Any help would be greatly appreciated.
This is the code I have in the section:
Code:$contents[] = array('text' => '<br>' . TEXT_DATE_ORDER_CREATED . ' ' . zen_date_short($oInfo->date_purchased));
if (zen_not_null($oInfo->last_modified)) $contents[] = array('text' => TEXT_DATE_ORDER_LAST_MODIFIED . ' ' . zen_date_short($oInfo->last_modified));
$contents[] = array('text' => '<br>' . TEXT_INFO_PAYMENT_METHOD . ' ' . $oInfo->payment_method);
$contents[] = array('text' => TEXT_INFO_SHIPPING_METHOD . ' ' . $oInfo->shipping_method);
$contents[] = array('text' => TEXT_INFO_IP_ADDRESS . ' ' . $oInfo->ip_address);
I figured out my problem and it was not related to SuperOrders.
I had implemented this change: http://www.zen-cart.com/showthread.p...-Rate-Best-Way
Which removed the text in the parentheses.. But the text in the parentheses is what tells you which shipping option was selected in the shipping method. Ugh... So now my shipping descriptions are super long, but the info is there.
Now I would love to figure out how to show *just* the info in the parentheses instead! LOL
Link above was truncated. Here is the link
I know I can edit hidden comments...
BUT How do I add the ability to edit visible comments made by the admin???
Thx.
**deleted**