James Ramm

Results 36 issues of James Ramm

Useful forms/widgets for the checkout process: - A 'country' field which only allows selection of countries which have shipping rates, or all countries if `DEFAULT_SHIPPING_ENABLED` is `True` - A general...

enhancement

### Description A customer profile model will allow storing address', order history, preferred payment method etc against a particular 'person' Few things to consider: - I think a `CustomerProfile` object...

enhancement

Including the billing address on the checkout view requires a bit of javascript to set up. Would be best to make this easier, either with: - a base checkout template...

Setup email system to allow: - email notifications upon order (to admin) - email receipt/summary to customer upon order - email upon fulfillment

enhancement
needs info

### Description Automated emailing of client upon fulfillment of an order

enhancement

Hi First up - great work on the library, looks like it is going to solve a bunch of our problems so we dont have to! :+1: I'd like to...

Hi I know that it is right there in the README that the kafka notion of 'consumer groups' has been explicitly avoided, however consumer groups solve one big problem -...

Mendix images are typically quite huge, making size an issue (see #80). This could be helped somewhat by choosing a smaller base image for the 'rootfs'. For example, I typically...

It would be useful if the CERTIFICATE_AUTHORITIES variable could also be a file At the moment we have added a hack to startup (.py) in order to copy the contents...

GDAL provides a 'ReadBlock' and 'WriteBlock' function as a more efficient method of I/O on 'natural' blocks of a dataset. For larger-than-memory datasets, these are very helpful when some form...

enhancement
cython