Re: Ship To name gets overwritten on page reload.

2011-12-05 Thread GuyBrush
I made a fix for this and its here https://bitbucket.org/0rion/satchmo/changeset/fa72096ad116 Here is the ticket https://bitbucket.org/chris1610/satchmo/issue/1372/ship-to-bill-to-name-fields-are-getting On 12/01/2011 06:59 PM, GuyBrush wrote: Hello, On the checkout page, Ship to and Bill

Ship To name gets overwritten on page reload.

2011-12-01 Thread GuyBrush
Hello, On the checkout page, Ship to and Bill to gets updated with first and last name and that is convenient when the Ship to and Bill to fields are empty. Unfortunately if the user misses a field, clicks submit and the page reloads with warnings the Ship to name gets overwritten and the

Re: Ship To name gets overwritten on page reload.

2011-12-01 Thread GuyBrush
On Thu, Dec 1, 2011 at 6:59 PM, GuyBrush guybrush@gmail.com mailto:guybrush@gmail.com wrote: Hello, On the checkout page, Ship to and Bill to gets updated with first and last name and that is convenient when the Ship to and Bill to fields are empty. Unfortunately if the user

Re: Ship To name gets overwritten on page reload.

2011-12-01 Thread GuyBrush
of gotten noticed very quickly and would have been fixed. Dave On Thu, Dec 1, 2011 at 8:35 PM, GuyBrush guybrush@gmail.com mailto:guybrush@gmail.com wrote: Hi Dave Yes, edited the HTML but I think this is a problem with all satchmo stores that uses the default checkout

Re: Ship To name gets overwritten on page reload.

2011-12-01 Thread GuyBrush
like if this was a real problem, I feel like it would of gotten noticed very quickly and would have been fixed. Dave On Thu, Dec 1, 2011 at 8:35 PM, GuyBrush guybrush@gmail.com mailto:guybrush@gmail.com wrote: Hi Dave Yes, edited the HTML but I think

Re: Order status of (None), but payment successfully received?

2011-10-13 Thread GuyBrush
Hi I had similar problems which got fixed by installing memcached but I never had a double-charging problem. Do you have memcached setup? I'm having some of those problems again and I'll be investigating testing with a 1 cent test product. Let me know if you find a fix for this problem.

Re: Interfacing Amazon cloudfront with downloadable product

2011-09-26 Thread GuyBrush
On 09/25/2011 12:50 PM, Julien Maupetit wrote: Dear all, I have finally created a custom product to do so. I am not sure this is the simplest way, but it seems promising. Now my question is how can I set a different price for a customize product ? I have added a downpayment field in my model

Re: Products without inventory

2011-09-24 Thread GuyBrush
On 09/24/2011 01:52 PM, Tom Longson (nym) wrote: Is there a configuration for listing products that have no concept of inventory (e.g. pizza, which is made to order). I could easily fake it by continually resetting the inventory a hacky way to get it working. Satchmo-users, you're my only hope.

Re: Works of Art

2011-09-06 Thread GuyBrush
On 09/05/2011 11:11 AM, Dan Gentry wrote: I'm also open to other suggestions. My goal is to not have a customer try to put a sold item in the cart before being told it isn't available. Did you try unchecking Allow checkout with 0 inventory? on settings? You can also try wrapping the checkout

display Order Item Details inside Orders?

2011-09-06 Thread GuyBrush
Hello, Does the latest Satchmo has Order Line Item details or link to the details displayed inside the order pages? Its hard to find which order line item corresponds to which order by browsing Home › Shop › Order Line Items. (I hope I was clear :o) Thank you! Orion -- You received this

Re: display Order Item Details inside Orders?

2011-09-06 Thread GuyBrush
tomorrow. -Orion On 09/07/2011 01:32 AM, Tomas Neme wrote: I'm pretty sure you can create such a template in like NO time On Wed, Sep 7, 2011 at 2:27 AM, GuyBrush guybrush@gmail.com mailto:guybrush@gmail.com wrote: Hello, Does the latest Satchmo has Order Line Item details

Re: randomly deleted orders... help!

2011-07-30 Thread GuyBrush
IIRC, I had some missing orders in the past. I haven't hard a complaint for quite a while. Those are the things that may have helped. * I'm using satchmo 0.9.2 * I stopped using the distribution and host modules and installed my own satchmo module dependencies manually. * Installed and

too many product variations - use custom product?

2011-07-28 Thread GuyBrush
Hello, I'm trying to create a product for a chocolate box which contains a total of 15 chocolate truffles. The costumer should be able to select 5 flavors and 3 truffles of each flavor will be placed in the box. The product page needs to have 5 drop down lists with several flavors (over

Re: Credit card number is required.

2011-05-28 Thread GuyBrush
Is memcached enabled? Orion Vianna On 05/24/2011 05:19 AM, ug Charlie wrote: This is the log in satchmo.log. Authorize.net gateway. Live mode. Tue, 24 May 2011 01:43:02 payment.authorizenet INFO (Extra logging) Returning success=False, reason=2, response_text=Credit card

Re: Satchmo Blog?

2011-04-23 Thread GuyBrush
IIRC, I successfuly setup Byteflow with Satchmo a couple of years ago. I would recommend Byteflow but I'm not sure if its still being maintained. Have you looked at? http://djangopackages.com/grids/g/blogs/ On 04/23/2011 03:24 AM, Mika Sjöman wrote: Hi I have a customer that wants a blog

Re: card ending in when using PayPal?

2011-02-25 Thread GuyBrush
On 02/25/2011 06:03 PM, allan wrote: When I use PayPal with a bank account for checkout, I see this at the end of the Thank you for your order email message, and somethng similar at the end of the Order placed on email message: Payment --- Method(s): PayPal Your card

Re: payment processors -- experience?

2011-02-24 Thread GuyBrush
No problem with authorize.net here, just make sure you have cache setup properly (memcached) Braintree seems interesting but I don't think there is a module for Satchmo. Orion Vianna On 02/24/2011 04:18 PM, Laszlo Antal wrote: Hi, I am using authorize.net without any issue. Their fees are

HELP! Credit card number is required. authorize.net error!

2011-02-01 Thread GuyBrush
Hello, I did a clean install of Satchmo yesterday with latest tip and all its dependent libraries and I'm still getting this error. The problem is that it does not happen every time. I'm looking at the logs and the x_card_code=REDACTED x_card_num= seems to be sent but the Authorize

Re: HELP! Credit card number is required. authorize.net error!

2011-02-01 Thread GuyBrush
Hello, I searched the mailing list and found some other people with the same problem. Somehow I missed those emails last time I was looking for answers. The problem maybe caching not setup properly. I have memcached and CACHE_TIMEOUT setup to 30 minutes now. CACHE_TIMEOUT = 60*30 I hope this

Re: does USPS module work with product dimensions?

2011-01-29 Thread GuyBrush
dimensions are not taken into account. -Chris On Thu, Jan 27, 2011 at 2:36 PM, GuyBrush guybrush@gmail.com mailto:guybrush@gmail.com wrote: Does USPS module work with product dimensions or does it only work with weights? I changed the Length, width and height of a product

Free shipping with automatic discount codes

2011-01-27 Thread GuyBrush
I was trying to get free shipping over $100 setup with an automatic discount code, it works but the discount code is auto applied on the checkout even if the total is less then $100. This gives a warning message to the user and the user can only proceed to the Ship/Bill page if the code is

Re: Discount Price Now and Before

2011-01-27 Thread GuyBrush
There is a system that crosses the price over and shows the discounted price below it. You should see it if you setup a discount code and apply to the products. See my free shipping discount code message for more on this topic. On 01/27/2011 11:55 AM, maumercado wrote: Hello all, I want to

does USPS module work with product dimensions?

2011-01-27 Thread GuyBrush
Does USPS module work with product dimensions or does it only work with weights? I changed the Length, width and height of a product to 50.00 and it does not seem to change the price. The Length, width and height units are set to in. -- You received this message because you are subscribed to

Free shipping + flat rate + shipping price by weight?

2011-01-26 Thread GuyBrush
Hello, There are some products which I need to setup with flat rate shipping boxes. I think we will use 3 different flat rate boxes (3 different prices). I also need to have the shipping of the other products set by weight. We also need to setup free shipping for over $100 purchases. Whats

Free shipping + flat rate + shipping price by weight?

2011-01-26 Thread GuyBrush
I forgot to say we are currently using the USPS module. - Hello, There are some products which I need to setup with flat rate shipping boxes. I think we will use 3 different flat rate boxes (3 different prices). I also need

Re: CSRF mystery

2011-01-13 Thread GuyBrush
I have django.middleware.csrf.CsrfViewMiddleware in my MIDDLEWARE_CLASSES Could this have something to do with caching? On 01/13/2011 03:30 PM, Daniel wrote: Well folks, this doesn't make any sense to me - but the problem disappeared after I added the payment.modules.authorizenet app to

Re: CSRF mystery

2011-01-13 Thread GuyBrush
My live settings packaged needed to be upgraded. Thanks for metioning livesettings/templates/ site_settings.html That gave me a clue. I forgot that livesettings was a separate package outside of satchmo. On 01/13/2011 03:30 PM, Daniel wrote: Well folks, this doesn't make any sense to me -

CSRF mystery

2011-01-12 Thread GuyBrush
Hello, I upgraded satchmo to tip in December and I'm still getting CSRF errors in the admin Site settings and the cache clear page. This is a mystery because I have an older tip version running some place else and it does not have a problem. I also did not edit/add any admin template files

Re: I get an IO Error on Invoice and Packingslips but not Shipping Labels.

2010-12-30 Thread GuyBrush
Login admin and check settings in Satchmo Shop Settings URI to the logo for the store On 12/30/2010 06:58 PM, jc wrote: I get an IO Error on Invoice and Packingslips but not Shipping Labels. The error is like this: Exception Type: IOError at /admin/print/invoice/10 Exception Value: [Errno

Re: PayPal module is setting Order Status To None Upon Payment

2010-12-27 Thread GuyBrush
I think I'm having the same problem with Paypal, but haven't been able to look deeper in to it yet. There are some patches for the Paypal module out there but I'm not sure if they are already included in tip. This is something I was going to look in to. This link for example

Re: PayPal module is setting Order Status To None Upon Payment

2010-12-27 Thread GuyBrush
I'm glad you got it to work. Do you mind explaining what you did and what happened in a little more detail? BTW, I think some of those patches are not included in tip right now. On 12/27/2010 09:04 PM, jc wrote: @Guybrush I think got a very recent install of Satchmo, got it here http

Re: How do I add static pages and include this in navbar ?

2010-12-20 Thread GuyBrush
IIRC you have to enable django.contrib.flatpages.middleware.FlatpageFallbackMiddleware on MIDDLEWARE_CLASSES in settings file and django.contrib.flatpages for INSTALLED_APPS I have been using flat pages without problems. I just wish there was a place for meta tags in the admin for flat pages.

Credit card number is required on authorize.net orders paypal IPN problems

2010-12-20 Thread GuyBrush
No changes with the ssl python package install so far. -- I'm getting a lot of Credit card number is required problems on authorize.net orders. Users are entering the correct card information but they are not able to go beyond

Re: Does/can the /admin/inventory/edit/ area automate your inventory for you?

2010-12-20 Thread GuyBrush
I could be missing something but here is my reply... IIRC satchmo gives an alert if you add more then its in the inventory somewhere in the cart or checkout process. But I think you need to enabled some settings in Product Settings at Edit Site Settings Check the following settings: Allow

Is it safe to use satchmo tip in production?

2010-12-20 Thread GuyBrush
I'm thinking of trying current Satchmo tip. I'm already using 5month old dev 0.9.2 version and I'm having some problems with paypal and authorize.net [ and its Christmas season :o( ] However, I'm not exactly sure where the problem is yet... Anyone out there running tip? Are there any changes

Re: authorize.net has stopped working Could not talk to the Authorize.net gateway

2010-12-19 Thread GuyBrush
On 11/06/2010 07:46 AM, django_jedi wrote: Turns out it was a problem w/t/host. I'm having some problems with paypal and authorize.net. The two systems have been unreliable lately. Was this webfaction? -- You received this message because you are subscribed to the Google Groups Satchmo

Credit card number is required on authorize.net orders paypal IPN problems

2010-12-19 Thread GuyBrush
I'm getting a lot of Credit card number is required problems on authorize.net orders. Users are entering the correct card information but they are not able to go beyond the card info page. Does anyone have this problem? This happens often but not every time. We are also having some problems

satchmo packages security advisories

2010-09-10 Thread GuyBrush
Hello, Is there a way to get email notification or rss feed for security advisories for satchmos package dependencies? What is the best way to do this? I'm using osvdb.org at the moment but I don't see any way to save searches for packages that haven't had any security info in the db. So far

Too many product variations? 5 option groups with 15 option items each.

2010-08-28 Thread GuyBrush
I need to create a product with 5 option groups with 15 items in each group. Its a custom box of truffles where the customer gets to chose from 15 flavors five times. When I try just two option groups satchmo stops responding. Is that because its too many product variations to create? Whats

Re: installing the latest and greatest satchmo

2010-08-08 Thread GuyBrush
m1chael wrote: hello, I upgraded to the latest version of django today... 1.2.1 This might sound like a dumb question.. but I was not sure what version of satchmo i've been running .. in my site-packages directory I had a directory called Satchmo-1.0_pre-py2.4.egg I'm not sure what

Re: DatabaseError Table 'my_store.configurable_configurableproduct' doesn't exist was Re: variations not showing FieldError at /admin/variations/

2010-08-04 Thread GuyBrush
downloadable python manage.py migrate subscription python manage.py migrate product 0012 then: python manage.py satchmo_rebuild_pricing I hope this is correct. Please let me know if I missed anything. Thank you. GuyBrush wrote: Thank you Chris. I'm now having another problem. I checked the DB

DatabaseError Table 'my_store.configurable_configurableproduct' doesn't exist was Re: variations not showing FieldError at /admin/variations/

2010-08-03 Thread GuyBrush
Thank you Chris. I'm now having another problem. I checked the DB and confirmed configurable_configurableproduct table is missing. How should I fix this? Thank you! Environment: Request Method: GET Request URL: http://localhost:8000/product/fruit-crate/ Django Version: 1.2.1 Python Version:

Re: magento to satchmo conversion

2010-07-29 Thread GuyBrush
Hello Issac, About two years ago I did a lot of research on ecommerce systems. Are you currently using Magento? I would like to know what your experiences with Magento are, and why you are moving to Satchmo. I didn't have the greatest experience with Magento performance and community

proper way for multiple meta tags in product template

2010-07-26 Thread GuyBrush
Hello, I like to have other meta tags with meta name=description. In the admin form, I'm putting meta tags in HTML instead of just the description for name=description tag and I'm using autoescape off to stop html escaping in the template. This is how the meta tag section looks like in my

Re: cart does not clear after paypal purchase

2010-07-25 Thread GuyBrush
I had the same problem but it went away after I made the store live, disabled debug and accepted real payments. I don't remember the exact steps I did to make it work tho. tjack wrote: One further note, in the satchmo.log I received the following error: Tue, 20 Jul 2010 00:09:23 root

Meta description problem satchmo 0.9

2010-07-25 Thread GuyBrush
Hello, I'm trying to use meta description but its not showing in the source for the product page. I'm using Satchmo 0.9 but meta description seems to work on 0.9.1 on my local machine. Can anyone confirm that this was a bug on 0.9? Thanks -- You received this message because you are

Re: cart does not clear after paypal purchase - correct IPN URL?

2010-05-04 Thread GuyBrush
Some how the problem went away after I switched the site to production and started accepting real payments. Brian O'Connor wrote: any luck with this? I'm seeing this witrh Google Checkout right now. Thanks On Wed, Feb 3, 2010 at 9:05 PM, GuyBrush guybrush@gmail.com mailto:guybrush

Template for order summary

2010-04-26 Thread GuyBrush
Hello, Where is the template for the final order summary that gets displayed after a successful payment? Thank you -- You received this message because you are subscribed to the Google Groups Satchmo users group. To post to this group, send email to satchmo-us...@googlegroups.com. To

Re: deleting product variants can lead to data integrity problem?

2010-04-25 Thread GuyBrush
Just wanted to say Me Too to this. Please correct me if I'm wrong but this is what I think happened. I think the data integrity problem was in product_productpricelookup table. I guess when we deleted the product variations the system did not delete the associated rows in

Re: deleting product variants can lead to data integrity problem?

2010-04-25 Thread GuyBrush
, GuyBrush guybrush@gmail.com mailto:guybrush@gmail.com wrote: Just wanted to say Me Too to this. Please correct me if I'm wrong but this is what I think happened. I think the data integrity problem was in product_productpricelookup table. I guess when we deleted

Re: Satchmo 0.9.1 - Release Proposal/RFC

2010-03-29 Thread GuyBrush
Awesome! you guys rock! Chris Moffitt wrote: For those of you watching bitbucket activity, you may have noticed there has been a flurry of activity over the past couple of weeks. The end result is that we've been able to get a bunch of nice updates and improvements into Satchmo. You can see a

Re: satchmo strange behavior at webfaction

2010-03-17 Thread GuyBrush
the pdf generation ever worked correctly? It could be an issue with the reportlab install. -Chris On Tue, Mar 16, 2010 at 9:04 PM, GuyBrush guybrush@gmail.com mailto:guybrush@gmail.com wrote: Hello, Most of my satchmo install works ok at webfaction but I'm getting strange

Re: satchmo strange behavior at webfaction

2010-03-17 Thread GuyBrush
Thanks for the report. Maybe its just my server. PDF generation is working with python2.5 davis wrote: I'm using nginx and Python2.6 at Webfaction and haven't had any errors with pdf invoice generation. On Mar 17, 8:10 am, GuyBrush guybrush@gmail.com wrote: I'm getting closer

satchmo strange behavior at webfaction

2010-03-16 Thread GuyBrush
Hello, Most of my satchmo install works ok at webfaction but I'm getting strange behavior which I can't replicate on my local ubuntu install. Here are the problems. * ship to information is not sent over email when ship to info is different then bill to. * opening PDF files like invoice

Re: cart does not clear after paypal purchase (but works with sandbox)

2010-02-03 Thread GuyBrush
Thank you for your reply! Sachmos community is great! What should I set as paypal Notification URL? Bruce Kroeze wrote: Have you set up the IPN call back on PayPal? The Cart won't get cleared without a callback. On Tue, Feb 2, 2010 at 10:24 AM, GuyBrush guybrush@gmail.com

Re: cart does not clear after paypal purchase - correct IPN URL?

2010-02-03 Thread GuyBrush
cleared without a callback. On Tue, Feb 2, 2010 at 10:24 AM, GuyBrush guybrush@gmail.com mailto:guybrush@gmail.com wrote: Hello everyone, I have been struggling to figure out why the cart is not getting cleared after a paypal purchase. Item is successfully purchased

Re: cart does not clear after paypal purchase - correct IPN URL?

2010-02-03 Thread GuyBrush
No luck yet. Bruce Kroeze wrote: On Wed, Feb 3, 2010 at 2:25 PM, GuyBrush guybrush@gmail.com mailto:guybrush@gmail.com wrote: I put in mydomain.com/checkout/paypal/ipn/ http://mydomain.com/checkout/paypal/ipn/ Still does not work. Is that the correct url? My shop

cart does not clear after paypal purchase (but works with sandbox)

2010-02-02 Thread GuyBrush
Hello everyone, I have been struggling to figure out why the cart is not getting cleared after a paypal purchase. Item is successfully purchased and after I click on return to homepage from paypal, it returns to the purchase summary properly but the item still in the cart. I'm trying to

authorize.net and webfaction

2010-02-02 Thread GuyBrush
Hello, I'm going to try Authorize.net on webfaction. Is there anything I should be aware of? We need a new Merchant Service Provider so I think Authorize.net can provide, recommend or get us one right? Thanks! -- You received this message because you are subscribed to the Google Groups

FYI, 48 MB on idling satchmo setup on webfaction using nginx

2009-09-28 Thread GuyBrush
Thanks for all the help/pointers/info on setting up satchmo using less memory on webfaction. I'm posting this just in case anyone needs to know how much memory a fresh idling satchmo demo setup uses with nginx on webfaction around 48 MB is not bad :o) RSS COMMAND 14680 python2.6 manage.py

least maintenance effort. Webfaction or VPS?

2009-09-17 Thread GuyBrush
Hello everyone. Which type of hosting would give less maintenance work? Webfaction or a VPS? I don't mind having to do more initial work on a Webfaction account if it will be less work on the long run. This is for a small shop without much traffic and about 50 items for now I did a setup of the

Re: webfaction 200mb ram enough for 50 items and 50 visitors a day?

2009-09-13 Thread GuyBrush
Thanks for the info. Graham Dumpleton wrote: On Sep 12, 11:35 pm, Chris Moffitt ch...@moffitts.net wrote: Fastcgi will work just fine but I think the general community recommendation is to go with mod_wsgi if you can. When they talk about mod_wsgi, they usually mean

TemplateDoesNotExist at /admin/doc/

2009-09-13 Thread GuyBrush
Hello, I got the demo store running from the mercurial version. Are there docs available? TemplateDoesNotExist at /admin/doc/ Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Satchmo users group. To post

Re: TemplateDoesNotExist at /admin/doc/

2009-09-13 Thread GuyBrush
That fixed it! You guys rock! Thanks! Chris Moffitt wrote: You need to make sure you have 'django.contrib.admindocs' in your INSTALLED_APPS. -Chris On Sun, Sep 13, 2009 at 6:01 PM, GuyBrush guybrush@gmail.com mailto:guybrush@gmail.com wrote: Hello, I got the demo

Re: webfaction 200mb ram enough for 50 items and 50 visitors a day?

2009-09-11 Thread GuyBrush
memory usage will be much lower. Lmk if you need help because it's not straightfwd on webfaction. Cheers , Sent from my mobile phone. Please pardon my brevity. Griffin Caprio - Founder President, 1530 Technologies, Inc. Cell: 312.371.3869 On Aug 29, 2009, at 9:24 PM, GuyBrush guybrush

webfaction 200mb ram enough for 50 items and 50 visitors a day?

2009-08-29 Thread GuyBrush
Hello, Can someone tell me how much memory a small satchmo store with 50 items and 50 visitors a day needs? If thats hard to guess, how much ram is needed for a fresh satchmo install idling? I'm thinking of using webfaction or another shared host if I can find one. Thank you!

should I use 0.9?

2009-06-14 Thread GuyBrush
Hello, I had to stop a Satchmo side project for a while which I haven't done much work. Should I continue using 0.8.1 or use 0.9 trunk? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Satchmo users

Re: PayPal Cart doesn't clear after successful payment

2009-01-06 Thread GuyBrush
I haven't got that far yet but this could be a problem for me. Is every one having this problem? Dan Harris wrote: Anyone figure this out? I have the same issue in sandbox mode (haven't tried live transactions). On Dec 31 2008, 2:05 pm, Josh wheaties@gmail.com wrote: I'm having the

Re: Byteflow blog and Satchmo - separated sidebars for mysite.com/shop and mysite.com/blog

2009-01-01 Thread Guybrush
sweet! thanks you! On Jan 1, 8:11 pm, Bruce Kroeze bkro...@gmail.com wrote: On Thu, Jan 1, 2009 at 5:08 PM, Guybrush guybrush@gmail.com wrote: Hello, I couldn't get satchmo working with banjo easily but I got it working with a blog called Byteflow. I also got the sidebars from both

Re: Email hosting recommendations - Satchmo store that sends newsletters.

2008-12-29 Thread Guybrush
. And remember, nobody loves a spammer. :] On Dec 29, 5:14 pm, Guybrush guybrush@gmail.com wrote: I hope this message is not considered off-topic. Anyone has experience with an email hosting provider other then google gmail apps? I have been looking atwww.inbox.comdoesanyone has any experience

Re: Which CMS, Blog and mailing list with Satchmo?

2008-12-22 Thread GuyBrush
with satchmo. basslineshift wrote: As far as a mailing list software, if you don't mind it being php, I recommend using dada mail ( http://dadamailproject.com/ ). It is easy to use and easy to send out rich email blasts to subscribers. On Dec 21, 8:30 pm, Guybrush guybrush@gmail.com wrote

TemplateSyntaxError on taxrate. happened after US tax table. (python manage.py satchmo_load_us_tax)

2008-12-20 Thread Guybrush
Hello, I'm getting an error on admin/tax/taxrate/ I just did a clean install of 0.8.1 but also had this on my previous install. Its on dpaste http://dpaste.com/100986/ The error only happens after I run python manage.py satchmo_load_us_tax to load the US tax table I appreciate all the help.

how to enable category images/thumbnails?

2008-12-20 Thread Guybrush
I think I'm missing something. The images I'm adding to the categories are not being displayed as thumbnails when I access the category page by clicking on view on site on admin. Also there is noting showing under Shop Categories on shop home page Thank you for all the help

Re: how to enable category images/thumbnails?

2008-12-20 Thread Guybrush
never mind :o) found it on shop/category/ On Dec 20, 9:17 pm, Guybrush guybrush@gmail.com wrote: I think I'm missing something. The images I'm adding to the categories are not being displayed as thumbnails when I access the category page by clicking on view on site on admin. Also

Re: Any tips for reducing memory usage?

2008-11-30 Thread GuyBrush
did you try WSGI? I'm now considering http://djangohosting.ch/ shared hosting I can get 60 MB of ram based on the 1'000 MB 4.00 € per month deal. + 1€ per 20mb ram It looks like for 14.00 € per month which according to google its around $18 dollars

Re: Hosting recommendations?

2008-11-10 Thread GuyBrush
I think with media temple you have to pay $20 for the (gs) grid service and then $20 for a Django GridContainer thats $40 per month total. Maybe I'm not seeing it but I think $40 is too much for a low traffic shop. Maybe media temple is better for higher traffic sites. What do you think?

Re: TemplateSyntaxError at /admin/tax/taxrate/

2008-11-01 Thread GuyBrush
Is anyone having this problem? Thanks in advance GuyBrush wrote: Hello everyone, I got some errors when accessing Tax Rates in admin. http://dpaste.com/84494/ Could I be missing something in my settings files? Thank you --~--~-~--~~~---~--~~ You

Satchmo 0.8 release?

2008-11-01 Thread GuyBrush
Hello, Not to rush anyone, I'm just wondering if anyone has an idea when Satchmo 0.8 is going to be released :o) Out of all the ecommerce systems out there Satchmo seems to be the most balanced. I think more people should know about Satchmo. Thanks!

Re: python-trml2pdf_1.0.orig.tar.gz second try

2008-10-14 Thread GuyBrush
Sorry everyone I forgot the mv command. I'm sending this again. Good question uncompress the file $ tar xvfz python-trml2pdf_1.0.orig.tar.gz copy this folder to your python*.*/site-packages/ folder. Make sure the folder corresponds to your phython version $ sudo mv trml2pdf/trml2pdf

Re: python-trml2pdf_1.0.orig.tar.gz

2008-10-14 Thread GuyBrush
Good question uncompress the file tar xvfz python-trml2pdf_1.0.orig.tar.gz copy this folder to your python*.*/site-packages/ folder. Make sure the folder corresponds to your phython version|| |trml2pdf/trml2pdf /usr/local/lib/python2.5/site-packages/| || Thats what I did, I didn't test

Re: AttributeError at /shop/ 'WSGIRequest' object has no attribute 'session' Fixed again

2008-10-13 Thread GuyBrush
Fixed the 404 setting MEDIA_URL = '/static/' GuyBrush wrote: Fixed it! the problem was MIDDLEWARE_CLASSES was defined twice and the second time it was missing things. Thanks for the help! I'm now getting 404 on the css file. I will look more

Re: AttributeError at /shop/ 'WSGIRequest' object has no attribute 'session'

2008-10-12 Thread GuyBrush
12, 2008 at 4:09 PM, GuyBrush [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: here is settings.py http://dpaste.com/84006/ here is local_settings.py http://dpaste.com/84007/ Output of python manage.py satchmo_check: /usr/lib/python2.5/site-packages/pycrypto-2.0.1

Re: AttributeError at /shop/ 'WSGIRequest' object has no attribute 'session'

2008-10-12 Thread GuyBrush
I double checked all the settings and they where correct. GuyBrush wrote: I will double check everything latter today or tomorrow but after the changes I'm still having the same errors. --~--~-~--~~~---~--~~ You received this message because you