10% off all books and free delivery over £40
Buy from our bookstore and 25% of the cover price will be given to a school of your choice to buy more books. *15% of eBooks.

Books By Jenny Colgan - Author

Jenny Colgan is the author of numerous Sunday Times and New York Times bestselling novels and has won various awards for her writing, including the Melissa Nathan Award for Comedy Romance, the RNA Romantic Novel of the Year Award and the RNA Romantic Comedy Novel of the Year Award. Her books have sold more than nine million copies worldwide and in 2015 she was inducted into the Love Stories Hall of Fame. Jenny is married with three children and lives in Scotland. For more about Jenny, visit her website and her Facebook page, or follow her on Twitter and Instagram. Twitter: @jennycolgan Facebook: jennycolganbooks Instagram: jennycolganbooks

Author's Website: https://www.jennycolgan.com/

Follow Jenny Colgan on Social Media

ERROR: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'lovereading.Stock13' doesn't exist QUERY: SELECT bc.BookID, bc.ISBN13, bc.PubDate, bc.BookAuthString, bc.Author AS BCAuthor, bc.Illustrator AS BCIllustrator, bc.NoPunctName, bc.Themas AS ThemasString, bc.PrimaryThema AS PrimaryThemaTextCode, b.Enabled, b.Title, b.Chapter, b.Synopsis, b.Reviews, b.AudiobooksLink, b.CustomLinks, b.SEOTitle, b.SEODescription, b.AppleISBN, b.ReaderReviews, b.TotalVersions, bv.VersionID, bv.VersionTitle, bv.HiResCover, bv.Cover, bv.SmallCover, bv.Format, bv.VersionSynopsis, bv.Publisher, bv.ColorTheme, bv.FeatureColor, bv.AudiobookID, bv.MonthEdition, st.Qty, st.Rrp, st.Price, st.Availability, eb.EAN AS ebEAN, eb.Title AS ebTitle, eb.Author AS ebAuthor, eb.Description AS ebDescription, eb.Publisher AS ebPublisher, eb.ENotForSale, a.AuthorID, a.Fullname, a.Profile, i.IllustratorID, i.IFullname, i.IProfile, t.TranslatorID, t.TFullname, t.TProfile, bi.series_title, bi.pages, bi.bics, bi.book2look_url, bi.themas, bi.isbn13, bi.title, bi.subtitle, bi.binding, bi.author, bi.illustrator, bi.description, bi.publisher, e.expertname, e.expertid, br.ShortReview AS LRCommentShort, br.FullReview AS LRComment, st.Qty, st.Rrp, st.Price, st.Availability, ste.eRrp, ste.ePrice, ste.eActive, ste.eFormat, ste.eAvailability, ste.eISBN FROM BookCacheNew bc LEFT JOIN BookVersion bv ON bc.ISBN13 = bv.ISBN13 LEFT JOIN BookNew b ON b.BookID = bv.BookID LEFT JOIN Author a ON b.AuthorID = a.AuthorID LEFT JOIN Illustrator i ON b.IllustratorID = i.IllustratorID LEFT JOIN Translator t ON b.TranslatorID = t.TranslatorID LEFT JOIN BookIndex bi ON bc.ISBN13 = bi.isbn13 LEFT JOIN Ebooks eb ON bc.ISBN13 = eb.EAN LEFT JOIN Stock13 st ON st.ISBN = bc.ISBN13 LEFT JOIN BookReviews br ON bv.ISBN13 = br.ISBN13 AND br.Enabled = 1 AND br.Approved = 1 LEFT JOIN LR_Experts e ON e.expertid = br.ReviewerID LEFT JOIN Stock13Ebook ste ON ste.eISBN = bc.ISBN13 WHERE (eb.EAN != '' OR b.BookID != '' OR bi.isbn13 != '') AND bc.AuthorNpn=? AND FeaturedVersion=? ORDER BY pub_date DESC