Caleb Burks

Results 93 comments of Caleb Burks
trafficstars

That's not currently possible I'm afraid. Would require some custom development.

Sorry, to be more clear - I do not currently have any time to help work on this. To achieve this functionality, you will need to hire a developer to...

It's possible to request more data from the API using this filter: https://github.com/WPprodigy/woocommerce-external-product-embed/blob/dc69e4840f67014593a9c42d9483d6dd7f4941bf/classes/class-wcepe-api-client.php#L81

Are you downloading from the releases page: https://github.com/WPprodigy/woocommerce-external-product-embed/releases ? Otherwise, need to follow this guide for development: https://github.com/WPprodigy/woocommerce-external-product-embed#development

Definitely possible, but will require some hacking to the core plugin. 1. Add a shortcode attribute where you can pass which store (url or ID perhaps) that you want to...

There are some settings available in the admin to flush the transient cache. Else would just have to wait for it to expire and refresh on it's own.

Settings > WooCommerce External Products

Sorry, I can't really offer specialized support at this time. - Images are pulled from the REST API here: https://github.com/WPprodigy/woocommerce-external-product-embed/blob/master/classes/class-wcepe-api-client.php#L81-L97 - And ultimately displayed here: https://github.com/WPprodigy/woocommerce-external-product-embed/blob/master/templates/product-content.php#L53

Orderby `rand` should work, I'll have to look into that. 1) Not at the moment. 2) Not unless the hide out of stock products settings affects the rest api. Will...

The plugin only sends people to the originating WC site. Checkouts are not done on the remote site with embedded products.