When i am paying for move to top i expect that the publish date should be set to current date so i am actually on top of the search list after the premiums.
Expire date does not have to be affected but the publish date and edit date are also not changing so the payement for move to top is just psychological and not actually present at the moment
In index.php i found this line
function sp_move_top( $item_id ) {
ModelSP::newInstance()->moveTopByItemId( $item_id ); // reset listing publish date to current date
}
Will this trigger the date??? I think some lines are missing here or am i wrong?