Title: Austin M - a11n's Replies - page 4 | WordPress.org

---

# Austin M - a11n

  [  ](https://wordpress.org/support/users/apmwebdev/)

 *   [Profile](https://wordpress.org/support/users/apmwebdev/)
 *   [Topics Started](https://wordpress.org/support/users/apmwebdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/apmwebdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/apmwebdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/apmwebdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/apmwebdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/apmwebdev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 46 through 60 (of 1,207 total)

[←](https://wordpress.org/support/users/apmwebdev/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/apmwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/apmwebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/apmwebdev/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/apmwebdev/replies/page/5/?output_format=md)…
[79](https://wordpress.org/support/users/apmwebdev/replies/page/79/?output_format=md)
[80](https://wordpress.org/support/users/apmwebdev/replies/page/80/?output_format=md)
[81](https://wordpress.org/support/users/apmwebdev/replies/page/81/?output_format=md)
[→](https://wordpress.org/support/users/apmwebdev/replies/page/5/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] error galeria del producto](https://wordpress.org/support/topic/error-galeria-del-producto/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/error-galeria-del-producto/#post-15038063)
 * Thanks for the screenshot [@bebeeco](https://wordpress.org/support/users/bebeeco/).
   Looking at the screenshot, it seems that the product gallery has been moved to
   the middle of the page and collapsed, as shown [here](https://d.pr/VPGjwA).
 * If you click on the highlighted section, does the product gallery show up again?
 * If not, do you see any JavaScript errors on that page? You can check for JavaScript
   errors with your browser of choice by following the steps outlined here: [https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/#step-3-diagnosis](https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/#step-3-diagnosis)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Total Price Changes to 0 After Changing Customer Account on Order](https://wordpress.org/support/topic/total-price-changes-to-0-after-changing-customer-account-on-order/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/total-price-changes-to-0-after-changing-customer-account-on-order/#post-15038032)
 * Hi [@katieplummer06](https://wordpress.org/support/users/katieplummer06/). Thanks
   for the additional information. Your system status report looks normal.
 * > I recently noticed the issue, but I think it occurred when I imported users
   > and orders from a staging site back in May. From some research, I have a hunch
   > that I maybe imported orders before users, but I don’t remember.
 * Yes, that could definitely do it. Orders are assigned to customers using a user
   ID, which are numeric IDs that auto-increment when a new user is created. So 
   the first user on the site will have an ID of one, the second user will have 
   an ID of 2, etc. If user 1 on the old site is different than user 1 on the new
   site, the orders would get assigned to the wrong customers and cause the issue
   you’re seeing.
 * How did you import everything? Would it be possible to reimport it and overwrite
   the previously imported items, or is that not an option at this point?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woo Commerce External Links issue](https://wordpress.org/support/topic/woo-commerce-external-links-issue/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/woo-commerce-external-links-issue/#post-15038011)
 * Hi [@belvedere312](https://wordpress.org/support/users/belvedere312/). Thanks
   for the additional information. I was able to see the same behavior on my test
   site. It looks like the `+` sign is converted to `%2B` when the link is accessed
   from the “Buy Product” button. This is then converted back to a + sign in the
   search field on eBay instead of a space.
 * This conversion happens in URLs to be able to include characters that normally
   wouldn’t be there (like spaces), or to make it so characters that normally have
   a special significance in URLs (like the / character) can be included in a URL
   as just text, with no special significance. It seems that the Buy Product button“
   URL-ifies” certain characters in links.
 * Now that we’re aware of this, you can take advantage of it. The + is originally
   added as a stand-in for a space, so you can just replace the + signs with spaces.
   Once you do, they will be converted to `%20`, which is the URL code for the space
   character. This will then be converted back to a space in the actual eBay search
   itself, leading to the proper number of search results.
 * Feel free to open a GitHub issue [here](https://github.com/woocommerce/woocommerce/issues)
   with our developers if you think this should work differently. I’m not entirely
   clear if this is intended functionality or not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Can I block WooCommerce customers from logging in as WordPress user](https://wordpress.org/support/topic/can-i-block-woocommerce-custoomers-from-logging-in-as-wordpress-user/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/can-i-block-woocommerce-custoomers-from-logging-in-as-wordpress-user/#post-15037951)
 * You’re very welcome [@rengoeptar](https://wordpress.org/support/users/rengoeptar/)!
   Let us know if there’s anything else we can help with 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] Plugin creates product with same Item ID as the Group ID](https://wordpress.org/support/topic/plugin-creates-product-with-same-item-id-as-the-group-id/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/plugin-creates-product-with-same-item-id-as-the-group-id/#post-15037945)
 * Thanks for the additional information [@waldis84](https://wordpress.org/support/users/waldis84/).
   It looks like you’re on an outdated version of WooCommerce. Can you try updating
   to the latest version, removing one of the products from the Facebook catalog,
   and then resyncing to see if it imports correctly?
 * Let us know how that goes and we’ll go from there!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce PayPal Checkout Payment Gateway] Error [UNPROCESSABLE_ENTITY] MISSING_SHIPPING_ADDRESS](https://wordpress.org/support/topic/error-unprocessable_entity-missing_shipping_address/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/error-unprocessable_entity-missing_shipping_address/#post-15037937)
 * Hi [@itaybeeri](https://wordpress.org/support/users/itaybeeri/) and [@maxkdave](https://wordpress.org/support/users/maxkdave/).
   I’d recommend creating a thread in the [PayPal Payments support forum](https://wordpress.org/support/plugin/woocommerce-paypal-payments/)
   about this. The support team for that plugin would be better able to address 
   this issue.
 * I’m going to close this thread on our side, as it is not directly related to 
   PayPal Checkout.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Need help with product quantities](https://wordpress.org/support/topic/need-help-with-product-quantities/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/need-help-with-product-quantities/#post-15009878)
 * Hi [@shifat686634](https://wordpress.org/support/users/shifat686634/), thanks
   for the clarification. I’d recommend the [Product Add-Ons](https://woocommerce.com/products/product-add-ons/)
   plugin, in that case. You can set the duration as a required add-on and then 
   multiply the base price based on what duration the user selects. Would that work
   for your needs?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Bug Order Count WooCommerce Analytics](https://wordpress.org/support/topic/bug-order-count-woocommerce-analytics/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/bug-order-count-woocommerce-analytics/#post-14974604)
 * Hi [@henrikgda](https://wordpress.org/support/users/henrikgda/). If you look 
   through the individual orders listed in the Analytics reports, are you able to
   see these extra orders there? Are they duplicate orders, blank orders, or something
   else? It might make sense to look at a specific period of time, like a month,
   to make it easier to narrow down.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Stripe – [error] => stdClass Object](https://wordpress.org/support/topic/stripe-error-stdclass-object-2/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/stripe-error-stdclass-object-2/#post-14930161)
 * Hi [@tomguk](https://wordpress.org/support/users/tomguk/). This error means that
   the saved payment source on the subscription (so that automatic payments can 
   be taken) is corrupted somehow and isn’t recognized by Stripe. I’m unclear what
   would cause that problem, as the Yith Subscriptions plugin is not one of ours.
   I’d recommend reaching out to Yith about this, as they’d be better able to troubleshoot
   this issue. Let us know if you have any further questions!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Blocks] Need both shipping and billing address to sell online courses](https://wordpress.org/support/topic/need-both-shipping-and-billing-address-to-sell-online-courses/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/need-both-shipping-and-billing-address-to-sell-online-courses/#post-14930140)
 * Hi [@odixon01](https://wordpress.org/support/users/odixon01/). I understand you’re
   having some issues with shipping and virtual products. Virtual products, by definition,
   do not include shipping, so these two things are mutually exclusive. Do you need
   a shipping address for the teachers because they need to input the student information
   in the shipping fields? If so, a better way to do that might be to use a plugin
   like [Product Add-Ons](https://woocommerce.com/products/product-add-ons/) to 
   add additional fields so that teachers can input the information about their 
   student. Would that work for your needs?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] Variables Products Mapped to FB Product Sets issue](https://wordpress.org/support/topic/variables-products-mapped-to-fb-product-sets-issue/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/variables-products-mapped-to-fb-product-sets-issue/#post-14929901)
 * Hi [@bluecubes](https://wordpress.org/support/users/bluecubes/). I understand
   you’re having issues with variations not syncing to Facebook. There are a few
   limitations when it comes to syncing products to Facebook. Are any of the variations
   out of stock or marked as “virtual” products? These will not sync to Facebook.
 * Alternatively, do the variations correspond to exactly one attribute combination?
   For example, if you have two attributes, “size” (small, medium, large) and “color”(
   red, green, blue), if a variation is set to size=medium and color=red, that should
   sync, but if the variation is set to size=medium and color=any, that will not
   sync. Could that be the issue at play here?
 * Lastly, can you post your system status report? You can find that by going to
   WooCommerce > Status in your site’s admin area (or yoursite.com/wp-admin/admin.
   php?page=wc-status&tab=status , replacing “yoursite.com” with your site’s actual
   URL), then clicking “Get system report,” then “Copy for support.”
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Blocks] missing .pot file](https://wordpress.org/support/topic/missing-pot-file-3/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/missing-pot-file-3/#post-14926438)
 * Hi [@madsb](https://wordpress.org/support/users/madsb/).
 * > Are you sure that there isn’t a translation file?
 * To clarify, there should definitely be a .pot file. As for a .po file, it seems
   like this does exist as well, and, regardless, po files should not randomly disappear.
 * Where are you storing the .po and .pot files you’re creating? If you store them
   in the plugin folder, they will be erased if you update the plugin. Could that
   be what’s happening?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] PIXEL PROBLEM](https://wordpress.org/support/topic/pixel-problem/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/pixel-problem/#post-14926362)
 * Hi [@paolo8913](https://wordpress.org/support/users/paolo8913/). OK, at this 
   point, I would recommend full conflict testing. Please try disabling all plugins
   except for WooCommerce and the Facebook extension, switch to a default theme,
   and then retest the issue. If it works correctly in this barebones configuration,
   reactivate your other plugins and themes one by one until the issue resurfaces.
   Let us know how that goes or if you have any further questions!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Hide Fiter by Category](https://wordpress.org/support/topic/hide-fiter-by-category/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/hide-fiter-by-category/#post-14891343)
 * Hi [@tphamdev12](https://wordpress.org/support/users/tphamdev12/). Thanks for
   sharing your system status report. It looks like you’re running the WooCommerce
   Product Search plugin. Is this how the category filter was added to the shop 
   page? If so, you’ll want to contact the support team for that plugin directly.
   To do that, go to [https://woocommerce.com/my-account/create-a-ticket/](https://woocommerce.com/my-account/create-a-ticket/)
   and choose “WooCommerce Product Search” as the product you need help with.
 * If not, do you know how that functionality was added?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Blocks] Display NEW badge function](https://wordpress.org/support/topic/display-new-badge-function/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/display-new-badge-function/#post-14885737)
 * Hi [@databell96](https://wordpress.org/support/users/databell96/). Blocks are
   set up a bit differently, so it’s not surprising that this code wouldn’t work
   there. You would likely need a snippet that is specific to blocks. Per our [support policy](https://woocommerce.com/support-policy/#customisation),
   customizations are outside the scope of the support we can offer, but we have
   a [customizations page](https://woocommerce.com/customizations/) with resources
   for contacting a developer for help. You can also ask about this on the [WooCommerce Slack Community](https://woocommerce.com/community-slack/)
   or [WooCommerce FB group](https://www.facebook.com/groups/advanced.woocommerce/)
   which are great places for customization questions like this.

Viewing 15 replies - 46 through 60 (of 1,207 total)

[←](https://wordpress.org/support/users/apmwebdev/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/apmwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/apmwebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/apmwebdev/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/apmwebdev/replies/page/5/?output_format=md)…
[79](https://wordpress.org/support/users/apmwebdev/replies/page/79/?output_format=md)
[80](https://wordpress.org/support/users/apmwebdev/replies/page/80/?output_format=md)
[81](https://wordpress.org/support/users/apmwebdev/replies/page/81/?output_format=md)
[→](https://wordpress.org/support/users/apmwebdev/replies/page/5/?output_format=md)