Re: Configurable Product: Sorry, we don't have any of that combination available

2011-03-12 Thread Alvaro Gomez
Hi Don't forget to execute a satchmo_rebuild_pricing after a new configurable product creation El 12/03/2011 16:57, Nan ringe...@gmail.com escribió: I'm encountering a Sorry, we don't have any of that combination available error on trunk with configurable products even with Allow Checkout

Collect extra info on checkout

2011-01-24 Thread Alvaro
Hi I want to implement a suscription product that collects certain custom information (stored in a custom model) during the checkout process. Ideally I need to add one or two extra steps in the checkout form to collect user information such as weight, height etc... Is it possible to customize

Using grappelli

2011-01-19 Thread Alvaro
Hi I'm using django-grappelli for the admin interface and I found one issue in the ajax lookup fields for Contacts and Orders. I'm receiving an error in the /admin/js/jquery.bgiframe.js file saying then $.fn is not null or is not an object. Googling a little bit I found that this can be solved by

Contributing with translations

2011-01-02 Thread Alvaro
Hi I'd like to contribute to Satchmo translations (mainly to Spanish). I'd registerd myself in Transifex and I'd seen some activity around but I'm a little bit lost. How can I help? Regards -- You received this message because you are subscribed to the Google Groups Satchmo users group. To

Custom Tax module templatetag

2010-12-20 Thread Alvaro
Hi I'l developing my own VAT tax module based in teh area current one to handle some territory exceptions. I'm creating a custom templatetag to sumarize the total tax amount and base amount for products in the same taxClass (this is a legal requirement), so I extended the TaxRate model by

Re: Custom Tax module templatetag

2010-12-20 Thread Alvaro Gomez
By the way, for the other european guys out there. Do you sumarize somehow your tax (VAT) amounts per taxClass somehow?. I need this and also give a string name to the applied rate to include it in the bill. Regards 2010/12/20 Alvaro manosuc...@gmail.com Hi I'l developing my own VAT tax

Re: Error adding out of stock products to the cart

2010-12-19 Thread Alvaro Gomez
Hi Here it is: http://dpaste.com/288317/ http://dpaste.com/288317/Regards 2010/12/19 Chris Moffitt ch...@moffitts.net Could you post the full traceback to dpaste and let us take a look at it? -Chris On Sat, Dec 18, 2010 at 7:35 PM, Alvaro manosuc...@gmail.com wrote: Hi I'd enabled

Re: Error adding out of stock products to the cart

2010-12-19 Thread Alvaro Gomez
It worked. Thanks Chris! 2010/12/19 Chris Moffitt ch...@moffitts.net Make sure you have django.contrib.messages.middleware.MessageMiddleware in your MIDDLEWARE and 'django.contrib.messages' in your INSTALLED_APPS See if that helps. -Chris On Sun, Dec 19, 2010 at 10:26 AM, Alvaro Gomez

Product types, tiered prices and discounts

2010-12-18 Thread Alvaro
Hi I'd detected an issue in Satchmo OrderItems but I'm not sure if this is caused by my configuration or is a bug at all. I have several Tiered prices for all my products. I detected that if I place an order with a Configurable Product and a Normal Product with the same price for both, the

Error adding out of stock products to the cart

2010-12-18 Thread Alvaro
Hi I'd enabled the stock control options in the admin, and now each time I try to add a product (simple or variation) to the cart I get an error page with: AttributeError at /product/quartz_1n4_s/ 'unicode' object has no attribute 'level' Django Version: 1.2.3 Exception Type: AttributeError

Re: problematic imagens

2010-12-17 Thread Alvaro Gomez
this group, send email to satchmo-users+unsubscr...@googlegroups.comsatchmo-users%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en. -- Alvaro www.dorsalcero.net -- You received this message because you are subscribed

Re: upsell template - where (which folder) should the customized version go?

2010-12-15 Thread Alvaro Gomez
://groups.google.com/group/satchmo-users?hl=en. -- Alvaro www.dorsalcero.net -- 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 unsubscribe from this group, send email to satchmo-users

Re: Pricing Tiers not working for Configurable products?

2010-08-05 Thread Alvaro Gomez
that this can be done slightly cleaner. Regards 2010/8/5 Alvaro Gomez manosuc...@gmail.com Hi Chris I'm referring to this template: http://bitbucket.org/chris1610/satchmo/src/tip/satchmo/apps/product/templates/product/detail_configurableproduct.html In line 19: satchmo.variations

Re: Pricing Tiers not working for Configurable products?

2010-08-04 Thread Alvaro Gomez
, Alvaro manosuc...@gmail.com wrote: Hi I'd found an issue in the Product display page for configurable products using Tiered Pricing. When I set a tiered price based in a fixed amount the this price is ignored for configurable products but not for regular ones. If i add this product to the cart

Custom payment modules

2010-08-03 Thread Alvaro
Hi all Now is time for me to develop my own custom Payment module to support bank transfers. I have a few newbie questions prior to start. 1st: As I do not want something so sophisticated my idea is to copy one of the existing modules and adapt it. I found the autosuccess payment module in the

Pricing Tiers not working for Configurable products?

2010-08-03 Thread Alvaro
Hi I'd found an issue in the Product display page for configurable products using Tiered Pricing. When I set a tiered price based in a fixed amount the this price is ignored for configurable products but not for regular ones. If i add this product to the cart then the correct tiered price

Re: Satchmo Bank Transfer Payment module

2010-07-03 Thread Alvaro
Hi Alessandro Thanks for the information. I want to give a try to you payment module, but I'm not able to install it following the README file instructions. Do you know if is there any issue using it with the latest Satchmo release? Bye On 24 jun, 10:53, Alessandro Ronchi

Re: Customize billing information

2010-05-10 Thread Alvaro Gomez
to store a little more information about each client, not necessarily connected with payment? Is it possible, or do I need to change the source code of satchmo? On 7 Maj, 10:12, Alvaro manosuc...@gmail.com wrote: Let me rescue this topic. I'm planning to use several Payment Methods (PayPal

Re: Customize billing information

2010-05-07 Thread Alvaro
, 01:49, Chris Moffitt ch...@moffitts.net wrote: What payment processor are you planning on using? You may just want to modify an existing one to add the field for capturing the National ID #. -Chris On Sun, Mar 28, 2010 at 6:33 PM, Alvaro manosuc...@gmail.com wrote: I need to add and extra

Satchmo Multisites

2010-04-26 Thread Alvaro
Hi I'm trying to find some documentation about how Multisites works in Satchmo but I'm not able to find any good starting point. I'd like to know what the scope of the mutisites implementation currently in place, how to handle the product catalog, payment shipping methods etc Can anybody

Customize billing information

2010-03-28 Thread Alvaro
I need to add and extra field to the billing information to allow customers enter their National ID Number (mandatory in my country). I don't know wehre to start, maybe usign signals or should I directly extend the orders data model? Probably I'll need to add this field to the contact information

Re: Tiered pricing issue

2010-03-05 Thread Alvaro
code: satchmo_ext/tieredpricing/models.py Line 88: prices = TieredPrice.objects.filter(product=self.product, quantity=self.quantity, pricingtier=self.pricingtier) I hope it helps. Regards On 2 mar, 23:43, Alvaro manosuc...@gmail.com wrote: I'm setting up a new webshop and I'll like to user

Tiered pricing issue

2010-03-02 Thread Alvaro
I'm setting up a new webshop and I'll like to user several tiered pricing levels. I'm playing around with the large project and a custom one and I'm not able to create more than one tiered price per product. The second one is just ignored by the admin. What I'm doing wrong? Has anyone used the

Product/Category filtering to users/groups

2010-01-15 Thread Alvaro
Hi all I'm creating a webshop where I'll need some providers to feed up their own catalog items in the shop. Therefore I like to configure it to allow certain users or groups to create an maintain products, but I want to allow them to do it only for their own ones. I mean each provider should