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