• Resolved andresjacobowitz

    (@andresjacobowitz)


    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Scripts

    (@wpscripts)

    Hello,
    Can you please confirm whether the issue is still there or not?

    Thanks and regards,

    Thread Starter andresjacobowitz

    (@andresjacobowitz)

    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:

    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.