schof

Sean Schofield
End Point
Washington, DC
3
3

Public Activity  feed

schof committed to schof/spree 3 days ago

0c6084f4cec3988861c9e8e05b8c1ccbf98c9844

Stubbed the breadcrumbs helper method.

schof committed to schof/spree 3 days ago

10055df9b13d4e606273079ef665153bc90f3431

Merge branch 'calam/master'

schof started watching spree-multistore 3 days ago
spree-multistore is at bullrico/spree-multistore
schof committed to schof/spree 4 days ago

78190a2bcf9390c7655ad98c6fe43dcf53b55329

Shipping address should be limited to countries that are configured by a shipping zone. #91

schof committed to schof/spree 4 days ago

929876e157f1b82b249dbb6c493318e9a12a6481

Implemented shipping_countries method for ShippingCalculator.

schof committed to schof/spree 4 days ago

ccc3a21257bf558e0c08447c60cff5ee81e4742e

Implemented country_list method for zones.

schof started watching spree_sogi 4 days ago
spree_sogi is at jashmenn/spree_sogi
schof commented on schof/spree 4 days ago
Comment in 45dd0d2:

Regarding your gateway stuff. Did you use ActiveMerchant to talk to ProTX or something custom? If you just did the standard wrapper for ActiveMerchant (like what was done for Link Point) then we should pull that into the core. If it was a stand-alone extension then we should talk about creating a third party extension in github for that (others will likely want it in other words.)
Curious to hear how you implemented Haml and what changes were necessary. Do me a favor and send an email to spree-user on that. IMO discussions that don’t pertain to the commit itself are best handled on that list (and I’d definitely like to discuss it with you further.)

schof committed to schof/spree 4 days ago

10ccf530579f0d70cf6ef75df2228ce7b39b419c

Fixed a problem with the gateway routing. #88

schof committed to schof/spree 5 days ago

8e9667384445b66c99bfff20db2168b00259aedd

Added some shipping related tests plus implementd one of the new methods.