Skip to content

Instantly share code, notes, and snippets.

@tarynsauer
Last active February 16, 2017 19:50
Show Gist options
  • Save tarynsauer/5bc37b57c6f51c03fc7ad5d5292c3798 to your computer and use it in GitHub Desktop.
Save tarynsauer/5bc37b57c6f51c03fc7ad5d5292c3798 to your computer and use it in GitHub Desktop.
content = {
active: true,
display_promo: "false",
hero_bg: "https://s3.amazonaws.com/raise-cdn/marketing/shop-lp/background.jpg",
img_element: "",
title: "Shop top brands at great discounts",
subtitle: "Save on every purchase, big or small."
}
brands = [
{:id=>0,
:title=>"Best Sellers",
:brands=>["105","12","286","4133","68","1467","40","100","1330","5","208","97","210","211","219","3606","55","3831","63","195"]
},
{:id=>1,
:title=>"Home & Electronics",
:brands=>["327","67","466","710","70","41","354","1328","558","433","2188","4106","1511","436","411","4104","4062","4091","3837","3972"]
},
{:id=>2,
:title=>"Apparel & Beauty",
:brands=>["478","239","6","2846","278","2375","3905","3825","2372","941","1553","3907","3947","910","491","622","1160","4126","4043"]
},
{:id=>3,
:title=>"Food & Drink",
:brands=>["3883","54","443","259","110","570","280","2950","334","81","439","1465","1000","990","573","1892","2794","731","363","78"]
},
{:id=>4,
:title=>"Things to Do",
:brands=>["3051","679","296","461","1299","2036","268","463","578","1369","3215","314","394","1967","3223","2404","49","1137","3969","1513"]
}
]
c = Cms::LandingPage.new('shop')
c.save_page('merchants', content, brands)
c.get_page('merchants')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment