Sandeep Balagopal

Results 9 comments of Sandeep Balagopal

Please take a look at this issue. The middleware also does not work.

I am getting the error when search is done. custom functions are not working.

hey @matthewhegarty take a look at #83 . set orderable: false, searchable: false, https://datatables.net/reference/option/columns.orderable

Anything on this ? It is too long since the issue opened. This functionality is there in most of the ecommerce platforms. We can't tell clients that Oscar doesn't support...

Any update on this ? still having the same issue. thumbnail empty block is not called at all even though the image does not exist. Instead something is fetched from...

Below get_hash() function worked for me `def get_hash(data): # Generate hash sequence before posting the transaction to PayU: # sha512(key|txnid|amount|productinfo|firstname|email|udf1|udf2|udf3|udf4|udf5||||||SALT) hash_value = str(getattr(settings, 'PAYU_MERCHANT_KEY', None)) for key in KEYS: if...