shuup.front.themes package

Module contents

class shuup.front.themes.BaseThemeFieldsMixin[source]

Bases: object

Default Theme mixing with fields used in Shuup Front

Add this mixing to the theme class if you want to use the same options as the Shuup Front theme provides.

get_product_tabs_options()[source]
get_base_fields()[source]
get_product_details_tabs()[source]
should_render_product_detail_tab(tab_identifier)[source]