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

Producer Profile: View buying info and links (clarify logic for contact form) #11

Open
kirstenalarsen opened this issue Mar 7, 2024 · 14 comments
Assignees

Comments

@kirstenalarsen
Copy link

Needs test data to make sure we have all the scenarios represented

Test Data:

  • Wholesale and Household - Bundarra, one link each;
  • Only Household - Murrnong, one link
  • No links - Pukawidgee (come through after caching). NB. I left the household box ticked but emptied all text fields and links

Changes needed
[] Add Contact Producer Button
[] ? Wholesale Customers title

Image

@JbPasquier
Copy link

I don't understand what needs to change here? Can you clarify, please?

@mariocarabotta
Copy link

I don't understand what needs to change here? Can you clarify, please?

You can find different scenarios mocks and annotations here.

Feel free to let me know if you need further details

@mariocarabotta
Copy link

mariocarabotta commented Mar 18, 2024

@mariocarabotta
Copy link

here I'm seeing multiple facebook links. @mkllnk looping you in since we might need to handle it our side?

@JbPasquier
Copy link

You can find different scenarios mocks and annotations here.

This is the document I based the implementation on. If anything is wrong, maybe it's worth checking related datas.

Can you point some producers which have wrong display?

also, I'm noticing this icon? not sure why it's there since we don't have whatsapp links

Datas have.

@mkllnk
Copy link
Member

mkllnk commented Mar 18, 2024

I just checked that link and I could see only one Facebook link now. Maybe fixed?

@kirstenalarsen
Copy link
Author

@JbPasquier the problem as I see it is that

1. 'Wholesale Customers' title not displaying

when Wholesale Customers is on, there should be a title INSIDE the box, between How to Buy and the info, as per mockup

Image

Looking at Bundarra, the wholesale customer info is there but the TITLE is missing

Image

2. View Contact Details button missing

Underneath the Wholesale Customer section there should be a button that takes the User down to the contact form

@kirstenalarsen
Copy link
Author

just looking for different cases for this - Grazed and Grown is not displaying any 'how to buy' section at all - can anyone see why this might be? https://regenerative.org.au/regenerative-produce-portal-producer-details/@https%3A//api.regenerative.org.au/webhook/regen/producer%3Fid%3Drec2aFRu0H3Czf2IG@ @mkllnk @mariocarabotta @JbPasquier

@JbPasquier
Copy link

Looking at Bundarra, the wholesale customer info is there but the TITLE is missing

Fixed

Underneath the Wholesale Customer section there should be a button that takes the User down to the contact form

The mockup said this:
image

In your datas, Bundarra does not have phone enabled.

Grazed and Grown is not displaying any 'how to buy' section at all - can anyone see why this might be

This producer have no product. That's the condition I've made to display the whole How to buy block to avoid empty screen. Should I remove this check?

@kirstenalarsen kirstenalarsen changed the title View buying info and links Producer Profile: View buying info and links (clarify logic for contact form) Mar 21, 2024
@mariocarabotta
Copy link

This producer have no product. That's the condition I've made to display the whole How to buy block to avoid empty screen. Should I remove this check?

Please remove the check. It will look empty, but we will encourage producers to add products, so it should not happen frequently.

@JbPasquier we have discussed internally about always showing the contact form - hopefully this might simplify the logic a little bit.

I have prepared some examples of how that would look like here

  • always assume you are going to get an email address
  • the email address will be used to send the message from the form (this might be with Maikel maybe)
  • always show the How to buy section
  • always show the button that anchors to the contact for
  • always show the contact form
  • if people have the flag email, then show the email
  • if people have the flag phone, then show phone
  • if both, show both
  • if none, hide container left of the contact form

@JbPasquier
Copy link

Done!

It will look empty, but we will encourage producers to add products, so it should not happen frequently.

I hope so, some like the Tak-One Organics producer page are rather deceptive.

the email address will be used to send the message from the form (this might be with Maikel maybe)

That's with Maikel, indeed. It seems that it's already done.

@mariocarabotta
Copy link

mariocarabotta commented Mar 26, 2024

I hope so, some like the Tak-One Organics producer page are rather deceptive.

agree! there are a couple of people in the team helping out producers filling their profile. Also, at the moment the profiles that are still in progress get published for our testing, but before we go live we'll hide the ones that are not ready.

thanks for updating this! I went through most of the profiles, just a few prodycers still show the phone number at the top below the button. it might be some logic from the previous design iteration (sorry about that!).
if you could remove it, that would be great. we would like to show phone number and email address ONLY next to the contact form.

a couple of examples of where this is happening here > Grazed and Grown Farm, Moyarra Pastoral

Screenshot 2024-03-26 at 10 20 00

@JbPasquier
Copy link

Found, thanks. Fixed.

@mariocarabotta
Copy link

working great! moving to done 👏

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

No branches or pull requests

5 participants