Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Haider
Haider
From Front end - Customer placing new order and paid payments via order coupon - after entering personal and delivery details, get message details about delivery address and personal details....
 
Not redirect on final checkout message -- Redirect back to final order details page and still order there ....
 
While in Admin side order received but not paid - status is there " Confirm by User " -
 
Vera
Vera
Please make sure that the Payment URL * on Edit Payment System page is credit_card_info.php or order_final.php if you want to skip the credit_card step.
 
Also please note, 'Confirmed by User' is a default order status for Personal payment system on successful payment. To set your own order status instead of 'Confirmed by User' you need to activate Advanced settings. For this:
1) create a file payments/success.php
which should contain the following lines
<?
$transaction_id = 'ok';
?>
2) on Edit Payment System page check "Is Advanced "option, set Advanced Library as
./payments/success.php
and select your preferred statuses on Success, Pending and Failure
(Advanced URL could be any, for example 'test')
 
If this information doesn't help you, please send a ticket to our support team where provide your site URL and admin login and describe the problem in details for further advice.
 
Best Regards,
ViArt Support
 
 
 
Haider
Haider
Hi,
Thank you very much for response, I did as you suggest but problem is same there.
 
Actually you know when this was working properly and got no error , if in IE browser I write "http://www.example.com/subfolder/order_final.php" I got " order error " and on screen display this error " Can't find appropriative order. " but now when this problem is with site .... when I type " http://www.example.com/subfolder/order_final.php" and press enter ... take me to basket.php .... I mean if in browser check I see there " http://www.example.com/subfolder/basket.php" and all order details and personal details same there ...
 
 
Hope you understand what I want to explain... I just want to explain and request to solve this here because may be some others some times got same problem .. and this is much headach ...
 
Thanks
 
Haider
Haider
This one is ok now... Actually I this was my mistake, I used wrong versions patch file ....
 
Thanks for all