Title: Pricing Error
Last modified: June 30, 2018

---

# Pricing Error

 *  Resolved [bytagig](https://wordpress.org/support/users/bytagig/)
 * (@bytagig)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/pricing-error-2/)
 * When filling out this advert_add page, we get the following error and cannot 
   resolve: “Cannot use this Pricing option with selected Category”
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpricing-error-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/pricing-error-2/#post-10453835)
 * To fix this in preselect-ad-category.php file on line 290 you will need to change
 *     ```
       $form["field"][$key]["attr"]["disabled"] = "disabled";
       ```
   
 * to
 *     ```
       $form["field"][$key]["attr"]["readonly"] = "readonly";
       ```
   
 * The snippet on the GitHub was updated as well [https://github.com/simpliko/wpadverts-snippets/blob/master/preselect-ad-category/preselect-ad-category.php](https://github.com/simpliko/wpadverts-snippets/blob/master/preselect-ad-category/preselect-ad-category.php)
 *  Thread Starter [bytagig](https://wordpress.org/support/users/bytagig/)
 * (@bytagig)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/pricing-error-2/#post-10461104)
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pricing Error’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bytagig](https://wordpress.org/support/users/bytagig/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/pricing-error-2/#post-10461104)
 * Status: resolved