can the waitlist go above cart
-
Make the “Add to Waitlist” button/message more visible on both mobile and desktop by placing it above the “Add to Cart” button instead of below. This ensures customers are immediately aware they can join the waitlist when a size is out of stock.
Problem Right Now:
On desktop it appears under the cart button, but it’s still somewhat visible.
On mobile it’s even less noticeable, as it sits at the bottom and users may miss it.
IS THERE some JS we can add directly to your themese custom js area? im no developer so if you could just give me some simeple copy paste code that would be good or possibly something i can paste into chatgpt and it can guide me form there
Hello,
Sorry, but there isn’t an option in the theme settings to change the order of the Waitlist form above the Add to Cart button. The current HTML structure doesn’t allow this with CSS alone, and it would require custom code development, which is outside the scope of theme support.
However, to make the Waitlist section more noticeable, you can use the following CSS in Theme Settings -> Custom CSS. Change the code as per your requirements.
.wd-wtl-form {
border: 2px solid #4CAF50 !important;
background: #7a877a !important;
padding: 20px !important;
}
.wd-wtl-form .button {
background: #ff10f0 !important;
padding: 12px 25px !important;
}
Best Regards,