First name is required.
Last name is required.
First name is not valid.
Last name is not valid.
This is not an email address.
Email address is required.
This email is already registered.
Handphone is required.
Handphone Number is not valid.
Date of birth is required.
Date of birth is not valid.
Gender is required.
Password is required.
Enter a valid password.
Please enter 6 or more characters.
Please enter 16 or less characters.
Passwords are not same.
Terms and Conditions are required.
Email or Password is wrong.
SELECT `e`.*, `cat_index`.`position` AS `cat_index_position`, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price`, `at_p_created_at`.`value` AS `p_created_at`, IF(at_name.value_id > 0, at_name.value, at_name_default.value) AS `name` FROM `catalog_product_entity` AS `e`
INNER JOIN `catalog_category_product_index` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(2, 4) AND cat_index.category_id='87'
INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.website_id = '1' AND price_index.customer_group_id = 0
LEFT JOIN `catalog_product_entity_datetime` AS `at_p_created_at` ON (`at_p_created_at`.`entity_id` = `e`.`entity_id`) AND (`at_p_created_at`.`attribute_id` = '930') AND (`at_p_created_at`.`store_id` = 0)
LEFT JOIN `catalog_product_entity_varchar` AS `at_name_default` ON (`at_name_default`.`entity_id` = `e`.`entity_id`) AND (`at_name_default`.`attribute_id` = '96') AND `at_name_default`.`store_id` = 0
LEFT JOIN `catalog_product_entity_varchar` AS `at_name` ON (`at_name`.`entity_id` = `e`.`entity_id`) AND (`at_name`.`attribute_id` = '96') AND (`at_name`.`store_id` = 1) ORDER BY `p_created_at` DESC, `name` ASC LIMIT 15 OFFSET 15