You cannot post messages because only members can post, and you are not currently a member.
|
Registration verification not sending emails anymore
|
| |
Hello all,
I don't know if one of you have already had this issue before, but the
django-registration module doesn't send any verification email anymore on
my website. I was wondering if any know how to debug this?
- It used to work
- The user gets created (not activated as expected)... more »
|
|
Using Satchmo to sell a service
|
| |
Hi there, I'm a Django developer who looks after e-commerce platform for my new project. The project I'm developing does not sell actual products but service and it is mainly involved on international shipping calculator for USPS, Fedex and UPS this is the main reason I'm about to pick Satchmo, since it has a build-in... more »
|
|
Installation problem
|
| |
Hi, I'm trying to install satchmo. I've followed the "quick install" document. during python scripts/clonesatchmo.py the following errors are reported rif@khost:~/src/satchmo$ sudo python scripts/clonesatchmo.py Creating the Satchmo Application Customizing the files Performing initial data synching Traceback (most recent call last):... more »
|
|
Serving cached images using uwsgi/nginx. How ?
|
| |
Hi Andrew,
Django has two separate settings for "static" files and "media" files.
Static files are things you create that are part of the site itself,
whereas media files are added to the site as content. Django handles them
somewhat differently – particularly the fact that static files need to be... more »
|
|
Problem with image caching on uwsgi/nginx
|
| |
*
Problem with image caching on uwsgi/nginx
Hi everyone,
here is the situation:
I’ve been deploying my project, collected static files incl images using collectstatic, copied them to the folder I configured nginx with: /opt/project_name/static.
Now, I launch uwsgi, open site and find out it points img to cached file:... more »
|
|
Non coupon based discounts
|
| |
Hi All,
I have a requirement - where different product have different $$
sale/discounts and which we want to be applied to cart by default without
any coupons ?
Can I achieve it somehow in Satchmo ? or is there any module available for
this ?
Thanks,
Puneet
|
|
OrderItem.completed
|
| |
I can't understand what OrderItem.completed does.
I see it used for subscription products, to mark them as ready in the
IPN view of paypal, but I can't find the value being used anywhere,
except right there to filter them out.
What I'm trying to figure out is what happens with recurring
subscriptions when they expire. Are they automatically extended... more »
|
|
Ship to only selected cities
|
| |
Hi,
We want to restrict our shipping to only limited cities. Any idea how to
achieve it ?
Basically I want to use a dropdown menu for the city selection.
Thanks,
Puneet
|
|
Recurring charges payment
|
| |
I was wondering what's the right place to register payments to recurring
charges?
If I keep calling .record_payment() from a payment processor I seem to end
up with negative balance on the Order.
-- "The whole of Japan is pure invention. There is no such country, there are
no such people" --Oscar Wilde... more »
|
|
|