Home › Forums › Plugins › Manual Ordering › Support › [Resolved] Add new order creates entry in purchase log, but doesn't add items › Reply To: Add new order creates entry in purchase log, but doesn't add items
August 5, 2010 at 5:44 am
#6855
winweb
Participant
Also on line 209 of the plugin, your form action, using the_permalink() doesn’t actually place an action into the markup of the page – I know this wont have any effect on the outcome, but just spotted it.
Basically, it looks like the sql statements you use aren’t quite working properly – I’ve managed to create an entry myself by creating 3 sql queries in phpmyadmin which add entries to the wpsc_purchase_logs, wpsc_submitted_form_data and wpsc_cart_contents tables which then actually displays in the back end correctly.