-
Sylius right now has no address validation. The address form and formatted address have the same layout for all countries (meaning that it's slightly or mostly wrong everywhere). When it comes to ecom…
-
Anyway, in IE 9, IE 11 and Edge foxyshop (foxycart) not using foxyshop-checkout-template-2.php for displaying checkout template, but in other browsers it is working fine. I don't know how this happens…
-
Would it be possible to access response headers from the Resource returned by the call to GetAsync()?
(Or maybe access to the underlying `HttpResponse` object or the `IApiResponse` created by HalKit?…
-
- [ ] Create `FoxyStripeStoreDomainField` that uses `hAPI` to check if store name exists
-
Hey there,
I recently ran a successful donation platform on foxycart that raised over $15,000, so thanks for that :) One issue I noticed on launch day was that my results were only pulling in the 300…
-
From TerryW:
When a payement is made through Amazon or Paypal, about 30% of the time it enters the payment without linking it to a member. But it always enters the customer number. I would like eith…
-
```
curl -s https://raw.githubusercontent.com/hassansin/foxycart-api-
blueprint/master/apiary.apib | drafter -l
error: (4) ExtendElement must be composed from Elements of same type
```
I can't rep…
-
There's a lot of broken features defined in JSON Hyper-Schema, I want to ask implementors how much I can be allowed to "break" (i.e. make compliant with normative references).
Mostly things like quir…
-
Originally reported on Google Code with ID 5503
```
What steps will reproduce the problem?
1. With SafariDriver, add a cookie whose value is JSON formatted.
2. Do something that uses the JSON cookie …
-
```
build a JS / HTML / PHP / JSON framework for adding items to cart via the AJAX
concept. With it, we should be able to:
a. add product to cart
b. remove product from cart
c. update cart itself (…