fm-ticketing / dawn-shopify-theme

Clone of Shopify's Dawn theme, with Online Store 2.0 feature.
Other
2 stars 0 forks source link

Restart Ticket Selection Implications with Full Shopify Store #89

Closed stuartleech closed 2 months ago

stuartleech commented 3 months ago

Foundling are looking to launch their Shopify store in October.

They've been working on the test site which you can see and use here: https://foundling-test-test.myshopify.com/

The question is the "Restart Ticket Selection" button in the basket necessary, does it impact the function of the wider online store.

I think we might be able to get rid of it but it would be good to take a look at the functionality and just double check

katjam commented 2 months ago

I think you are right, we can get rid of it. People can use the delete function in the basket to get rid of tickets.

Ideally, we might want to show the "restart ticket selection" button only if there are tickets in the basket and when pressed, only clear out general admission products, but that feels risky for a release on Monday.

Do you want to hide with css for now and think about it more next month?

stuartleech commented 2 months ago

I've added:

.underlined-link { display: none; }

But slightly concerned there might be other items with that class?!

stuartleech commented 2 months ago

I also noticed on the test site that the footer interferes with the calendar, does that just need a z-index?

![Uploading Screenshot 2024-09-26 at 12.28.16.png…]()

katjam commented 2 months ago

I've added:

.underlined-link { display: none; }

But slightly concerned there might be other items with that class?!

Yes. That class is in a quite a few places in the theme. We should target more specifically if we can. I can also remove from the markup if that's easier.

Your image of the footer/calendar didn't post but I assume it's this: image

katjam commented 2 months ago

We might need to change the position attribute for the calendar or the footer so the footer gets pushed down by it.

katjam commented 2 months ago

Closed confusing empty basket button by hiding 626b2b49342a36af245af1349da83cf131e99034 Closed calendar overlapping footer with 603b790366bf8c454c762e3c794ac5342abaded6