• Resolved Kobemi

    (@virulentscorpio)


    Hello, “add to cart” button does not work and fields from to are not displayed.
    I updated all plugins and wordpress to the latest version.

    I fount the notice by updating your plugin: pwgc_add_to_cart_quantity_fix
    Where I should enable this option?
    Maybe you can provide a php code?
    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author pimwick

    (@pimwick)

    This recent change would not help the issue of the fields not being displayed. Instead, try turning on the Theme Fix under Pimwick Plugins -> PW Gift Cards -> Settings -> Apply Theme Fix.

    If this still doesn’t work, send me the URL to your gift card product and I’ll see if I can spot the problem.

    Thread Starter Kobemi

    (@virulentscorpio)

    Already tried this, did not help.
    Link deleted.

    Thanks for help.

    • This reply was modified 4 years, 8 months ago by Kobemi.
    Plugin Author pimwick

    (@pimwick)

    Looks like a Javascript Error from the wp-post-modal-public.js is causing the problem:

    TypeError: event.path is undefined wp-post-modal-public.js:163:1

    Fix the javascript error and the fields will appear. Another possible solution is to force the form to always be visible. To do this, follow these steps:

    1. Log into your WordPress Admin area.
    2. Click on Appearance -> Customize -> Additional CSS
    3. Paste the following CSS into the field and save:

    #pwgc-purchase-container {
        display:block !important
    }

    Let me know if you have any questions!

    Thread Starter Kobemi

    (@virulentscorpio)

    Thank you, it helped!

    • This reply was modified 4 years, 8 months ago by Kobemi.
    Thread Starter Kobemi

    (@virulentscorpio)

    Very fast response and help at this time.

    • This reply was modified 4 years, 8 months ago by Kobemi.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem “add to cart” does not work’ is closed to new replies.