ubercart - Submit Order on Drupal 7 Custom Theme Redirects Back to Checkout Page -
when submit order on custom theme using ubercart on drupal 7, redirected cart/checkout page again. order shows being abandoned. redirected checkout page again , has previous order full credit card information(last 4 digits , cvv). not getting error messages aware of after checking log files.
i tried adding mytheme_uc_checkout_pane_cart_review function theme's template.php file described on documentation here see if helped, didn't seem work. how fix issue order goes through , gets completed order page.
in addition, found person having same issue, mind not caused non-valid product. link issue here
based on looking checkout works fine on default theme bartik 7.50. thank help!
i have similar problem simple solution. in reports > recent log messages, if page can find js files: jquery-ui, jquery-x.x.x.min.js. if not, need fix it. in case, forget put in [customtheme]/templates/html.tpl.php, have modified previously:
<script type="text/javascript" src="<?php print base_path() . path_to_theme() .'/' ?>js/jquery-1.8.3.min.js"></script> <script type="text/javascript" src="<?php print base_path() . path_to_theme() .'/' ?>js/jquery-ui.min.js"></script>
Comments
Post a Comment