spree_wombat
spree_wombat copied to clipboard
Connect your Spree Commerce storefront to Wombat
When creating products in Spree using this, the Taxons and Taxonomies are created fine. But the only issue is, child taxons are not associated with the root Taxonomy which is...
It would be beneficial to the community to move `spree_wombat` to @spree-contrib to allow PRs to be reviewed & merged by others in the community. Any thoughts here @JDutil?
[Here](https://github.com/spree/spree_wombat/blob/ad28d9f7b88ef9b6efe76d6096e4af6063c1b329/lib/spree/wombat/handler/product_handler_base.rb#L108) when an image comes in, it is being URL encoded even if the image was already URL encoded. This can cause 404s or 403s with S3 URLs. Would it...
The code [here](https://github.com/spree/spree_wombat/blob/master/lib/spree/wombat/handler/update_shipment_handler.rb#L83-L89), verifies that received shipment items is a superset of the shipment in the order, but it does not check that the sets are equal. So if I...
ps. opening this here because I'm not really sure how we could best address it. Currently the ProductUpdateHandler will always [create new images](https://github.com/spree/spree_wombat/blob/9339e400e23d3411a8cadd4c1bfb3027f2b6ae3c/lib/spree/wombat/handler/product_handler_base.rb#L106-110). So if a product with one image...
Currently when receiving that shipment back via a webhook from wombat the extention would complain about a diff in the items. e.g. The received shipment items do not match with...
using s3 for assets, `add_host_prefix` error ``` Starting pushing objects to Wombat Pushed 1 Spree::Order to Wombat rake aborted! ArgumentError: bad argument (expected URI object or URI string) /var/app/containerfiles/vendor_bundle/ruby/2.0/bundler/gems/spree_wombat-78d5ed2919da/app/serializers/spree/wombat/image_serializer.rb:31:in `add_host_prefix'...
and various other fixes including endless loop issues