Quote:
Hello,
think I found a bug:
Wenn you open a item which has shipping set to mail you have to fill out the "store shipping information".
1. forgett to fill out for instance the "full name" and click on "Confirm Purchase: Credits".
The page reloads, no error is shown and clicking again on the submit-button is impossible.
1. if you fill out all fields and submit the form the page reloads and nothing happens.
Edit:
Bug No.2
Bank:
Deposit or Withdrawl: (x) Deposit: 25
Reason: Test
Amount: 10
[ SUBMIT ]
Transaction Information
The amount you have requested to deposit is less then the minimum deposit amount. Please deposit at least 5.95.
Possible reason for the error:
The variable which holds the minimum amount in phrase $vbphrase[market_error_bank_3] is wrong.
I did a check:
if ($amount < $minimum_deposit) {
$error = 3; // Amount is less then minimum deposit
}
$amount is correct.
$minimum_deposit is correct too (in my example it was 10.95.
Hope this helps you out buddy. If u have any further questions regarding this 2 bugs let me know.
|
Quote:
Originally Posted by TheMayhem
Check on Beta 1 if you can reduplicate these bugs. I tried on a beta 1 copy that I'm about to release and couldn't reproduce either. Also make sure your templates AND phrases are the most up to date and don't contain any custom edits by you.
|
Hello TheMayhem
the error still occurs.
With beta 1:
Bug1: Now if you send the purchase-form the page simply reloads and nothing happens.
Bug2: templates and phrases are up to date.
Code:
The amount you have requested to deposit is less then
the minimum deposit amount. Please deposit at least 5.95
(here the variable from minimum_withdraw is shown. Should be minimum_deposit).
Code:
Credits Balance: 11
Interest Rate: 2%
Interest Period: 7 Days
Min. Deposit: 10.95
Deposit Fee: 2.99%
Min. Withdrawal: 5.95
Withdrawal Fee: 1.49%
I can send you the login for my adminCP so that you can reproduce the error(s).
Kind regards
Kesandal