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

Feature Request: Display Column Heading and Qty values on front end #13

Open
robzor opened this issue Feb 4, 2022 · 0 comments
Open

Comments

@robzor
Copy link

robzor commented Feb 4, 2022

Hi there,

It would be great if there was a front end field to display the 'Column Heading' table cell values on the front end.

Also, While I am currently able to interrogate the field to get the Qty value, it would be great to be able to grab this without having to result to:{% for qty, price in bulkPrice if qty != 'iso' %}

Desired output:

{% for priceRow in bulkPrices %}
  {{ priceRow.heading }} : {{ priceRow.price }}
  <span class="hidden">{{ priceRow.qty }}</span>
{% endfor %}

10-19: £50.00
20-29: £45.00
30+: £40

I would be happy to pay for this development based on how long you think it would take, and if you are interested in doing it!

Thanks,

Rob

@robzor robzor changed the title Feature Request: Display Column Heading values on front end Feature Request: Display Column Heading and Qty values on front end Feb 4, 2022
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

1 participant