I have the minimum set to 10,000 KRW for a choose your price ticket. However, I want the default to display as 30,000, not the minimum price.
Here is a screen recording:
https://www.loom.com/share/394a8ed5ec644b72b6f020eb935d10a3
I am using these two java scripts:
jQuery(‘button.evcal_btn.evotx_addtocart.button.alt’).click(function()
{
setTimeout(function(){ window.location.href=’/cart/’; }, 1000);
});
And also:
jQuery(document).ready(function () {
jQuery(‘input.nyp’).val(‘30000’);
jQuery(‘.evotx_addtocart_total span.value’).text(‘30,000’);
});
Here is my booking page:
https://candlelightguitar.com/6-4-23-select-seats/
As you can see, there is an error with the total cart value when quantity is changed.
My developer can’t fix it and says it is a problem, with the plugin.
Do you have a possible solution?
Thank you
Mar 18,2023 AT 9:01AM - 3 hours ago -