Change Details of the listing is automatically added even with selecting the package

when user want to add listing then it proceed to choose the package if the user select Change Details the listing is automatically added even without selecting the package

Steps to reproduce

  1. Start “Add Listing.”
  2. Fill out the details form.
  3. Click Submit (lands on the Package selection page).
  4. Without selecting a package, click the Change Details button/link,

Actual result

The listing is now automatically published/active.

Expected result

The listing should not automatically published/active. it should be activated after selecting the package and make the payment

Hi,

Thanks for reporting the issue. The bug is confirmed and should be fixed in future updates.

Meanwhile, you can use this CSS snippet to hide the Change Details button:

.hp-form__action.hp-form__action--listing-details-change.hp-link {
    display: none !important;
}

Thank you

1 Like