yolknet Posted July 25, 2016 Share Posted July 25, 2016 After updating a 4 year old prestashop version the order button doesn't work any longer on this page: http://www.yn2.nl/onstejater/index.php?id_category=5&controller=category&p=2 I found out the button works when I change this line http://www.vierbinden.nl/onstejater/index.php?controller=cart?add&id_product=63&token=75928323bb2ad358344bbaf4d4f79d21 to this line (change "add" to "add=1") http://www.vierbinden.nl/onstejater/index.php?controller=cart?add=1&id_product=63&token=75928323bb2ad358344bbaf4d4f79d21 How can I repair the order link? Link to comment Share on other sites More sharing options...
rocky Posted July 25, 2016 Share Posted July 25, 2016 It seems your theme is not compatible with PrestaShop v1.6, only v1.5. You'd be better off creating a new one based on the default PrestaShop v1.6 theme. But if you're unable to do that, you can try to hack your current theme into working. You'd have to edit themes/onstjater/product-list.tpl, search for the code that adds ?add to the URL and change it to ?add=1 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