Checkout
-
Using marketpress lite version 2.9.5.6
wordpress version 4.9.8I have tried updating to the latest version but that just breaks lots of other aspects of the site! I’d rather not have to fix so much as the site is being totally re-created soon.
Issue is, when you complete the shipping form, the ajax request is sent off (from store.js), which hits the following:
// Require an action parameter
if ( empty( $_REQUEST[‘action’] ) )
wp_die( ‘0’, 400 );in admin-ajax.php
the form:
<form id=”mp_shipping_form” method=”post” action=”” _lpchecked=”1″> etc…has no action, therefore dies with a 400 status as above.
Tried fixing for hours to no avail!
The page I need help with: [log in to see the link]
The topic ‘Checkout’ is closed to new replies.