Hi guys.
since I do some serious progress on testing TI, I meanwhile reached the email & admin sales section. I now have noticed that there is a confusing matter on what the customer sees on his ordering progress(with menu_options!) at stages:
- Choose menu item with menu_options
- Checkout lsting
- Checkout success listing
And following:
- Order conf email to cust
- Order conf email to admin
- Dashboard/Sales/Menu_items
At this last 3 stages “a counting/ ID prefix” is being shown next to the menu_options_value# which is pretty confusing.
Like: :
Order Summary
£4.00
2 × SCOTCH EGG
Small
£14.00
2 × SCOTCH EGG
Large (£5.00)
gets added with “id-prefix” 1xSmall and 1xLarge etc. Even 2x Large (whatever was ordered) was ordered.
Name/Description Unit Price Sub Total
2 x SCOTCH EGG
1 x Small = £0.00 £2.00 £4.00
2 x SCOTCH EGG
1 x Large = £5.00
Luckily I had some time to do a complete fresh new install from scratch to double check this. And I do have the same issue on both install.This issue confuses as one places an order with multiple items.
Does this already been discussed somewhere or is there any work around which I missed?
I tried to manipulate the emails first at Design/Mail Templates/:
<td>{{ $order_menu[‘menu_quantity’] }} x {{ $order_menu[‘menu_name’] }}
<br>{!! $order_menu[‘menu_options’] !!}<br>{!! $order_menu[‘menu_comment’] !!}</td>
<td align=“right”>{{ $order_menu[‘menu_price’] }}</td>
<td align=“right”>{{ $order_menu[‘menu_subtotal’] }}</td>
but had not look.
So thought further and came to the conclusion that this value must come from database. Located following:
ti_menu_item_options / ti_menu_item_option_values and ti_menu_options with option_id / option_name etc accordingly
Does anybody else experience this confusing issue or can help me out?
I will attach a screenshot for better understanding.
https://imgur.com/F35cA7c