Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

setup fee issue #510

Closed
pani100 opened this issue Jun 21, 2018 · 3 comments
Closed

setup fee issue #510

pani100 opened this issue Jun 21, 2018 · 3 comments
Labels

Comments

@pani100
Copy link
Contributor

pani100 commented Jun 21, 2018

if ($minimum_bid >= $row['fee_from'] && $minimum_bid <= $row['fee_to'] && $row['type'] == 'setup') {

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') {

@pani100
Copy link
Contributor Author

pani100 commented Jun 21, 2018

Just seen another issue posted by KBzee, which relates to the same problem

@KBzee
Copy link

KBzee commented Jun 23, 2018

Ah, yes, I think I saw something similar and added that as well -- I'll check this line too :) thx

@KBzee
Copy link

KBzee commented Jun 23, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants