Class: Spree::Integrations::Skroutz

Inherits:
Spree::Integration
  • Object
show all
Defined in:
app/models/spree/integrations/skroutz.rb

Constant Summary collapse

OUT_OF_STOCK_AVAILABILITY_OPTIONS =
[
  'Available from 4 to 6 days',
  'Available up to 12 days'
].freeze
AVAILABILITY_OPTIONS =
[
  'In Stock',
  'Available from 1 to 3 days', 
  *OUT_OF_STOCK_AVAILABILITY_OPTIONS
].freeze

Class Method Summary collapse

Class Method Details

.icon_pathObject



22
23
24
# File 'app/models/spree/integrations/skroutz.rb', line 22

def self.icon_path
  'integration_icons/skroutz-logo.webp'
end

.integration_groupObject



18
19
20
# File 'app/models/spree/integrations/skroutz.rb', line 18

def self.integration_group
  'marketing'
end