

mypaisa
Members-
Content count
10 -
Joined
-
Last visited
Profile Information
-
Real Name
M.Y. Paisa
-
Sorry - I should have looked closer at earlier posts. I downloaded the 5/27 files, so I was looking at posts from after that.
-
Also, as far as the date issue, I of course, have the same problem. Paycheck commented these things: //if ((strlen($HTTP_POST_VARS['startdate']) != 10) || verify_date($HTTP_POST_VARS['startdate'])) and //if ((strlen($HTTP_POST_VARS['enddate']) != 10) || verify_date($HTTP_POST_VARS['enddate'])) and /* function verify_date($startdate) { $error = 0; list($year,$month,$day) = explode('-', $startdate); if ((strlen($year) != 4) || !is_numeric($year)) { $error++; } if ((strlen($month) != 2) || !is_numeric($month)) { $error++; } if ((strlen($day) != 2) || !is_numeric($day)) { $error++; } return $error; } function verify_date($enddate) { $error = 0; list($year,$month,$day) = explode('-', $enddate); if ((strlen($year) != 4) || !is_numeric($year)) { $error++; } if ((strlen($month) != 2) || !is_numeric($month)) { $error++; } if ((strlen($day) != 2) || !is_numeric($day)) { $error++; } return $error; } */ Radders - can you explain what part of this needs to be commented and what doesnt?
-
I was just about to install this, and I saw that if I overwrite my english.php file with the one that's included, I would have a serious set of problems. I tried to copare the files and it's hard to find the differences that matter. Can someone tell me what has to be changed in /admin/includes/languages/english.php ?? Thanks!
-
I had the same problem as Morb, used his code for line 903, and it works now.
-
[Contribution] Geotrust/Skipjack Payment Module
mypaisa replied to kinetek's topic in General Add-Ons Support
I have a serious problem - In the last three days, the volume of my store has significantly increased & I am receiving credit card payments for orders that are not showing up! I dont have a shopping cart or order message/email, and the customers are receiving the payment processors email (no order details either.) So, I have no idea about what they ordered, and I have no idea how to put the order back in if I call them to see what it was. Any help?! -
I have a serious problem - Up until now, my site was extremely dead - maybe an order or two a week. This month I had a promo, and I got about 30 orders a day. I use the quickpayments contrib for my payment processor. In the last three days, I am receiving credit card payments for orders that are not getting placed! I dont have a shopping cart or order message, and the customers are receiving the payment processors email (no order details either.) So, I have no idea about what they ordered, and I have no idea how to put the order back in if I call them to see what it was. Any help?!