You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
This line has got an error and does not calculate any setup fees.
The column 'setup' does not exist in the fees table, it actually needs to be 'setup_fee' if ($minimum_bid >= $row['fee_from'] && $minimum_bid <= $row['fee_to'] && $row['type'] == 'setup_fee') {
The text was updated successfully, but these errors were encountered:
ok, checked that line (403 on mine) - I set that one, but still has problems when it gets to the next page (to confirm listing). A small percentage gets 'lost' - ie. Listing fee is first calculated as $1.49 - on the next page it shows as $0.99. There must be another line with an error somewhere. I had tried so many possible 'fixes' - I may have applied one of the 'fixes' in relation to another earlier error (another user had) where refreshing page/going back to edit listing was double charging/calculating fees.
I'll have a look at that.
WeBid/includes/functions_sell.php
Line 401 in 1a73eb9
This line has got an error and does not calculate any setup fees.
The column 'setup' does not exist in the fees table, it actually needs to be 'setup_fee'
if ($minimum_bid >= $row['fee_from'] && $minimum_bid <= $row['fee_to'] && $row['type'] == 'setup_fee') {
The text was updated successfully, but these errors were encountered: