Give the gift of choice by adding our monetary vouchers to your experience - an ideal treat which can be used to enjoy any of our stunning products!
Read more
(cannot be used towards purchasing a photoshoot)
Expires 3 months from purchase
SELECT
`r`.*,
`p`.*
FROM
`content_page_products` AS `r`
LEFT JOIN
`shop_products` AS `p`
ON
`p`.`product_id` = `r`.`product_id`
WHERE
`r`.`content_id` = ''
AND p.isLive = 1
AND isAddOn = 0
AND isFeatured = 1
AND p.isDeleted = 0 AND p.product_id NOT IN (24) ORDER BY rand()
SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")SELECT
`p`.*
FROM
`shop_products` AS `p`
WHERE
`isDeleted` = 0
AND isLive = 1
AND isAddOn = 0
AND isFeatured = 1 AND product_id NOT IN (24) ORDER BY RAND() LIMIT 0, 8
SQLSTATE[HY000]: General error: 1021 Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")