Theme support is offered to verified customers by forum only. Support requests and solutions made by email, Skype, Envato or any other method will be redirected back to the forum.
This topic is: not resolved
-
Greetings.That was the question.I have variables that need to be sent when redirecting to step = 2// registration info (login, password #1)$mrh_login = “****”;$mrh_pass1 = “*******”;// number of order$inv_id = 0;// order description$inv_desc = “ROBOKASSA Advanced User Guide”;// sum of order$out_summ= @$_REQUEST;// code of goods$shp_item = “222”;// default payment e-currency$in_curr = “”;// language$culture = “ru”;// generate signature$crc = md5(“$mrh_login:$out_summ:$inv_id:$mrh_pass1:Shp_item=$shp_item”);In what file I connect them?tried to paypal.php does not work