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