in checkout.py :
+ @@ -713,7 +717,7 @@ class CheckoutSelectShipping( BaseChecko
+ ship_service_names =
IGetPaidManagementOptions(siteroot).shipping_services
+
+ if not ship_service_names:
+ - self.status = "Misconfigured Store - No Shipping
Method Activated"
+ + self.status = _(u"Misconfigured Store - No Shipping
Method Activated")
+ return
+
in browser/templates/cart-listing.pt
+ i18n:domain="plonegetpaid">
+
+ <legend i18n:translate="legend_cart_contents"> Your Cart Contents </legend>
+ - <div class="formHelp" id="cart_update_delete_help">You must
confirm your shopping cart modifications by clicking "Update"
below.</div>
+ + <div class="formHelp" id="cart_update_delete_help"
i18n:translate="">You must confirm your shopping cart modifications by
clicking Update$
+ <form action="."
in interfaces.py
+ -# Configure # Configure
+ -class IGetPaidManagementContentTypes( igetpaid.IPersistentOpt
class IGetPaidManagementContentTypes( igetpaid.IPersistentOpt
+ -
+ - buyable_types = schema.List(
buyable_types = schema.List(
+ - title = _(u"Buyable Types"),
title = _(u"Buyable Types"),
+ - required = False,
required = False,
+ - default = [],
default = [],
+ - description = _(u"Buyable Content delivered through t
description = _(u"Buyable Content delivered through t
+ - value_type = schema.Choice( title=u"buyable_types", s
value_type = schema.Choice( title=u"buyable_types", s
+ - ) )
and the like
the list is non exhaustive
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to