khanjee75 Posted August 23 Share Posted August 23 Hey, I have an issue in my quick-order page. The issue case after installing Stripe payment module. After the added payment modules, product add to session cart time total showing null. Ajax shopping cart is showing correct prices and other details but Quick-Order page is not showing 'Total products (tax excl.)' and Total. After checking the code I came to know that $cart->getSummaryDetails is returning null. Hence showing nothing in: Total products (tax excl.) and Total Also adding or subtracting the cart products quantity doesnt refresh the page automatically and I have to manually refresh the page to refresh the quantity on the page. I am using PS 1.6.1.4. Please see attached screenshots for your reference. how can i solve this error please help me... I am having the same issue not after adding Stripe module on my PS 1.6.1.4 website. Did you manage to find the solution as I am still having the same issue even after uninstalling and deleting the module folder . Anyone can help me with this as I have already spent hours in finding the fix. Thanks Link to comment Share on other sites More sharing options...
Knowband Plugins Posted August 27 Share Posted August 27 It seems to be a syntax error in the template file that is causing the issue. https://prnt.sc/ygnAg8Yju6uu Link to comment Share on other sites More sharing options...
khanjee75 Posted Sunday at 04:26 PM Author Share Posted Sunday at 04:26 PM Hi @Knowband Plugins, Thanks for the reply but the above line of code was written in 'shopping-cart.tpl' by me to test if $cart->getSummaryDetails() is responding correctly but it seems that $cart->getSummaryDetails() is not returning the values properly and hence we are unable to get the products and their prices in the summary page. I have hacked the template code to manually get the product prices from $cart object as it seems to have right data in it but getSummaryDetails() is not returning the values as expected. I would like to know why the standard $cart->getSummaryDetails() is not returning as expected? Also if I change the product quantity or delete any product from the summary table then page doesn't get refreshed automatically but if I remove cart-summary.js file then it does refresh the page automatically after any modification in the cart items. I guess due to the new module install, it may have messed up with existing JS file or there is some override somewhere, which I am unable to detect. Any more help will be very much appreciated. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now