Problem with selection in form
Hi!
I have an issue with a form where the options of the selection field isn't showing. It looks fine in the editor but not on the actual site. The form is located on:
https://juridikservice.se/checkout/
In Google Chrome the options seems to apear a bit down the page, but only when logged in. When logged out, both the checkout page and cart page is blank. Even though the shop is live.

Also I'm trying to make a button on the single product template that adds the product to the cart (with custom Js code) and then redirects the user to the checkout (with the built in feature). I've tried with following code but no success.
jQuery(document).ready(function ($) {
// Selektorn för knappen baserat på ID
$('#k76GssCfni4w').on('click', function (e) {
// Produktens ID (se till att detta hämtar rätt produkt)
const productId = brizyData.product_id; // Byt ut till ett fast ID om det behövs
// AJAX-anrop för att lägga till produkten i varukorgen
$.ajax({
url: '/?add-to-cart=' + productId,
method: 'GET',
success: function () {
// Här behöver vi inte göra något ytterligare
},
error: function () {
console.log("Ett fel uppstod vid tilläggning av produkten till varukorgen.");
}
});
});
});
Do you have any solution to this?
I've sent you the login in a previous thread: https://support.brizy.io/hc/en-us/community/posts/22109496358290-Can-t-reply-to-mails-from-form
Thank you!
-
Hello Kristoffer,
Your website is currently inaccessible. I see this error
0 -
It works fine for me right now.
0 -
Hello Kristoffer
The Select field in the checkout page appears fine at my end in Google Chrome. Have a look at https://jmp.sh/jx2snWnH Are you unable to select an option at your end?
0
Please sign in to leave a comment.
Comments
3 comments