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