Sha256: 699ea457c8f0171b19ae2ed6fbbcfffe356920ffa20ea0082497fae0415db5ec
Contents?: true
Size: 326 Bytes
Versions: 46
Compression:
Stored size: 326 Bytes
Contents
# frozen_string_literal: true module Spree module Admin module ProductsHelper def frontend_product_path(product) Spree::Backend::Config[:frontend_product_path].call(self, product) end def show_rebuild_vat_checkbox? Spree::TaxRate.included_in_price.exists? end end end end
Version data entries
46 entries across 46 versions & 1 rubygems