chmo project atm, so can you check the view that handles the
submission? It might uses a form that does not includes your fields.
Laszlo
http://twitter.com/LZAntal
>
> --
> You received this message because you are subscribed to the Google Groups
> "Satchmo users" group.
you could overwrite the checkout template
and it’s view to handle it before pass the rest of the data back to satchmo to
handle it.
Satchmo has all kinds of signals you can listening to as well for post/pre
processing.
But if it is more involved I would create a custom shipping module.
Hope it hel
s off. Also I had similar performance issue and
it got it solved by moving from my VPS provider to rackspace cloud server. No
joke thats all it took. That store had over 5k products.
Hope it helps
Laszlo
http://twitter.com/LZAntal
>
> --
> You received this message because you are sub
Hi
On Wednesday, February 19, 2014 6:22:07 AM UTC-8, sl wrote:
>
> Hello, any ideas as i can change payment method or credit card info for
> user subscription?
>
Can you give us more info? Do you mean after they already subscribed?
Laszlo
http://twitter.com/LZAntal
--
You r
site return a 404 error.
> Regards
Fixed. Please run pip again and it will install it.
Thank you
Laszlo
http://twitter.com/LZAntal
>
> --
> You received this message because you are subscribed to the Google Groups
> "Satchmo users" group.
> To unsubscribe fro
Hi,
Add STATIC_URL to your sattings.py mine is set to site_media/static
Laszlo
http://twitter.com/LZAntal
On Nov 4, 2013, at 6:58 AM, Poy Ryan wrote:
> hi, everybody.
>
>i install it with the commands:
>
> pip install -r
> http://bitbucket.org/chris1610/satch
include('grappelli.urls')),
)
urlpatterns2 = patterns('',
url(r'^', include('pages.urls')),
)
# combine all url patterns for django
urlpatterns = urlpatterns1 + urls.urlpatterns + urlpatterns2
"""
Thats all. Now you put all your urls tha
code is well commented and very strait forward.
Laszlo
http://twitter.com/LZAntal
> --
> You received this message because you are subscribed to the Google Groups
> "Satchmo users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
/satchmo-users/eVgj4Ot0H5w/LAsanoCSTA0J
It is not the best solution by any means but it works great and I can even set
expiration date on the sale price all using whats provided by satchmo.
Hope it helps
Laszlo
http://twitter.com/LZAntal
> --
> You received this message because you are sub
{{ product|discount_price:sale|currency
}}
{% else %}
{{ product|discount_price:sale|currency }}
{% endif %}
"""
Hope it helps.
Laszlo
http://twitter.com/LZAntal
On Oct 16, 2012, at 7:10 AM, Stanislav Mihaylov wrote:
> Hello Scott, I was wondering did yo
Hi,
I implemented a backorder status for orders. I allow checkout with 0 inventory
and after checkout complete I attached to the signal to loop through the order
and see if any of the products inventory below 0. If so I set the order status
to backorder.
Laszlo
On Oct 8, 2012, at 9:29 AM, Be
Hi again,
On Feb 20, 7:04 pm, lzantal wrote:
> Hi,
>
> I was trying to install satchmo and I got a 404 error
> forhttp://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz.
> Where is it hosted now?
>
> Thank you
>
> lzantal
I found it in Fedore repo and uploaded
Hi,
I was trying to install satchmo and I got a 404 error for
http://www.satchmoproject.com/snapshots/trml2pdf-1.2.tar.gz.
Where is it hosted now?
Thank you
lzantal
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this g
x27;product','price','quantity','expires']
list_editable = ['price','expires','quantity']
search_fields = ['product__name','product__sku']
admin.site.register(PriceUpdate, PriceUpdateAdmin)
""&q
Hi,
in yourdomain.com/settings
in the first section there is this option
"""
Use Cart Price Breaks?
Use the total number or cart or order items to determine quantities for
discount pricing.
Default value: False
"""
lzantal
On Jan 3, 2012, at 11:09 AM, Dave Br
Hi,
Looks really good, going to install it this afternoon. I built something
similar but not as many features.
One quick question. If a user uses their reward point to purchase an item do
they get reward points for that too or just for credit card payment?
lzantal
On Jan 2, 2012, at 10:17
Hi,
In your payment processor check the returned error code and re-direct if
necessary.
lzantal
On Nov 22, 2011, at 10:00 AM, Tomas Neme wrote:
>
> first of all, this might be different now, I'm using 0.92, but this is a big
> project, and migrating seems harder than hackin
Thank you for your feedback.
I did run into that issue you are mentioning, I was getting errors from
google-bots.
So I did exactly as you said and added a check to make sure the referral is
from the store domain.
Great minds.. :)
lzantal
On Nov 13, 2011, at 5:00 PM, hynekcer wrote
Hmm, you would use a view for that and then a template to display the data.
Or write a templatetag to return the most recent one.
lzantal
On Nov 11, 2011, at 4:41 PM, jc wrote:
> Oh hi. :)
>
> An example of what I am wanted to try out is placing a script like this
> http://w
#x27;%s' % (product.category.all()
[0].get_absolute_url(), product.category.all()[0].translated_name())
register.simple_tag(product_cat_url, takes_context=True)
Use it in place of the default for loop: {% product_cat_url %}
Note, I don't have subcategories so I did not tested it with one.
lzantal
--
Y
pass
It stores the uses in a simple table where you can also set expire so you only
restrict it for the launch day etc.
Also I have a product qty which does the same but with product, so only 2 per
customer.
lzantal
On Oct 23, 2011, at 8:52 PM, Bruce Kroeze wrote:
> Actually, I'
Hi,
On Dec 17, 10:42 am, Chris Moffitt wrote:
> Yes, the bitbucket tip has the latest changes. If you can update to that,
> let us know if you're still seeing that problem.
>
I sure will.
Thank you for your help
lzantal
> -Chris
>
> On Fri, Dec 17, 2010 at 11:57 AM,
some.
Are those changes up in bitbucket?
Thank you for your help
lzantal
> -Chris
>
> On Fri, Dec 17, 2010 at 10:58 AM, lzantal wrote:
> > Hi,
>
> > I got a discount code $10 off for All Products when the order is $20
> > or more.
> > But when I go to checkout th
would be appreciated.
Thank you
lzantal
--
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-user
mean in the category view then you need to overwrite the
templates/product/category.html template.
"""
{% for product in products %}
product info here
{% endfor %}
"""
Style product-category class to float the , That's all you need.
lzantal
>
> {%
right now
the admintools code
and I am thinking of trying to make satchmo-themes into an app on its
own.
> Looking forward to seeing what you come up with.
>
Me too :-)
I'll keep you all posted
lzantal
> -Chris
>
> On Thu, Dec 2, 2010 at 11:19 AM, lzantal wrote:
> > H
On Dec 2, 10:12 am, Johannes Bornhold wrote:
> Hi,
>
> lzantal wrote:
> > I got one big question::
> > Should this repository have a full fork of satchmo or should it just
> > contain the template and media files like Pinax does?
>
> I think decoupling it is
Hi all,
After a long time I am finally back to developing with satchmo and
working on satchmo-themes.
I updated the wiki page on bitbucket
http://bitbucket.org/lzantal/satchmo-themes/
Please note I have not pushed anything up yet.
I got one big question::
Should this repository have a full fork
Hi,
Well looks like you are registering your new product admin as your old
product admin.
Create an admin for your custom product and leave the old one.
Your old product should show up under your custom product admin.
Not sure if I explain it rigth, let me know
lzantal
On Sep 25, 1:36 am
Make sure you add your custom product to your satchmo settings so
sathcmo aware of it.
SATCHMO_SETTINGS = {
'SHOP_BASE' : '',
'MULTISHOP' : False,
'CUSTOM_PRODUCT_MODULES': ['CProduct',],
#'SSL' : True,
#'CUSTOM_PAYME
order_sku.allow_tags = True
order_sku.short_description = "Order SKUs"
It's not pretty but works as expected. I also have links to each
product so I can click on the sku and it opens a new window with the
product.
Hope it helps
lzantal
On Sep 23, 9:59 am, RT wrote:
> I know a bit about tw
Hi,
I tryed to use form_init signal but my notes never got saved.
Did you implemented this with that signal? If so could you share your
implementation?
I prefer to use signals over altering satchmo.
Thank you
lzantal
On Sep 3, 7:46 pm, davis wrote:
> Satchmo was patched a while back to s
Yes it is:)
Looks pretty good.
lzantal
On Sep 3, 11:00 am, Stuart Laughlin wrote:
> Perfect timing... I just finished implementing this myself...
>
> Isn't that always the way?!? :) :)
>
> Here's what I did...
>
> 1) add 'notes' field to payment.f
thcmo/apps/payment/views/contact.py into function
contact_info(request, **kwargs):
on line 70 in my version right after if form.is_valid():
order.notes = new_data["ordernote"]
order.save()
That's all. Now the note is saved into the Order models notes field.
Hope it helps
lz
l the parts.
Labor day weekend coming up so I should(hopefully) have more time to
work on it.
lzantal
On Sep 2, 3:24 pm, Albert Pi wrote:
> Any updates on this, Izantal?
>
> On Aug 13, 5:16 am, Albert Pi wrote:
>
> > Thanks!
>
> > On Aug 12, 1:19 am, lzantal wrot
Hi,
Take a look at this installation instruction.
http://bitbucket.org/chris1610/satchmo/wiki/ImprovedInstallationProcess
lzantal
On Sep 1, 3:32 pm, Bjorn Meyer wrote:
> I checked out 0.9.2, but I am having some issues.
>
> I have created the project folder in a virtualenv.
>
I don't know. Never used 0.8.1 Sorry.
But you could add the code to the login function.:)
lzantal
On Aug 27, 10:35 am, Alessandro Ronchi
wrote:
> it's present also in 0.8.1 version?
> thanks in advance, best regards.
> --
> Alessandro Ronchihttp://www.soasi.com
Hi,
Enable Persistent Cart in site settings under Store Settings.
It should work out of the box but if you need to alter it,
it is in satchmo_store/accounts/views.py on line 84
lzantal
On Aug 26, 8:47 am, Alessandro Ronchi
wrote:
> I want the user to be able to recover its cart when he retu
Hi,
You might want to go through this quick start.
Make sure all the dependencies are installed
http://www.satchmoproject.com/docs/dev/quickstart.html
lzantal
On Aug 19, 5:30 am, AshleyS wrote:
> Hi,
>
> I have been given the task of maintaining a Django website that uses
>
stylesheet
(hopefully) easily. In this process I will rewrite a few of my themes
to use satchmo-themes layout.
I am also using 960.gs for the layout. I have been using it for awhile
and really like how easy it makes complicated layouts.
Hope to have something up in bitbucket soon
lzantal
On Aug 20, 12
Hi Stuart,
Hmm, debug toolbar did not show that signal.
Good catch. fun to learn more about django every time:)
lzantal
On Aug 18, 12:02 pm, Stuart Laughlin wrote:
> On Wed, Aug 18, 2010 at 1:57 PM, lzantal wrote:
>
> > I can't seem to find any signal that you could use.
>
Hi,
I can't seem to find any signal that you could use.
The simplest solution would be to extend ProductOption admin class and
override save_model method.
This can be done without touching satchmo core.
Hope it helps
lzantal
On Aug 18, 2:16 am, Alessandro Ronchi
wrote:
> I need to
Hi Chris,
Isn't thats handled by persistent cart option in Store Settings?
Some reason I assumed that what it did.
Thanks
lzantal
On Aug 16, 6:07 am, Chris Moffitt wrote:
> I would recommend running a cron job to empty the cart every night. Should
> be really straightfo
Hi,
Connect to rendering_store_mail signal and add your data to the
context.
Override the email templates to handle your data.
More on the signal at
http://www.satchmoproject.com/docs/dev/signals.html#satchmo_store.shop.signals.rendering_store_mail
Templates are in shop/email folder.
lzantal
Hi all,
Quick update. I am working on coding up a "very" rough prototype for
this.
Sorry for the delay I got a deadline to meet this week.
lzantal
On Aug 9, 5:44 pm, Albert Pi wrote:
> Thanks, Izantal. I appreciate it.
>
> On Aug 9, 7:17 pm, lzantal wrote:
>
> >
Hi,
I run into once something similar with livesettings.
I fixed it by clearing the cache and restarting the dev server.
lzantal
On Aug 11, 2:03 pm, Brian Lee wrote:
> Satchmo: '0.9.2-pre hg-unknown'
> Livesettings: VERSION = (1, 4, 3)
>
> Brian
>
> On Aug 11, 4
],
#'SSL' : True,
#'CUSTOM_PAYMENT_MODULES': ['paybycheck',],
#'PERSISTENT_CART': True,
#'SHOP_URLS' : patterns('satchmo_store.shop.views',)
}
"""
Hope it helps
lzantal
On Aug 11, 6:58 am, Michael Dizon wrote:
>
Hi,
You need to enable/disable payment modules in your settings.py file
under INSTALLED_APPS
lzantal
On Aug 10, 7:51 am, Chris wrote:
> Hi,
>
> I am using satchmo 0.9.1 and I can't seem to be able to activate a
> custom payment module in the site settings. I remember the
Hi Alex,
No problem, glad it worked. :)
lzantal
On Aug 9, 3:24 pm, Alex Liu wrote:
> Izantal,
>
> Thank you so much. That worked perfectly.
>
> Your help is greatly appreciated.
>
> -Alex
>
> On Aug 9, 4:45 pm, lzantal wrote:
>
> > Hi,
>
> > Try
"
As you see the only thing changed is I replaced the ".parent()" with
".prev()"
Hope it helps
lzantal
On Aug 9, 1:02 pm, Alex Liu wrote:
> Hello,
>
> I put that script in my base.html file like so:
>
> {% block sidebar-c
"""
I just run it on http://demo.satchmoproject.com/ and worked fine.
lzantal
On Aug 8, 7:20 pm, Alex Liu wrote:
> I looked at the JQuery plugin and did everything I had to for the
> tag in my base.html file.
> Now I'm just confused on how to change the rest of the base.html fil
n
category etc..
lzantal
On Aug 8, 6:59 pm, Albert Pi wrote:
> I'm having hard times trying to interact with satchmo products in my
> dynamic form to allow users to customize their bikes. This is a
> stripped down version of my app:http://dpaste.com/hold/226356/
>
> I'
Hi,
Could you post the error you are receiving? Do you get the django
default debug page?
Thank you
lzantal
On Aug 6, 3:42 am, Alex Liu wrote:
> I forgot to mention:
>
> I have the Dummy Payment and Paypal Payment Modules installed via the
> settings.py folder.
>
> Regards,
Hi,
That sounds good to me.
Yes since CustomBike extends Product the checkout process would work
fine.
Please keep us posted:)
lzantal
On Aug 3, 9:24 pm, Albert Pi wrote:
> Thanks again Izantal, I think I'm taking your route. CustomBike model
> class, CustomBikePart model class
Hi,
I always clear the cache on upgrade. I think it's a good practice.
I was rewriting the way one of my project
does search and I had to clear the cache everytime I altered the my
search listener:)
lzantal
On Aug 2, 2:00 pm, Chris Laux wrote:
> I finally got my site upgraded to 0.
Hi,
There was a commit on google analytics 6 weeks ago.
See more here:
http://bitbucket.org/chris1610/satchmo/changeset/e94bae47e14f
Is that the latest code?
thanks
lzantal
On Aug 3, 11:59 am, Alessandro Ronchi
wrote:
> Has anyone updated the google analytics code to align it to the lat
Hi,
Try running the django dev server. How did you install satchmo?
lzantal
On Aug 2, 1:01 pm, Wesley Childs wrote:
> Thanks.
>
> I added the module but it still blew up with the same traceback. I restarted
> apache and even added an incorrectly spelt module to ensure it was pick
Hi,
Here is this awesome 3part blog post, it develops just what you need.
http://www.satchmoproject.com/blog/2009/may/15/satchmo-diaries/
lzantal
On Aug 3, 2:27 am, Jonas Obrist wrote:
> How can I use satchmo with multiple currencies? I see that I can set
> multiple formattings
Hi,
There is a module for that:):)
Take a look at this, I am sure you can reuse part or all of it.
http://github.com/aronchi/satchmo-bank-transfer
lzantal
On Aug 3, 4:15 am, Alvaro wrote:
> Hi all
>
> Now is time for me to develop my own custom Payment module to support
> bank
Hi,
John-Scott are you also using PayPal like Brian Tol?
If so it's more of a paypal payment module issue then satchmo.
Just a thought
lzantal
On Aug 2, 2:07 pm, John-Scott wrote:
> On Aug 2, 4:09 pm, Brian Tol wrote:
>
>
>
> > We recently ran into an odd situation
Hi,
Yes, as far as I can tell it does looks like a middleware. When I get home I'll
post my middleware settings.
lzantal
On Jul 30, 2010, at 16:46, RT wrote:
> Taking off &{{ request.META.QUERY_STRING }} makes it so that it just
> appends ?itemperpage=15 (or whatever), but the
Hi,
Looks like your satchmo.apps dir is not in your python path.
How did you install satchmo 0.9?
Try this guide
http://bitbucket.org/chris1610/satchmo/wiki/ImprovedInstallationProcess
lzantal
On Aug 2, 11:14 am, tomfmason wrote:
> >>> import satchmo_store
>
> Traceback (mos
Hi,
Check make sure satchmo is in you python path. Did you install satchmo
under a virtualenv.
If so you need so activate it first.
Try running this and see if you get something similar:
$python
>>> import satchmo_store
>>> satchmo_store.VERSION
(0, 9, 2, 'pre')
>&
Hi,
There was a change in satchmo that you need to include the payment
modules in INSTALLED_APPS
instead in live_settings. Just an idea.
lzantal
On Aug 2, 7:29 am, wchildsuk wrote:
> Hi all,
>
> I'm setting up my second Satchmo from a clone of my first but the
> payment m
to
> enter.
Could you give an example as to what are you trying to accomplish?
Thank you
lzantal
--
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 fr
_processors.request"
)
"""
Try removing the &{{ request.META.QUERY_STRING }} to make sure its
working.
The only reason it needs to be there is for the search page. It
appends the search query to the url.
lzantal
On Jul 30, 10:33
Hi,
That's weird. My template loads the same templatetags.
Are you using this in your link(case sensitive):
{{ request.META.QUERY_STRING }}
What is your TEMPLATE_CONTEXT_PROCESSORS has in it?
lzantal
On Jul 29, 12:56 pm, RT wrote:
> It does it with both Django's development s
Hi all,
Anyone have any idea on what could cause it?
Today I just got a discount amount of $9.98 instead of $10
Thanks
lzantal
On Jul 26, 12:56 am, lzantal wrote:
> Hi all,
>
> When I apply a $10 discount to an order it shows up as $10.05 on the
> invoice.
> Looks like satc
Hi,
Hmm, I don't get that on my end...
Just tested it in prod server and on dev server.
Do you have "django.core.context_processors.request" in
TEMPLATE_CONTEXT_PROCESSORS ?
Just a thought. Could you try it with the django runserver ?
Thanks
lzantal
On Jul 29, 11:21 am, R
no problem :)
lzantal
On Jul 29, 9:20 am, RT wrote:
> thanks izantal!
>
> -rt
>
> On Jul 27, 6:32 pm, lzantal wrote:
>
> > Hi,
>
> > Here is the code to let the user choose the amount of products
> > displayed per page.
> > I created a
goes to the core devs and everyone who contributes:)
Satchmo is a breath of fresh air for me compare to the other
frameworks
I have worked with.:):)
I hope you'll find satchmo the right fit for your needs and even if
there is something
that's missing satchmo is just django... :-D
t_qty_price_list.0.1|currency }}
{{ product|discount_price:sale|currency }}
{% else %}
{{ product|discount_price:sale|currency }}
{% endif %}
"""
Hope it helps
lzantal
On Jul 28, 2:41 pm, Brian Lee wrote:
> How can I place a product on Sale so that the below code&
.
I would like to use django1.2. What do you think?
Thanks
lzantal
On Jul 27, 5:32 pm, Chris Moffitt wrote:
> FWIW, I think it would be great for Satchmo themes to be out there and
> useful for the community. One of the benefits of Satchmo is the strength of
> its templates and a vibr
Hi,
On Jul 27, 12:50 pm, Sergej Felde wrote:
> Hello,
>
> you can extend livesettings for you payment and ask values in your
> checkout-template.
>
That sounds much simpler. i have not delved into livesettings much.
Do you have an example of that how you would do it?
thanks
lza
ns.list_display = ('name', 'sku', 'unit_price',
'items_in_stock', 'get_subtypes')
ProductOptions.list_display_links = ('name', 'sku')
# register Product again with adminsite
admin.site.register(Product, ProductOptions)
"&quo
Hi,
Try switching to sqlite db just to test if its the database.
If its working with the sqlite then it has something to do with
postgre.
lzantal
On Jul 27, 7:12 pm, frjeremiah wrote:
> Doesn't sound silly at all, but unfortunately that's not the problem.
> They are in fact ac
Hi,
Ok, this might sounds silly, but Did you set the product and or
category to be active?
Also instead of clicking view on site just go to the site url
directly.
Let us know
lzantal
On Jul 27, 12:57 pm, frjeremiah wrote:
> I am currently setting up a test instance of Satchmo which has b
to tell
Hope it helps
lzantal
On Jul 26, 10:09 pm, Brian Lee wrote:
> I am using jQuery plugin called treeview to collapse all categories
> except the one that's selected. It works great in Category page.
>
> The problem with this plugin is that when a product is selected, th
happier with satchmo:)
I have done my fair share of coding/theming with osCommerce.
Hope it helps
lzantal
On Jul 27, 1:59 pm, Albert Pi wrote:
> I meant something like this:http://addons.oscommerce.com/info/6328
>
> On Jul 27, 9:54 pm, Albert Pi wrote:
>
> > I'd like to
code here /
{% endfor %}
{% paginate %}
{% endwith %}
"""
I put the middleware into the pagination app.
lzantal
On Jul 27, 1:12 pm, RT wrote:
> That sounds really useful, I'll look forward to it!
>
> On Jul 2
te, I am not a designer by any means.
If anyone finds something please share it on the list.
lzantal
On Jul 27, 1:17 pm, RT wrote:
> I wouldn't be surprised if something is floating around out there but
> I've never run across anything and I have searched around a bit.
>
>
Hi,
Thank you for your advice. I'll look into that.
I guess worst case I just need to implement a cache for my current
solution.
Thank you
lzantal
On Jul 26, 10:06 am, davecap wrote:
> You might want to check to see if the existing listeners built-in to
> Satchmo are affecting th
/middleware/
Hope it helps
lzantal
On Jul 27, 12:54 am, Alessandro Ronchi
wrote:
> I need to exclude COD when order is more than an amount (for example 1000€).
> Is it possible? How?
>
> What's the best place to include such a code?
>
> Thanks in advance.
>
> --
> Aless
Hi,
Glad to hear that.:)
I'll be home tonight and will add the code that let the user set
quantity/page,
It also displays the Items Found.
lzantal
On Jul 27, 9:48 am, RT wrote:
> Thanks Izantal, that works great!
>
> -RT
>
> On Jul 26, 9:48 pm, lzantal wrote:
>
> &g
ith results.products as products %}
{% autopaginate products %}
{% for product in products %}
/ more code here /
{% endfor %}
{% paginate %}
{% endwith %}
Hope it helps
lzantal
> -RT
--
You re
Hi all,
When I apply a $10 discount to an order it shows up as $10.05 on the
invoice.
Looks like satchmo applies the discount to all the products instead of
just taking
off the amount from the subtotal.
Any ideas on how to force satchmo to only apply the discount amount?
Thank you
lzantal
ng else that must be done to get
> show_empty to have an effect?
I could be totally off(it's late here) but the function uses 'or' so
the if statement will get executed unless
all of them False.
lzantal
--
You received this message because you are subscribed to the Google Groups
r of sales every day, and scrolling down to
> see hundreds of orders isn't the way to go. Is there any way to set
> the pagination of this column?
Set the ModelAdmin.list_per_page to control the amount gets displayed.
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#modeladmin-optio
ere?
Make sure you checked the active checkbox and set the expire date.
Which version of satchmo are you using?
Mine does not have the option to select a category.
lzantal
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to t
plate tag
to return the correct amount and formatting.
Let me know:)
lzantal
On Jul 19, 8:39 am, pmetras wrote:
> Hi,
>
> In Canada, we need to print the invoice with tax details. For
> instance, for a customer from Quebec where TPS (federal) and TVQ
> (provincial) taxes have to b
a custom view where you can easily delegate all
this updates and changes.
lzantal
On Jul 18, 3:02 pm, Robert Feely wrote:
> Hi guys, one more question on this.
>
> Is Satchmo set up to send out email updates, eg when I change an order
> to processing, can/does it send out an email to
Hi,
Take a look at these articles. I keep finding my self going back to
read it every time I need some pointers on signals.
In this article Bob creates very cool custom price signals for
international customers.
http://www.satchmoproject.com/blog/2009/may/15/satchmo-diaries/
lzantal
On Jul 19
:)
Thank you
lzantal
On Jul 16, 2010, at 7:00, Chris Moffitt wrote:
> For a while, I've been thinking about Satchmo and what we need to do next to
> improve it. I think from a feature perspective it matches up quite well with
> many offerings. Yes, there are plenty of areas for imp
would be appreciated
lzantal
--
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+unsubscr...@googlegroups.com
t me know how to get started on it :)
lzantal
On Jul 16, 7:00 am, Chris Moffitt wrote:
> For a while, I've been thinking about Satchmo and what we need to do next to
> improve it. I think from a feature perspective it matches up quite well with
> many offerings. Yes, there are ple
Hi,
I tested with my store and everything worked fine.
I have authorize.net, giftcard and my offlinepayment module enabled.
So far everything works, but I am still testing before I will use it
production.
lzantal
On Jul 15, 8:18 pm, Chris Moffitt wrote:
> Has anyone had the chance to play w
imple example?
All my category template tags are modified so I don't have a vanilla
satchmo category template tag.
lzantal
On Jul 15, 11:19 am, RT wrote:
> Where are custom templatetags supposed to live? I put it in store/
> localsite/templatetags/update_category.py (store is the top di
). Has this been implemented or do I need to implement it
> myself. Thanks!
I use jquery.toggle() to do that. Just wrap the subcategories in a
div
and bind toggle event to the parent which will show and hide the
subcategories for you.
lzantal
--
You received this message because you are subscribed
;.
Here are the docs on actions:
http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#writing-action-functions
Hope it helps
lzantal
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to satch
easier
than in oscommerce.(I done my fair share template dev with oscommerce)
Hope it helps
lzantal
--
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
1 - 100 of 208 matches
Mail list logo