Active
Project:
UberPOS
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2011 at 18:55 UTC
Updated:
1 May 2011 at 20:45 UTC
Hi,
I have just configured attributes for some of my items. Is it possible to show the Item name and the attribute name? At the moment it doesn't matter which attribute SKU I select, it always displays the original title which isn't useful for showing on the receipt what we are selling.
Thanks,
Paul.
Comments
Comment #1
coreywood commentedI accomplished this by adding the following code to foreach ($order->products as $product){} in uberpos.module:
You'll also need to add this function, I threw it at the end of uberpos.module:
Then, add the adjustment piece to uberpos.js:
Comment #2
techypaul commentedHi,
Thanks! This works pretty well for me, although when I choose a single item for sale now, I get this type of thing:
Computer Repair - Add On (3)
£0.00
Computer Repair - undefined
£20.00
Any ideas? Is this what happens with yours? I was hoping for more
Computer Repair - Add On (3)
£20
on its own. Also changing this to feature request, because I think it should be in the full release.
Ta,
Paul.