Exemplo n.º 1
0
 def show_checkout(self):
     return get_shop_cart_settings().show_checkout
Exemplo n.º 2
0
 def summary_total_only(self):
     return get_shop_cart_settings().summary_total_only
Exemplo n.º 3
0
 def show_to_cart(self):
     return get_shop_cart_settings().show_to_cart
Exemplo n.º 4
0
 def max_artice_count(self):
     return get_shop_cart_settings().max_artice_count
Exemplo n.º 5
0
 def disable_max_article(self):
     return get_shop_cart_settings().disable_max_article
Exemplo n.º 6
0
 def show_checkout(self):
     return get_shop_cart_settings().show_checkout
Exemplo n.º 7
0
 def hide_cart_if_empty(self):
     return get_shop_cart_settings().hide_cart_if_empty
Exemplo n.º 8
0
 def show_to_cart(self):
     return get_shop_cart_settings().show_to_cart
Exemplo n.º 9
0
 def summary_total_only(self):
     return get_shop_cart_settings().summary_total_only
Exemplo n.º 10
0
 def disable_max_article(self):
     return get_shop_cart_settings().disable_max_article
Exemplo n.º 11
0
 def max_artice_count(self):
     return get_shop_cart_settings().max_artice_count
Exemplo n.º 12
0
 def hide_cart_if_empty(self):
     return get_shop_cart_settings().hide_cart_if_empty