Beka Rice

Results 7 issues of Beka Rice

# Summary Use the `WC_VERSION` constant to check for the current WooCommerce version rather than the db version option. We could make this [similar to our SON plugin instead](https://github.com/skyverge/woocommerce-sequential-order-numbers/blob/d7157e18080e5f6d7b5f57f5501540daa9374ed0/woocommerce-sequential-order-numbers.php#L517-L525) and...

enhancement

Since we don't leverage the WP core `get|update_option` methods any longer, we don't necessarily need the unique job identifier in the option name. This causes issues on some hosts that...

Feature
Background Jobs

In our utilities classes, we commonly run into a couple issues: 1. Object caching overrides that improperly handle options (don't purge cache when an option is updated, so job progress...

Feature
Refactor
Background Jobs

Ran across an issue in [ZD thread 468419](http://woothemes.zendesk.com/agent/tickets/468419) for which a development server was used with a hosts file to point to the domain. Tracked this down with @ragulka to...

Feature
Background Jobs

With the latest XML Export version, when iterating over order xml, I'm getting warnings for an invalid `foreach` argument: Stack trace PHP Warning: Invalid argument supplied for foreach() in /woocommerce-customer-order-xml-export-suite/lib/skyverge/woocommerce/class-sv-wc-helper.php...

Bug
Question

Needs research: investigate if Web Payments API support is well supported enough to consider adding to frameworked gateways. See: - [API docs](https://w3c.github.io/browser-payment-api/) - [Chrome](https://developers.google.com/web/updates/2016/07/payment-request) - [Firefox](https://github.com/mozilla-payments/) - [Coming soon to...

Feature
Question
Payment Gateway

A nice refinement suggested: use the media library to choose the placeholder image rather than using a text input for URL. * **Requested by**: [WP.org support conversation](https://wordpress.org/support/topic/have-the-placeholder-image-linked-to-the-media-library/)

enhancement
0 - Backlog
help-wanted