-
I have a store that is still in development mode. I can see the test transactions in the reports tab of foxycart.com, but not in my craft's foxycart section.Is it not being pulled in because I'm still…
-
Take the receipts from foxycart, and turn them into orders in our database.
Alternatively, integrate with foxycart API to show this data on our site.
-
``` mson
# Data Structures
## Session Object
- links
- self: https://example.com/session (enum)
- data
- id: abc123 (string)
- type: session (enum)
- Include Account Relationship
## Account …
-
-
I've currently got the plugin installed on a Client edition of Craft. When I go to settings and try to update my account information (my Username or Week Start Day for example), I click save and get a…
-
As mentioned in [my blog](http://www.ordina.be/nl-nl/blogs/2015/andreas/spring-io-2015-barcelona/) a couple weeks ago, I was talking with Oliver Gierke at Spring I/O about possible documentation solut…
-
**[Greg Turnquist](https://jira.spring.io/secure/ViewProfile.jspa?name=gregturn)** opened **[DATAREST-293](https://jira.spring.io/browse/DATAREST-293?redirect=false)** and commented
https://github.co…
-
In the case where an option is `Baby: 36" x 50" - In Natural: ($65.00)` with encryption enabled the option file ends up being `Baby: 36" x 50" - In Natural: ($65.00)`
I'm guessing this caries over to…
-
-
@jsirish
[FoxyCart::getAPIRequest()](https://github.com/dynamic/foxystripe/blob/master/code/model/FoxyCart.php#L56)
Docblocks show it's for store v1.1. With our thoughts of the new API this will be…