We’re migrating to our new support system at https://support.neuronthemes.com/ please create an account and submit all new support tickets there to ensure faster and more efficient assistance.
when I click on my cart in the navigation and my sidebars pulls out. How come the buttons on the bottom "view cart" and "checkout" don't have any links to it. Can we please add it somewhere and how?
when I click on my cart in the navigation and my sidebars pulls out. How come the buttons on the bottom "view cart" and "checkout" don't have any links to it. Can we please add it somewhere and how?
Hi,
Can you please provide me with your wp-admin, I will have a quick look to see what's going on.
Feel free to ask for anything you need.
Kind Regards
url: https://prints.fudostudio.com/wp-admin
username: fudophotoprints
password: Bratunac1992!
Hi,
I am very sorry for the late reply, we were not working on the weekend.
I've just installed a plugin called "Insert Headers and Footers" and added the following script to it to fix the issue.
<script> // Get the cart and checkout buttons const cartButton = document.querySelector('.elementor-button--view-cart'); const checkoutButton = document.querySelector('.elementor-button--view-checkout'); // Assign links to the buttons const cartLink = 'https://prints.fudostudio.com/cart/'; const checkoutLink = 'https://prints.fudostudio.com/checkout/'; // Add event listeners to the buttons cartButton.addEventListener('click', () => { window.location.href = cartLink; }); checkoutButton.addEventListener('click', () => { window.location.href = checkoutLink; }); </script>Feel free to ask for anything you need.
Kind Regards