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