Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable weights improvements #568

Closed
kirstenalarsen opened this issue May 22, 2015 · 7 comments
Closed

Variable weights improvements #568

kirstenalarsen opened this issue May 22, 2015 · 7 comments
Assignees
Milestone

Comments

@kirstenalarsen
Copy link
Contributor

We have pushed through to production as is @lin-d-hop but in playing with it, @oeoeaio and I have a couple of suggested improvements. Think Rob is planning to do these . .

  1. Make weight and price take unit quantity into account so if there are 3 at 1kg, weight is 3000 and price corresponds to that (otherwise is really hard to see where you're actually at)
    image
  2. dynamically update if 'quantity' is changed?
  3. Update the calculator at the top to read from weight / volume rather than quantity * weight
    image
@kirstenalarsen kirstenalarsen added this to the Aus - Current milestone May 22, 2015
@kirstenalarsen kirstenalarsen modified the milestones: Aus - Next Up, Aus - Current Jun 12, 2015
@kirstenalarsen kirstenalarsen modified the milestones: Aus - Next Up, Aus - Current Jul 8, 2015
@kirstenalarsen
Copy link
Contributor Author

Hi @lin-d-hop - it doesn't look like @oeoeaio is going to get to these before being away for a while - any chance / interest in you doing them?

@lin-d-hop lin-d-hop self-assigned this Jul 8, 2015
@lin-d-hop
Copy link
Contributor

hi @kirstenalarsen, sure I'll take a look at these enhancements :-)

@lin-d-hop lin-d-hop modified the milestones: UK Current, Aus - Next Up Jul 9, 2015
@lin-d-hop
Copy link
Contributor

PR in #644 :-)

@kirstenalarsen kirstenalarsen modified the milestones: v 1.2, UK Current Sep 4, 2015
@sstead
Copy link

sstead commented Sep 4, 2015

Some notes from testing...
In relation to K's suggestions above.

  1. Yes, the weight/volume field is showing the quanity x the unit weight/volume (as below)
    image
  2. Yes, price is automatically updating if you change the quantity or weight/volume values. The summary box at top is also calculating live.
  3. No, the calculator seems to be looking at Quantity and Weight not the editable weight/volume field (as below).
    image

? I looked at a couple of reports, and it doesn't look like any changes have been made on that front yet.

@sstead
Copy link

sstead commented Sep 4, 2015

The summary box at the top is not populating for products that are set as items (bunch, box, packet). This issue exists in production as well. I've githubed it.. #664
image

@sstead
Copy link

sstead commented Sep 4, 2015

Suggestions to make feature easier to use:
The weight/volume field doesn't tell you what units the number is in. It would be great if, like in the summary box, the units are shown beside the number. Or could we have an info box that tells people. At the moment, mass units are shown in g, and volume units are shown in L. (this is a little inconsistent).

When you set the 'Group Buy Unit Size', when editing a product, there's not indication of what units to use... For mass, it's g, for volume it's L. But there's no way of knowing this- can we have an info box, or insert a greyed out grams/Litres in the box which disappears when you start typing?

@sstead
Copy link

sstead commented Sep 4, 2015

When using the Group Buy function, I imagine it would be helpful if people got an alert if they raised a customer's order above their MAX quantity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants