OpenSourceOrg / dotOrg

Public tracker of opensource.org issues
GNU General Public License v3.0
7 stars 1 forks source link

SugarCalendar - Free ticket displays weird characters #36

Closed smaffulli closed 5 months ago

smaffulli commented 5 months ago

Description

When an event is free, there are multiple UI issues. The biggest one is the price with extra characters. But also, the event is free so the labels should not say $0 but "Free". Also, ideally the button should not say "Get a ticket" but rather simply "Register"

image

I'm quite sure we addressed this issue already but I can't find the exact place... Maybe you can make more sense from the list of commits: https://github.com/a8cteam51/open-source-initiative/issues/191

Steps to reproduce

Go to https://opensource.org/events/open-source-ai-definition-town-hall-4/ Check the registration box Notice how the price is displayed

What you expected to happen

Instead of a reference to price, ideally the event should be clearly marked as a free event.

What actually happened

The text shows

-$-0 Per Ticket

with extra -

ahegyes commented 5 months ago

👋 @smaffulli! This has been addressed on the staging site via PR #48.

Before: image

After: image

If this is as you expected, we can deploy this live by merging PR #49. Thank you!

nickvidal commented 5 months ago

Yes, that would be great. Thank you!

ahegyes commented 5 months ago

This has been merged 😄 https://opensource.org/events/open-source-ai-definition-town-hall-4/

image