Title: Select amount dropdown not working
Last modified: October 1, 2020

---

# Select amount dropdown not working

 *  Resolved [alphaambition](https://wordpress.org/support/users/alphaambition/)
 * (@alphaambition)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/select-amount-dropdown-nit-working/)
 * Hi,
 * I setup several gift cards, and when I am logged in to my WordPress site I can
   go to a gift card product page and the ‘select amount’ dropdown works. I can 
   add a gift card to the cart just fine.
 * But, the ‘select amount’ dropdown does not work for logged out users, and gift
   cards cannot be added to the cart.
 * Please can you help with this?
 * Thanks!
    Mark
    -  This topic was modified 5 years, 8 months ago by [alphaambition](https://wordpress.org/support/users/alphaambition/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fselect-amount-dropdown-nit-working%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [pimwick](https://wordpress.org/support/users/pimwick/)
 * (@pimwick)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/select-amount-dropdown-nit-working/#post-13484325)
 * There is a Javascript error on your site:
 * `Uncaught ReferenceError: _ is not defined`
 * This is preventing Javascript from running, including the show/hide code when
   the Variation dropdown menu changes. Fix the Javascript error and it will fix
   the issue.
 * A temporary 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
       }
       ```
   
 *  Plugin Author [pimwick](https://wordpress.org/support/users/pimwick/)
 * (@pimwick)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/select-amount-dropdown-nit-working/#post-13529486)
 * Since we haven’t heard back, I’m marking this thread as resolved. Let us know
   if you need anything else!

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

The topic ‘Select amount dropdown not working’ is closed to new replies.

 * ![](https://ps.w.org/pw-woocommerce-gift-cards/assets/icon-256x256.png?rev=1809373)
 * [PW WooCommerce Gift Cards](https://wordpress.org/plugins/pw-woocommerce-gift-cards/)
 * [Support Threads](https://wordpress.org/support/plugin/pw-woocommerce-gift-cards/)
 * [Active Topics](https://wordpress.org/support/plugin/pw-woocommerce-gift-cards/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pw-woocommerce-gift-cards/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pw-woocommerce-gift-cards/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [pimwick](https://wordpress.org/support/users/pimwick/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/select-amount-dropdown-nit-working/#post-13529486)
 * Status: resolved