Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Fix for not building sitemap without videos #63

@murty2

Description

@murty2

spree_videos gem is now outdated. I still want to use spree_sitemap without product videos for products

--- spree_defaults.rb.orig      2021-07-26 18:33:27.525570670 -0400
+++ spree_defaults.rb   2021-07-26 18:32:41.590569918 -0400
@@ -34,7 +34,7 @@
   def add_product(product, options = {})
     opts = options.merge(lastmod: product.updated_at) 

-    if gem_available?('spree_videos') && product.videos.present?
+    if gem_available?('spree_videos') && defined? product.videos
       # TODO: add exclusion list configuration option
       # https://sites.google.com/site/webmasterhelpforum/en/faq-video-sitemaps#multiple-pages

If anybody has a better patch, please let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions