• Resolved GreenTigerLiving

    (@greentigerliving)


    Great plugin.

    One thing that has caused some confusion with the customer. When you select the number of tickets and click “Add to Cart”, the response is “Your cart is updated. Go to Cart” (which is the link to go to the Cart).

    The issue is that the response shows up ABOVE the ticket offering, not below. Some people are not noticing it (even though the entire line is highlighted in yellow).

    Is there someway that this could appear BELOW the original “Add to Cart” button?

    Many thanks. I’ll be creating a couple of these over the next month and will keep you posted on how all that works out.

    Link: https://www.friendsofchildrenofbrevard.org/fiesta-brevard/

    FYI: This particular website is for a non-profit organization that works with Foster Children in Brevard County, Florida. Just to let you know your plugin is playing a part in helping kids!!

    https://www.ads-software.com/plugins/my-tickets/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    The simplest thing for you to do would be add some custom styles to change the visual appearance. Something like this:

    .mt-response {
      position: absolute;
      bottom: 0;
    }

    In general, usability suggests that above the form is better practice, but it’s such a small form that it hardly matters, really. You could also use styles to brighten the container and make it more obvious, if you wish.

    Thread Starter GreenTigerLiving

    (@greentigerliving)

    I’ll “give it a go”.

    Thank you for the prompt response.

    sorry. posted in wrong place.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Response to "Add to Cart" is at top, not the bottom’ is closed to new replies.