Title: Problems with Food Store plugin functionality
Last modified: February 25, 2023

---

# Problems with Food Store plugin functionality

 *  Resolved [andresjacobowitz](https://wordpress.org/support/users/andresjacobowitz/)
 * (@andresjacobowitz)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/problems-with-food-store-plugin-functionality/)
 * I installed and created my online pickup store with Food Store a few weeks back,
   everything was working fine, I chose to use variations for different choices 
   of the same product, like size, or amount etc which reflected new prices, also
   add-ons to add extras which would also alter the price in most occasions. The
   plugin worked fine, even with the tax settings in Woocommerce.
 * Now it is adding the variations as add-ons, adding a table for the same option
   of the variation, none select an option, they don’t work, the price doesn’t change
   and finally it does not allow to add the product to the cart. I changed the CSS
   styling a bit, but not the logic of it at all. Nor PHP or JS. I don’t understand
   why it stopped working. It is not asking me for an update either.
 * I would really appreciate any help you can give me.
 * Thank you.
    -  This topic was modified 3 years, 3 months ago by [andresjacobowitz](https://wordpress.org/support/users/andresjacobowitz/).

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

 *  Plugin Author [WP Scripts](https://wordpress.org/support/users/wpscripts/)
 * (@wpscripts)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/problems-with-food-store-plugin-functionality/#post-16527466)
 * Hello,
   Can you please confirm whether the issue is still there or not?Thanks 
   and regards,
 *  Thread Starter [andresjacobowitz](https://wordpress.org/support/users/andresjacobowitz/)
 * (@andresjacobowitz)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/problems-with-food-store-plugin-functionality/#post-16530248)
 * Hi,
 * No its not, I forgot that I had made a change in fact in the PHP, to change the
   text of “Select Price Option” to “Size” since jQuery wasn’t doing it, so I deleted
   and reinstalled the plugin and it was working fine but for some reason I couldn’t
   get the replaceWith function to work. Yesterday someone in StackOverFlow pointed
   out that the plugin works with Ajax and I should include it in the js script 
   instead of the document.ready function as so:
 *     ```wp-block-code
       jQuery( document ).ajaxComplete(function() {
         jQuery("p.wfs-pricing-option-label").replaceWith("<h6 class='wfs-addon-category-title'>Size</h6>");
       });
       ```
   
 *  and it worked. In the end I was finally able to switch out that text.
 * Thanks.

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

The topic ‘Problems with Food Store plugin functionality’ is closed to new replies.

 * ![](https://ps.w.org/food-store/assets/icon-256x256.png?rev=2323647)
 * [Food Store - Online Food Delivery & Pickup](https://wordpress.org/plugins/food-store/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/food-store/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/food-store/)
 * [Active Topics](https://wordpress.org/support/plugin/food-store/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/food-store/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/food-store/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [andresjacobowitz](https://wordpress.org/support/users/andresjacobowitz/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/problems-with-food-store-plugin-functionality/#post-16530248)
 * Status: resolved