Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.
/ favourites Public archive

Favourite products/wish list plugin for Jekyll-Store Engine.

Notifications You must be signed in to change notification settings

jekyll-store/favourites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll-Store/Favourites

Build Status

Favourite products/wish list plugin for Jekyll-Store Engine.

Actions

favourite

Adds product to the favourites list.

Args:

  • name - Name of the product.

Example:

JekyllStoreEngine.Actions.favourite({ name: 'bag' });

removeFromFavourites

Remove product from the favourites list.

Args:

  • name - Name of the product.

Example:

JekyllStoreEngine.Actions.removeFromFavourites({ name: 'bag' });

FavouritesStore

The products that have been favourited.

Example output:

{
  favourites: Immutable({
    'Jumper': { name: 'Jumper', price: 24.30 },
    'Cardigan': { name: 'Cardigan', price: 21.45 },
    'Pullover': { name: 'Pullover', price: 13.90 }
  })
}

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Favourite products/wish list plugin for Jekyll-Store Engine.

Resources

Stars

Watchers

Forks

Packages

No packages published