- Posts: 7
- Thank you received: 0
Problems to complete the purchase
I'm using Joomla 1.5.25 and I installed hikashop see. Version 1.5.8 noncommercial and I have the following problem.
After pressing the button below, once you agree to the terms of purchase, I again see the same page.
I can not get confirmation of purchase.
I have enabled the option to purchase up appears login and end, when I press end is the same.
I have enclosed a copy of the screen thank you very much
Please Log in or Create an account to join the conversation.
Also, did you change the "checkout workflow" option of the configuration ? Such behavior can happen if you remove the "confirm" view from it.
Also, it can happen if you have a database query error. In order to check for that, please turn on the "debug mode" option of the joomla configuration and try again. That will display an error message in such case which will help us understand what is happening.
Please Log in or Create an account to join the conversation.
Thank you for your recommendations, the access link is the following: www.interie.net/index.php?option=com_hikashop&ctrl=checkout and the test account is: User: interie PW: interie
I put debug mode joompla and sent me a series of mistakes, I am sending the screen capture
Thanks for your support.
Jesus Garcia Perez
xe1bwb
Please Log in or Create an account to join the conversation.
That error comes from the mod_blank15v51 module that you're using. Could you unpublish it and try again the same thing so that we can see if you have an error an the end of the checkout ?
Please Log in or Create an account to join the conversation.
I have unpublished the module that you show me and at continuing problem for now I'll leave it unpublished so you can observe.
In the screenshot of the page I send you a syntax error: line 1 ORDER BY.
may be this causes the problem so it can not complete the sale?
regards
Jesus Garcia Perez
Please Log in or Create an account to join the conversation.
We would have to have both the debug mode turned on and that module unpbulished in order to be able to see the potential error at the end of the checkout.
The debug mode is turned off on your website, so we can't look at the problem.
The syntax error comes from the mod_blank15v51 module. It is something else and it's not related to that problem.
Please Log in or Create an account to join the conversation.
I disabled the module that you show me and the system is in debug mode, to observe the error potential because it is not possible to close the sale.
Thank you very much for your time nicolas.
Jesus Garcia Perez
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
This is the link: www.interie.net/index.php?option=com_hik...ask=show&cid%5b%5d=1
I remember you, test account: User: interie PW: interie
Thanks
Jesus Garcia Perez
Please Log in or Create an account to join the conversation.
So it must be a configuration issue.
Please do a screenshot of the Checkout tab of the configuration so that we can see how you configured your checkout.
Please Log in or Create an account to join the conversation.
I Send you the screenshot of the checkout tab of the configuration from my site.
Jesus Garcia Perez
Please Log in or Create an account to join the conversation.
You're apparently on PHP4 that it leads to that problem. I strongly advise you to ask your hosting company to use PHP5. PHP4 has been unsupported for more than a year now and could have security issues. Normally, they should be able to do that without too much trouble and it will solve that problem at the same time I think.
If they can't do it, you can try to change the line:
<input type="hidden" name="unique_id" value="[<?php echo md5(uniqid())?>]"/>
to:
<input type="hidden" name="unique_id" value="[<?php echo md5(uniqid('hika_'))?>]"/>
in the file "step" of the view "checkout" via the menu Display->Views.
Please Log in or Create an account to join the conversation.
Thank you very much for the excellent technical support, today I make my first successful test purchase.
After our tests is very likely that our company buy commercial verson.
Greetings from Irapuato, Guanajuato Mexico.
Jesus Garcia Perez :laugh:
Please Log in or Create an account to join the conversation.