On Friday, 22 April 2016 14:17:03 UTC+1, Geoffrey Eisenbarth wrote:
>
> Well, this is embarrassing. 
>
> After digging in a little more, it seems like the default behavior is to 
> not show the shipping and tax forms in the cart / checkout if the amount is 
> zero (I have SHOP_DEFAULT_SHIPPING_VALUE = 0 in settings.py), since the 
> tax/shipping information is shown based on template tags defined in 
> shop_tags.py as shipping_type, shipping_total, and tax_total. This seems to 
> work correctly in Internet Explorer (11.0.9600.18282) and Firefox (45.02), 
> but the "Flat Rate Shipping" and "Tax" entries are still showing up in my 
> cart and in the order_totals.html template in Chrome (50.0.2661.87 m). 
>
> Still looking for the culprit.
>
> On Friday, April 22, 2016 at 7:46:37 AM UTC-5, Geoffrey Eisenbarth wrote:
>>
>> (stephenmcd: thanks for redirecting me here)
>>
>> I'm using cartridge on a site that doesn't utilize shipping, tax, or 
>> quantity (electronic subscriptions), and I'm going to implement three 
>> boolean options into the settings for these situations today. Is there any 
>> interest in this? Or a way to do this already factored into the code? I 
>> know you can add custom shipping and tax calculation functions, but I don't 
>> see how those correspond with the presence of the fields in the various 
>> forms.
>>
>> As I see it, this could be easily implemented by just adding a few if 
>> statements into a few templates. Thoughts / suggestions / disagreements?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to