I am grateful for YOU.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d264c4448e
commit
0b45400af1
12
.gitignore
vendored
12
.gitignore
vendored
@ -7,13 +7,11 @@ docs/
|
|||||||
.gitattributes
|
.gitattributes
|
||||||
project.geany
|
project.geany
|
||||||
# collections are generated with Drone CI/CD build
|
# collections are generated with Drone CI/CD build
|
||||||
collections/_products/*.md
|
collections/_products/
|
||||||
collections/_posts/*.md
|
collections/_posts/
|
||||||
collections/_drafts/*.md
|
collections/_drafts/
|
||||||
# json data is generated with Drone CI/CD build
|
# json data is generated with Drone CI/CD build
|
||||||
_data/authors/*.json
|
**.json
|
||||||
_data/posts/*.json
|
|
||||||
_data/products/*.json
|
|
||||||
# image data is generated with Drone CI/CD build
|
# image data is generated with Drone CI/CD build
|
||||||
uploads/*
|
uploads/
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
@ -161,6 +161,7 @@ pagination:
|
|||||||
# their entries' file path in the `include:` list.
|
# their entries' file path in the `include:` list.
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
|
- docs/*
|
||||||
# - .sass-cache/
|
# - .sass-cache/
|
||||||
# - .jekyll-cache/
|
# - .jekyll-cache/
|
||||||
# - gemfiles/
|
# - gemfiles/
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -252,14 +252,6 @@ if "#{shop_enabled}" === "true"
|
|||||||
Jekyll.logger.debug "::DOCUMENT PRODUCT DEBUG:: tax_code: " "#{tax_code}".to_s.yellow.bold
|
Jekyll.logger.debug "::DOCUMENT PRODUCT DEBUG:: tax_code: " "#{tax_code}".to_s.yellow.bold
|
||||||
end
|
end
|
||||||
|
|
||||||
# determine if product webpage_url is blank or null.
|
|
||||||
if "#{id["attributes"]["webpage_url"]}".blank?
|
|
||||||
Jekyll.logger.debug "ERROR: the webpage_url is missing; does product [" "#{heading}] have a webpage_url?".to_s.red
|
|
||||||
else
|
|
||||||
webpage_url = id["attributes"]["webpage_url"]
|
|
||||||
Jekyll.logger.debug "::DOCUMENT PRODUCT DEBUG:: webpage_url: " "#{webpage_url}".to_s.yellow.bold
|
|
||||||
end
|
|
||||||
|
|
||||||
# determine if product shipping_price is blank or null.
|
# determine if product shipping_price is blank or null.
|
||||||
if "#{id["attributes"]["shipping_price"]}".blank?
|
if "#{id["attributes"]["shipping_price"]}".blank?
|
||||||
Jekyll.logger.debug "ERROR: the shipping_price is missing; does product [" "#{heading}] have a shipping_price?".to_s.red
|
Jekyll.logger.debug "ERROR: the shipping_price is missing; does product [" "#{heading}] have a shipping_price?".to_s.red
|
||||||
@ -506,7 +498,6 @@ if "#{shop_enabled}" === "true"
|
|||||||
p.puts "" # pretty markdown debug spacing
|
p.puts "" # pretty markdown debug spacing
|
||||||
end
|
end
|
||||||
|
|
||||||
p.puts "webpage_url: #{webpage_url}"
|
|
||||||
p.puts "condition: #{condition}"
|
p.puts "condition: #{condition}"
|
||||||
p.puts "model_number: #{model_number}"
|
p.puts "model_number: #{model_number}"
|
||||||
p.puts "part_number: #{part_number}"
|
p.puts "part_number: #{part_number}"
|
Loading…
x
Reference in New Issue
Block a user