 |
Quick Find |
 |
|
 |
Categories |
 |
|
 |
Manufacturers |
 |
|
|
|
 |
Information |
 |
|
|
|
|
|
 |
|
|
- NAVBAR_TITLE_1', 'My Account');
define('NAVBAR_TITLE_2', 'History');
define('HEADING_TITLE', 'My Order History');
define('TEXT_ORDER_NUMBER', 'Order Number:');
define('TEXT_ORDER_STATUS', 'Order Status:');
define('TEXT_ORDER_DATE', 'Order Date:');
define('TEXT_ORDER_SHIPPED_TO', 'Shipped To:');
define('TEXT_ORDER_BILLED_TO', 'Billed To:');
define('TEXT_ORDER_PRODUCTS', 'Products:');
define('TEXT_ORDER_COST', 'Order Cost:');
define('TEXT_VIEW_ORDER', 'View Order');
define('TEXT_NO_PURCHASES', 'You have not yet made any purchases.
- NAVBAR_TITLE', 'Competition');
define('HEADING_TITLE', 'Competitions');
define('TEXT_DATE_ADDED', 'Date Added:');
define('TEXT_MANUFACTURER', 'Manufacturer:');
define('TEXT_PRICE', 'Price:
- NAVBAR_TITLE_1', 'My Account');
define('NAVBAR_TITLE_2', 'Edit Account');
define('HEADING_TITLE', 'My Account Information');
define('MY_ACCOUNT_TITLE', 'My Account');
define('SUCCESS_ACCOUNT_UPDATED', 'Your account has been successfully updated.
- NAVBAR_TITLE_1', 'My Account');
define('NAVBAR_TITLE_2', 'History');
define('NAVBAR_TITLE_3', 'Order #');
define('HEADING_TITLE', 'Order Information');
define('HEADING_ORDER_NUMBER', 'Order #');
define('HEADING_ORDER_DATE', 'Order Date:');
define('HEADING_ORDER_TOTAL', 'Order Total:');
define('HEADING_DELIVERY_ADDRESS', 'Delivery Address');
define('HEADING_SHIPPING_METHOD', 'Shipping Method');
define('HEADING_PRODUCTS', 'Products');
define('HEADING_TAX', 'Tax');
define('HEADING_TOTAL', 'Total');
define('HEADING_BILLING_INFORMATION', 'Billing Information');
define('HEADING_BILLING_ADDRESS', 'Billing Address');
define('HEADING_PAYMENT_METHOD', 'Payment Method');
define('HEADING_ORDER_HISTORY', 'Order History');
define('HEADING_COMMENT', 'Comments');
define('TEXT_NO_COMMENTS_AVAILABLE', 'No comments available.');
define('TABLE_HEADING_DOWNLOAD_DATE', 'Link expires: ');
define('TABLE_HEADING_DOWNLOAD_COUNT', ' downloads remaining');
define('HEADING_DOWNLOAD', 'Download links
| ' . tep_image(DIR_WS_IMAGES . 'default/1.gif') . ' | Error Messages
If there are any error or warning messages shown above, please correct them first before proceeding.
Error messages are displayed at the very top of the page with a complete background color.
Several checks are performed to ensure a healthy setup of your online store - these checks can be disabled by editing the appropriate parameters at the bottom of the includes/application_top.php file. | ' . tep_image(DIR_WS_IMAGES . 'default/2.gif') . ' | Editing Page Texts
The text shown here can be modified in the following file, on each language basis:
[path to catalog]/includes/languages/' . $language . '/' . FILENAME_DEFAULT . '
That file can be edited manually, or via the Administration Tool with the Languages->' . ucfirst($language) . '->Define or Tools->File Manager modules.
The text is set in the following manner:
define('TEXT_MAIN', 'This is a default setup of the osCommerce project...');
The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist:
define('TEXT_MAIN', '');
More information concerning the PHP define() function can be read here. | | | ' . tep_image(DIR_WS_IMAGES . 'default/3.gif') . ' | Online Documentation
Online documentation can be read at the osCommerce Knowledge Base site.
Support is available at the osCommerce Support Site. | If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the support site of osCommerce. This shop is running on ' . PROJECT_VERSION . '.');
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For ');
define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');
if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {
define('HEADING_TITLE', 'Let's See What We Have Here');
define('TABLE_HEADING_IMAGE', '');
define('TABLE_HEADING_MODEL', 'Model');
define('TABLE_HEADING_PRODUCTS', 'Product Name');
define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
define('TABLE_HEADING_QUANTITY', 'Quantity');
define('TABLE_HEADING_PRICE', 'Price');
define('TABLE_HEADING_WEIGHT', 'Weight');
define('TABLE_HEADING_BUY_NOW', 'Buy Now');
define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
define('TEXT_SHOW', 'Show:');
define('TEXT_BUY', 'Buy 1 '');
define('TEXT_NOW', '' now');
define('TEXT_ALL_CATEGORIES', 'All Categories');
define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
define('HEADING_TITLE', 'Welcome to BabyBuysDirect.com');
} elseif ($category_depth == 'nested') {
define('HEADING_TITLE', 'Categories" href="http://www.babybuysdirect.com/index.php">TEXT_MAIN', 'This is a default setup of osCommerce Online Merchant. Products shown are for demonstrational purposes. Any products purchased will not be delivered nor will the customer be billed. Any information seen on these products is to be treated as fictional.
| ' . tep_image(DIR_WS_IMAGES . 'default/1.gif') . ' | Error Messages
If there are any error or warning messages shown above, please correct them first before proceeding.
Error messages are displayed at the very top of the page with a complete background color.
Several checks are performed to ensure a healthy setup of your online store - these checks can be disabled by editing the appropriate parameters at the bottom of the includes/application_top.php file. | ' . tep_image(DIR_WS_IMAGES . 'default/2.gif') . ' | Editing Page Texts
The text shown here can be modified in the following file, on each language basis:
[path to catalog]/includes/languages/' . $language . '/' . FILENAME_DEFAULT . '
That file can be edited manually, or via the Administration Tool with the Languages->' . ucfirst($language) . '->Define or Tools->File Manager modules.
The text is set in the following manner:
define('TEXT_MAIN', 'This is a default setup of the osCommerce project...');
The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist:
define('TEXT_MAIN', '');
More information concerning the PHP define() function can be read here. | | ' . tep_image(DIR_WS_IMAGES . 'default/3.gif') . ' | Online Documentation
Online documentation can be read at the osCommerce Knowledge Base site.
Support is available at the osCommerce Support Site. |
If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the support site of osCommerce. This shop is running on ' . PROJECT_VERSION . '.');
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For ');
define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');
if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {
define('HEADING_TITLE', 'Let's See What We Have Here');
define('TABLE_HEADING_IMAGE', '');
define('TABLE_HEADING_MODEL', 'Model');
define('TABLE_HEADING_PRODUCTS', 'Product Name');
define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
define('TABLE_HEADING_QUANTITY', 'Quantity');
define('TABLE_HEADING_PRICE', 'Price');
define('TABLE_HEADING_WEIGHT', 'Weight');
define('TABLE_HEADING_BUY_NOW', 'Buy Now');
define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
define('TEXT_SHOW', 'Show:');
define('TEXT_BUY', 'Buy 1 '');
define('TEXT_NOW', '' now');
define('TEXT_ALL_CATEGORIES', 'All Categories');
define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
define('HEADING_TITLE', 'Welcome to BabyBuysDirect.com');
} elseif ($category_depth == 'nested') {
define('HEADING_TITLE', 'CategoriesNAVBAR_TITLE_1', 'My Account');
define('NAVBAR_TITLE_2', 'Product Notifications');
define('HEADING_TITLE', 'Product Notifications');
define('MY_NOTIFICATIONS_TITLE', 'My Product Notifications');
define('MY_NOTIFICATIONS_DESCRIPTION', 'The product notification list allows you to stay up to date on products you find of interest.
To be up to date on all product changes, select Global Product Notifications.');
define('GLOBAL_NOTIFICATIONS_TITLE', 'Global Product Notifications');
define('GLOBAL_NOTIFICATIONS_DESCRIPTION', 'Recieve notifications on all available products.');
define('NOTIFICATIONS_TITLE', 'Product Notifications');
define('NOTIFICATIONS_DESCRIPTION', 'To remove a product notification, clear the products checkbox and click on Continue.');
define('NOTIFICATIONS_NON_EXISTING', 'There are currently no products marked to be notified on.
To add products to your product notification list, click on the notification link available on the detailed product information page.');
define('SUCCESS_NOTIFICATIONS_UPDATED', 'Your product notifications have been successfully updated.HEADING_TITLE', 'Visitors Cart / Members Cart');
define('SUB_HEADING_TITLE_1', 'Visitors Cart');
define('SUB_HEADING_TITLE_2', 'Members Cart');
define('SUB_HEADING_TITLE_3', 'Info');
define('SUB_HEADING_TEXT_1', 'Every visitor to our online shop will be given a 'Visitors Cart'. This allows the visitor to store their products in a temporary shopping cart. Once the visitor leaves the online shop, so will the contents of their shopping cart.');
define('SUB_HEADING_TEXT_2', 'Every member to our online shop that logs in is given a 'Members Cart'. This allows the member to add products to their shopping cart, and come back at a later date to finalize their checkout. All products remain in their shopping cart until the member has checked them out, or removed the products themselves.');
define('SUB_HEADING_TEXT_3', 'If a member adds products to their 'Visitors Cart' and decides to log in to the online shop to use their 'Members Cart', the contents of their 'Visitors Cart' will merge with their 'Members Cart' contents automatically.');
define('TEXT_CLOSE_WINDOW', '[ close window ]NAVBAR_TITLE', 'Tell A Friend');
define('HEADING_TITLE', 'Tell A Friend About ''');
define('FORM_TITLE_CUSTOMER_DETAILS', 'Your Details');
define('FORM_TITLE_FRIEND_DETAILS', 'Your Friends Details');
define('FORM_TITLE_FRIEND_MESSAGE', 'Your Message');
define('FORM_FIELD_CUSTOMER_NAME', 'Your Name:');
define('FORM_FIELD_CUSTOMER_EMAIL', 'Your E-Mail Address:');
define('FORM_FIELD_FRIEND_NAME', 'Your Friends Name:');
define('FORM_FIELD_FRIEND_EMAIL', 'Your Friends E-Mail Address:');
define('TEXT_EMAIL_SUCCESSFUL_SENT', 'Your email about has been successfully sent to .');
define('TEXT_EMAIL_SUBJECT', 'Your friend has recommended this great product from ');
define('TEXT_EMAIL_INTRO', 'Hi !' . "nn" . 'Your friend, , thought that you would be interested in from .');
define('TEXT_EMAIL_LINK', 'To view the product click on the link below or copy and paste the link into your web browser:' . "nn" . '');
define('TEXT_EMAIL_SIGNATURE', 'Regards,' . "nn" . '');
define('ERROR_TO_NAME', 'Error: Your friends name must not be empty.');
define('ERROR_TO_ADDRESS', 'Error: Your friends e-mail address must be a valid e-mail address.');
define('ERROR_FROM_NAME', 'Error: Your name must not be empty.');
define('ERROR_FROM_ADDRESS', 'Error: Your e-mail address must be a valid e-mail address.NAVBAR_TITLE', 'Cart Contents');
define('HEADING_TITLE', 'What's In My Cart?');
define('TABLE_HEADING_REMOVE', 'Remove');
define('TABLE_HEADING_QUANTITY', 'Qty.');
define('TABLE_HEADING_MODEL', 'Model');
define('TABLE_HEADING_PRODUCTS', 'Product(s)');
define('TABLE_HEADING_TOTAL', 'Total');
define('TEXT_CART_EMPTY', 'Your Shopping Cart is empty!');
define('SUB_TITLE_SUB_TOTAL', 'Sub-Total:');
define('SUB_TITLE_TOTAL', 'Total:');
define('OUT_OF_STOCK_CANT_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock. Please alter the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '), Thank you');
define('OUT_OF_STOCK_CAN_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock. You can buy them anyway and check the quantity we have in stock for immediate deliver in the checkout process.');
define('TEXT_ALTERNATIVE_CHECKOUT_METHODS', '- OR -HEADING_TITLE', 'Log Off');
define('NAVBAR_TITLE', 'Log Off');
define('TEXT_MAIN', 'You have been logged off your account. It is now safe to leave the computer.
Your shopping cart has been saved, the items inside it will be restored whenever you log back into your account.NAVBAR_TITLE', 'New Products');
define('HEADING_TITLE', 'New Products');
define('TEXT_DATE_ADDED', 'Date Added:');
define('TEXT_MANUFACTURER', 'Manufacturer:');
define('TEXT_PRICE', 'Price:NAVBAR_TITLE', 'About Us');
define('HEADING_TITLE', 'About Us');
define('TEXT_INFORMATION', '
Who are we?
Babybuysdirect.com is an Internet retailer who has been trading on-line for over 4 years. Baby Buys Directs parent company has over 7 years nursery experience and bring that wealth of experience to the e-commerce business. Baby Buys Direct and its parent company have developed strong relationships with leading manufacturers that enables Baby Buys Directto offer great products at fantastic prices.
We are also stockists of Britax, Jane, Kiddyboard, Maxi Cosy, Quinny, Cosatto, XTS, Hauck, and Baby Style. We also have our own repair workshop.
Baby Buys Direct provides excellent service and value for money and is a secure e-commerce site that offers convenience and hassle free shopping for its customers. From the moment a customer confirms their purchase a Babys-Mart employee is aware of that order and begins to allocate the stock and process the order. Baby Buys Direct promises to process and ship your order the same day if the order is received before 2pm and is in stock.
How safe are my transactions?
BabyBuysDirect.com takes the security of your details very seriously. We use industry standard encryption methods, and a Protx payement solution (Subsidary of Sage). Encryption turns your information into a special code that only BabyBuysDirect.com computers can read.
What information do you collect about me and why?
We collect and hold all delivery information, which includes order history and current orders. To increase security, and peace of mind for you, WE DO NOT RETAIN PAYMENT DETAILS (credit card/bank card details). These are handled by Protx (Subsidary of Sage) and Lloyds TSB only.
NAVBAR_TITLE', 'Specials');
define('HEADING_TITLE', 'Clearance Sales! Hurry Limited StockNOTE: If you already have an account with us, please login at the login page.');
define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME);
define('EMAIL_GREET_MR', 'Dear Mr. ,' . "nn");
define('EMAIL_GREET_MS', 'Dear Ms. ,' . "nn");
define('EMAIL_GREET_NONE', 'Dear ' . "nn");
define('EMAIL_WELCOME', 'We welcome you to ' . STORE_NAME . '.' . "nn");
define('EMAIL_TEXT', 'You can now take part in the various services we have to offer you. Some of these services include:' . "nn" . 'Permanent Cart - Any products added to your online cart remain there until you remove them, or check them out.' . "n" . 'Address Book - We can now deliver your products to another address other than yours! This is perfect to send birthday gifts direct to the birthday-person themselves.' . "n" . 'Order History - View your history of purchases that you have made with us.' . "n" . 'Products Reviews - Share your opinions on products with our other customers.' . "nn");
define('EMAIL_CONTACT', 'For help with any of our online services, please email the store-owner: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "nn");
define('EMAIL_WARNING', 'Note: This email address was given to us by one of our customers. If you did not signup to be a member, please send an email to ' . STORE_OWNER_EMAIL_ADDRESS . '." href="https://www.babybuysdirect.com/create_account.php">NAVBAR_TITLE', 'Create an Account');
define('HEADING_TITLE', 'My Account Information');
define('TEXT_ORIGIN_LOGIN', 'NOTE: If you already have an account with us, please login at the login page.');
define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME);
define('EMAIL_GREET_MR', 'Dear Mr. ,' . "nn");
define('EMAIL_GREET_MS', 'Dear Ms. ,' . "nn");
define('EMAIL_GREET_NONE', 'Dear ' . "nn");
define('EMAIL_WELCOME', 'We welcome you to ' . STORE_NAME . '.' . "nn");
define('EMAIL_TEXT', 'You can now take part in the various services we have to offer you. Some of these services include:' . "nn" . 'Permanent Cart - Any products added to your online cart remain there until you remove them, or check them out.' . "n" . 'Address Book - We can now deliver your products to another address other than yours! This is perfect to send birthday gifts direct to the birthday-person themselves.' . "n" . 'Order History - View your history of purchases that you have made with us.' . "n" . 'Products Reviews - Share your opinions on products with our other customers.' . "nn");
define('EMAIL_CONTACT', 'For help with any of our online services, please email the store-owner: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "nn");
define('EMAIL_WARNING', 'Note: This email address was given to us by one of our customers. If you did not signup to be a member, please send an email to ' . STORE_OWNER_EMAIL_ADDRESS . '.NAVBAR_TITLE_1', 'My Account');
define('NAVBAR_TITLE_2', 'Address Book');
define('NAVBAR_TITLE_ADD_ENTRY', 'New Entry');
define('NAVBAR_TITLE_MODIFY_ENTRY', 'Update Entry');
define('NAVBAR_TITLE_DELETE_ENTRY', 'Delete Entry');
define('HEADING_TITLE_ADD_ENTRY', 'New Address Book Entry');
define('HEADING_TITLE_MODIFY_ENTRY', 'Update Address Book Entry');
define('HEADING_TITLE_DELETE_ENTRY', 'Delete Address Book Entry');
define('DELETE_ADDRESS_TITLE', 'Delete Address');
define('DELETE_ADDRESS_DESCRIPTION', 'Are you sure you would like to delete the selected address from your address book?');
define('NEW_ADDRESS_TITLE', 'New Address Book Entry');
define('SELECTED_ADDRESS', 'Selected Address');
define('SET_AS_PRIMARY', 'Set as primary address.');
define('SUCCESS_ADDRESS_BOOK_ENTRY_DELETED', 'The selected address has been successfully removed from your address book.');
define('SUCCESS_ADDRESS_BOOK_ENTRY_UPDATED', 'Your address book has been successfully updated.');
define('WARNING_PRIMARY_ADDRESS_DELETION', 'The primary address cannot be deleted. Please set another address as the primary address and try again.');
define('ERROR_NONEXISTING_ADDRESS_BOOK_ENTRY', 'The address book entry does not exist.');
define('ERROR_ADDRESS_BOOK_FULL', 'Your address book is full. Please delete an unneeded address to save a new one.NAVBAR_TITLE', 'My Account');
define('HEADING_TITLE', 'My Account Information');
define('OVERVIEW_TITLE', 'Overview');
define('OVERVIEW_SHOW_ALL_ORDERS', '(show all orders)');
define('OVERVIEW_PREVIOUS_ORDERS', 'Previous Orders');
define('MY_ACCOUNT_TITLE', 'My Account');
define('MY_ACCOUNT_INFORMATION', 'View or change my account information.');
define('MY_ACCOUNT_ADDRESS_BOOK', 'View or change entries in my address book.');
define('MY_ACCOUNT_PASSWORD', 'Change my account password.');
define('MY_ORDERS_TITLE', 'My Orders');
define('MY_ORDERS_VIEW', 'View the orders I have made.');
define('EMAIL_NOTIFICATIONS_TITLE', 'E-Mail Notifications');
define('EMAIL_NOTIFICATIONS_NEWSLETTERS', 'Subscribe or unsubscribe from newsletters.');
define('EMAIL_NOTIFICATIONS_PRODUCTS', 'View or change my product notification list.NAVBAR_TITLE', 'Reviews');
define('HEADING_TITLE', 'Read What Others Are Saying');
define('TEXT_OF_5_STARS', ' of 5 hearts!NAVBAR_TITLE', 'Privacy Notice');
define('HEADING_TITLE', 'Privacy Notice');
define('TEXT_INFORMATION', 'How safe are my transactions?
BabyBuysDirect.com.com takes the security of your details very seriously. We use industry standard encryption methods, and a Protx payement solution (Subsidary of Sage). Encryption turns your information into a special code that only BabyBuysDirect.com.com computers can read.
What information do you collect about me and why?
We collect and hold all delivery information, which includes order history and current orders. To increase security, and peace of mind for you, WE DO NOT RETAIN PAYMENT DETAILS (credit card/bank card details). These are handled by Protx (Subsidary of Sage) and Lloyds TSB only.
BabyBuysDirect.com may use your personal information as follows:
• To process your payments.
• To fulfil your order and administer your account.
• To pass information about you to agents, service providers and employees to carry out services.
• To disclose information about you to any relevant regulator if they require it or to anyone else if there is a legal duty to do so.
• To run any prize draw or competition you may enter.
• The information held about you, but not information held at credit reference agencies, may also be used to analyse your shopping preferences as part of BabyBuysDirect.com Shop marketing programmes. This may help them to select and tailor products, services or special discounts and to inform you about any of those BabyBuysDirect.com you may be interested to hear about.
• To send you brochures, leaflets, catalogues and other promotional material for our products and services. We may also telephone or email you to discuss account details or for market or service research. In addition, we may include leaflets or brochures for complementary products or services from third parties with our statements and parcels.
• BabyBuysDirect.com may pass your personal information to carefully selected third parties to use for marketing.
• We may monitor or record telephone conversations with you to ensure consistent services levels, to prevent or detect fraud and for training purposes. Delivery for orders under £65
Up to £65 - Delivery is £3.99
Do I have to be there to sign for delivery?
In all instances, you will be required to provide a signature when your order is delivered.
If you are not in when we try to deliver your goods, and we are unable to leave them in a safe, secure place we will leave a card notifying you of the time we attempted delivery. We will also provide contact details so that you can arrange delivery to an alternate location if preferred.
Please note: Our Home Delivery Network service will only accommodate requests from customers who have been carded, where the redirection is to a residential address and within the Depot catchment area.
Can I track my order?
Yes, we offer an online order tracking facility.
You will be sent an e-mail acknowledging receipt of your order, shortly after placing it. Please reply to this email requesting your tracking number and our staff will be happy to help!
Will you deliver to an alternative address?
Yes, we offer an address book facility so that you can have your goods delivered wherever is most convenient for you.
You can either access your address book by logging into My Account, or you can add or choose an alternate address at checkout.
Can you tell me what time of day?
Unfortunately we are unable to give you an exact time for delivery.
Please note: Whilst we make every effort to deliver goods on the day we specify, we cannot guarantee delivery on that day or accept liability for deliveries made outside of this time-scale. This also applies to products sent direct from our manufacturers. We cannot accept liability for out of pocket expenses or other costs incurred due to failed or delayed deliveries. All items are subject to stock availability. If we cannot supply goods in our advised time-scale we will continue to deliver and inform you of any delay.
Refund policy
We hope you will be pleased with your purchase. Should you wish to return anything bought from us, we will be happy to refund or exchange a product provided it is in fully resaleable condition. There will be 10% return fee, which covers restocking. Returns should be made within a reasonable time (10 days) and in original, undamaged packaging.* Please see below for exceptions to this policy.
If the product returned is not in fully resaleable condition or the packaging is damaged, we reserve the right to refuse a refund on the item, or deduct up to 20% of the original selling price from the refund amount. This does not affect your statutory rights.
Delivery charges
We will refund your original delivery charge when a product is faulty or damaged, but not when a product is simply unwanted.
*None of the above conditions affect your statutory rights when goods are faulty, or not as described. For your rights of cancellation under the Consumer Protection Distance Selling Regulations please see our Terms & Conditions. Damaged Goods
If goods arrived damage you must inform us within 48 hours of Delievery. " href="https://www.babybuysdirect.com/shipping.php">NAVBAR_TITLE', 'Shipping & Returns');
define('HEADING_TITLE', 'Shipping & Returns');
define('TEXT_INFORMATION', 'Delivery is free for all orders over £65 (England Only)
To make BabyBuysDirect.com the most competative site for nursery and baby gear on the net, we offer an amazing free delivery on all orders over £50 to anywhere in England.
Delivery for orders under £65
Up to £65 - Delivery is £3.99
Do I have to be there to sign for delivery?
In all instances, you will be required to provide a signature when your order is delivered.
If you are not in when we try to deliver your goods, and we are unable to leave them in a safe, secure place we will leave a card notifying you of the time we attempted delivery. We will also provide contact details so that you can arrange delivery to an alternate location if preferred.
Please note: Our Home Delivery Network service will only accommodate requests from customers who have been carded, where the redirection is to a residential address and within the Depot catchment area.
Can I track my order?
Yes, we offer an online order tracking facility.
You will be sent an e-mail acknowledging receipt of your order, shortly after placing it. Please reply to this email requesting your tracking number and our staff will be happy to help!
Will you deliver to an alternative address?
Yes, we offer an address book facility so that you can have your goods delivered wherever is most convenient for you.
You can either access your address book by logging into My Account, or you can add or choose an alternate address at checkout.
Can you tell me what time of day?
Unfortunately we are unable to give you an exact time for delivery.
Please note: Whilst we make every effort to deliver goods on the day we specify, we cannot guarantee delivery on that day or accept liability for deliveries made outside of this time-scale. This also applies to products sent direct from our manufacturers. We cannot accept liability for out of pocket expenses or other costs incurred due to failed or delayed deliveries. All items are subject to stock availability. If we cannot supply goods in our advised time-scale we will continue to deliver and inform you of any delay.
Refund policy
We hope you will be pleased with your purchase. Should you wish to return anything bought from us, we will be happy to refund or exchange a product provided it is in fully resaleable condition. There will be 10% return fee, which covers restocking. Returns should be made within a reasonable time (10 days) and in original, undamaged packaging.* Please see below for exceptions to this policy.
If the product returned is not in fully resaleable condition or the packaging is damaged, we reserve the right to refuse a refund on the item, or deduct up to 20% of the original selling price from the refund amount. This does not affect your statutory rights.
Delivery charges
We will refund your original delivery charge when a product is faulty or damaged, but not when a product is simply unwanted.
*None of the above conditions affect your statutory rights when goods are faulty, or not as described. For your rights of cancellation under the Consumer Protection Distance Selling Regulations please see our Terms & Conditions. Damaged Goods
If goods arrived damage you must inform us within 48 hours of Delievery. Microsoft Internet Explorer, Netscape, or Mozilla, to continue your online shopping experience.
We have taken this measurement of security for your benefit, and apologize upfront if any inconveniences are caused.
Please contact the store owner if you have any questions relating to this requirement, or to continue purchasing products offline.');
define('BOX_INFORMATION_HEADING', 'Privacy and Security');
define('BOX_INFORMATION', 'We validate the SSL Session ID automatically generated by your browser on every secure page request made to this server.
This validation assures that it is you who is navigating on this site with your account and not somebody else." href="https://www.babybuysdirect.com/ssl_check.php">NAVBAR_TITLE', 'Security Check');
define('HEADING_TITLE', 'Security Check');
define('TEXT_INFORMATION', 'We have detected that your browser has generated a different SSL Session ID used throughout our secure pages.
For security measures you will need to logon to your account again to continue shopping online.
Some browsers such as Konqueror 3.1 does not have the capability of generating a secure SSL Session ID automatically which we require. If you use such a browser, we recommend switching to another browser such as Microsoft Internet Explorer, Netscape, or Mozilla, to continue your online shopping experience.
We have taken this measurement of security for your benefit, and apologize upfront if any inconveniences are caused.
Please contact the store owner if you have any questions relating to this requirement, or to continue purchasing products offline.');
define('BOX_INFORMATION_HEADING', 'Privacy and Security');
define('BOX_INFORMATION', 'We validate the SSL Session ID automatically generated by your browser on every secure page request made to this server.
This validation assures that it is you who is navigating on this site with your account and not somebody else.NAVBAR_TITLE_1', 'My Account');
define('NAVBAR_TITLE_2', 'Newsletter Subscriptions');
define('HEADING_TITLE', 'Newsletter Subscriptions');
define('MY_NEWSLETTERS_TITLE', 'My Newsletter Subscriptions');
define('MY_NEWSLETTERS_GENERAL_NEWSLETTER', 'General Newsletter');
define('MY_NEWSLETTERS_GENERAL_NEWSLETTER_DESCRIPTION', 'Including store news, new products, special offers, and other promotional announcements.');
define('SUCCESS_NEWSLETTER_UPDATED', 'Your newsletter subscriptions have been successfully updated.NAVBAR_TITLE', 'Reviews');
define('HEADING_TITLE', ' Reviews');
define('SUB_TITLE_PRODUCT', 'Product:');
define('SUB_TITLE_FROM', 'From:');
define('SUB_TITLE_DATE', 'Date:');
define('SUB_TITLE_REVIEW', 'Review:');
define('SUB_TITLE_RATING', 'Rating:');
define('TEXT_OF_5_STARS', ' of 5 hearts!');
define('TEXT_CLICK_TO_ENLARGE', 'Click to enlargeNAVBAR_TITLE_1', 'My Account');
define('NAVBAR_TITLE_2', 'Change Password');
define('HEADING_TITLE', 'My Password');
define('MY_PASSWORD_TITLE', 'My Password');
define('SUCCESS_PASSWORD_UPDATED', 'Your password has been successfully updated.');
define('ERROR_CURRENT_PASSWORD_NOT_MATCHING', 'Your Current Password did not match the password in our records. Please try again.NOTE: A maximum of address book entries allowed." href="https://www.babybuysdirect.com/address_book.php">NAVBAR_TITLE_1', 'My Account');
define('NAVBAR_TITLE_2', 'Address Book');
define('HEADING_TITLE', 'My Personal Address Book');
define('PRIMARY_ADDRESS_TITLE', 'Primary Address');
define('PRIMARY_ADDRESS_DESCRIPTION', 'This address is used as the pre-selected shipping and billing address for orders placed on this store.
This address is also used as the base for product and service tax calculations.');
define('ADDRESS_BOOK_TITLE', 'Address Book Entries');
define('PRIMARY_ADDRESS', '(primary address)');
define('TEXT_MAXIMUM_ENTRIES', 'NOTE: A maximum of address book entries allowed.HEADING_TITLE', 'Contact Us');
define('NAVBAR_TITLE', 'Contact Us');
define('TEXT_SUCCESS', 'Your enquiry has been successfully sent to the Store Owner.');
define('EMAIL_SUBJECT', 'Enquiry from ' . STORE_NAME);
define('ENTRY_NAME', 'Full Name:');
define('ENTRY_EMAIL', 'E-Mail Address:');
define('ENTRY_ENQUIRY', 'Enquiry:NAVBAR_TITLE', 'Baby Shower');
define('HEADING_TITLE', 'Baby Shower ItemsNAVBAR_TITLE', 'Site Map');
define('HEADING_TITLE', 'Site MapNote: Your "Visitors Cart" contents will be merged with your "Members Cart" contents once you have logged on. [More Info]" href="https://www.babybuysdirect.com/login.php">NAVBAR_TITLE', 'Login');
define('HEADING_TITLE', 'Welcome, Please Sign In');
define('HEADING_NEW_CUSTOMER', 'New Customer');
define('TEXT_NEW_CUSTOMER', 'I am a new customer.');
define('TEXT_NEW_CUSTOMER_INTRODUCTION', 'By creating an account at ' . STORE_NAME . ' you will be able to shop faster, be up to date on an orders status, and keep track of the orders you have previously made.');
define('HEADING_RETURNING_CUSTOMER', 'Returning Customer');
define('TEXT_RETURNING_CUSTOMER', 'I am a returning customer.');
define('TEXT_PASSWORD_FORGOTTEN', 'Password forgotten? Click here.');
define('TEXT_LOGIN_ERROR', 'Error: No match for E-Mail Address and/or Password.');
define('TEXT_VISITORS_CART', 'Note: Your "Visitors Cart" contents will be merged with your "Members Cart" contents once you have logged on. [More Info] would generate a result set which match the exact string.
Brackets can be used for further control on the result set.
For example, Microsoft and (keyboard or mouse or "visual basic").');
define('TEXT_CLOSE_WINDOW', 'Close Window [x]');
define('TABLE_HEADING_IMAGE', '');
define('TABLE_HEADING_MODEL', 'Model');
define('TABLE_HEADING_PRODUCTS', 'Product Name');
define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
define('TABLE_HEADING_QUANTITY', 'Quantity');
define('TABLE_HEADING_PRICE', 'Price');
define('TABLE_HEADING_WEIGHT', 'Weight');
define('TABLE_HEADING_BUY_NOW', 'Buy Now');
define('TABLE_HEADING_DETAIL', 'Click For More');
define('TEXT_NO_PRODUCTS', 'There is no product that matches the search criteria.');
define('TEXT_POA', ' P.O.A');
define('ERROR_AT_LEAST_ONE_INPUT', 'At least one of the fields in the search form must be entered.');
define('ERROR_INVALID_FROM_DATE', 'Invalid From Date.');
define('ERROR_INVALID_TO_DATE', 'Invalid To Date.');
define('ERROR_TO_DATE_LESS_THAN_FROM_DATE', 'To Date must be greater than or equal to From Date.');
define('ERROR_PRICE_FROM_MUST_BE_NUM', 'Price From must be a number.');
define('ERROR_PRICE_TO_MUST_BE_NUM', 'Price To must be a number.');
define('ERROR_PRICE_TO_LESS_THAN_PRICE_FROM', 'Price To must be greater than or equal to Price From.');
define('ERROR_INVALID_KEYWORDS', 'Invalid keywords.');
define('ERROR_INVALID_CHARACTERS', 'Error, Invalid characters in your search query.');
define('TABLE_HEADING_CATEGORY', 'Category Name');
define('TEXT_NO_CATEGORY', 'There is no category that matches the search criteria.');
define('TEXT_IS_CATEGORY1', 'Displaying ');
define('TEXT_IS_CATEGORY2', ' matching categories." href="https://www.babybuysdirect.com/advanced_search.php">NAVBAR_TITLE_1', 'Advanced Search');
define('NAVBAR_TITLE_2', 'Search Results');
define('HEADING_TITLE_1', 'Advanced Search');
define('HEADING_TITLE_2', 'Products meeting the search criteria');
define('HEADING_TITLE_3', 'Categories meeting the search criteria');
define('HEADING_SEARCH_CRITERIA', 'Search Criteria');
define('TEXT_SEARCH_IN_DESCRIPTION', 'Search In Product Descriptions');
define('TEXT_SEARCH_CATEGORIES_ONLY', 'Search Categories Only');
define('ENTRY_CATEGORIES', 'Categories:');
define('ENTRY_INCLUDE_SUBCATEGORIES', 'Include Subcategories');
define('ENTRY_MANUFACTURERS', 'Manufacturers:');
define('ENTRY_PRICE_FROM', 'Price From:');
define('ENTRY_PRICE_TO', 'Price To:');
define('ENTRY_DATE_FROM', 'Date From:');
define('ENTRY_DATE_TO', 'Date To:');
define('TEXT_SEARCH_HELP_LINK', 'Search Help [?]');
define('TEXT_ALL_CATEGORIES', 'All Categories');
define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
define('HEADING_SEARCH_HELP', 'Search Help');
define('TEXT_SEARCH_HELP', 'Keywords may be separated by AND and/or OR statements for greater control of the search results.
For example, Microsoft AND mouse would generate a result set that contain both words. However, for mouse OR keyboard, the result set returned would contain both or either words.
Exact matches can be searched for by enclosing keywords in double-quotes.
For example, "notebook computer" would generate a result set which match the exact string.
Brackets can be used for further control on the result set.
For example, Microsoft and (keyboard or mouse or "visual basic").');
define('TEXT_CLOSE_WINDOW', 'Close Window [x]');
define('TABLE_HEADING_IMAGE', '');
define('TABLE_HEADING_MODEL', 'Model');
define('TABLE_HEADING_PRODUCTS', 'Product Name');
define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
define('TABLE_HEADING_QUANTITY', 'Quantity');
define('TABLE_HEADING_PRICE', 'Price');
define('TABLE_HEADING_WEIGHT', 'Weight');
define('TABLE_HEADING_BUY_NOW', 'Buy Now');
define('TABLE_HEADING_DETAIL', 'Click For More');
define('TEXT_NO_PRODUCTS', 'There is no product that matches the search criteria.');
define('TEXT_POA', ' P.O.A');
define('ERROR_AT_LEAST_ONE_INPUT', 'At least one of the fields in the search form must be entered.');
define('ERROR_INVALID_FROM_DATE', 'Invalid From Date.');
define('ERROR_INVALID_TO_DATE', 'Invalid To Date.');
define('ERROR_TO_DATE_LESS_THAN_FROM_DATE', 'To Date must be greater than or equal to From Date.');
define('ERROR_PRICE_FROM_MUST_BE_NUM', 'Price From must be a number.');
define('ERROR_PRICE_TO_MUST_BE_NUM', 'Price To must be a number.');
define('ERROR_PRICE_TO_LESS_THAN_PRICE_FROM', 'Price To must be greater than or equal to Price From.');
define('ERROR_INVALID_KEYWORDS', 'Invalid keywords.');
define('ERROR_INVALID_CHARACTERS', 'Error, Invalid characters in your search query.');
define('TABLE_HEADING_CATEGORY', 'Category Name');
define('TEXT_NO_CATEGORY', 'There is no category that matches the search criteria.');
define('TEXT_IS_CATEGORY1', 'Displaying ');
define('TEXT_IS_CATEGORY2', ' matching categories.NAVBAR_TITLE', 'Conditions of Use');
define('HEADING_TITLE', 'Conditions of Use');
define('TEXT_INFORMATION', 'Put here your Conditions of Use information.NAVBAR_TITLE_1', 'Login');
define('NAVBAR_TITLE_2', 'Password Forgotten');
define('HEADING_TITLE', 'I've Forgotten My Password!');
define('TEXT_MAIN', 'If you've forgotten your password, enter your e-mail address below and we'll send you an e-mail message containing your new password.');
define('TEXT_NO_EMAIL_ADDRESS_FOUND', 'Error: The E-Mail Address was not found in our records, please try again.');
define('EMAIL_PASSWORD_REMINDER_SUBJECT', STORE_NAME . ' - New Password');
define('EMAIL_PASSWORD_REMINDER_BODY', 'A new password was requested from ' . $REMOTE_ADDR . '.' . "nn" . 'Your new password to '' . STORE_NAME . '' is:' . "nn" . ' ' . "nn");
define('SUCCESS_PASSWORD_SENT', 'Success: A new password has been sent to your e-mail address.NAVBAR_TITLE', 'Cookie Usage');
define('HEADING_TITLE', 'Cookie Usage');
define('TEXT_INFORMATION', 'We have detected that your browser does not support cookies, or has set cookies to be disabled.
To continue shopping online, we encourage you to enable cookies on your browser.
For Internet Explorer browsers, please follow these instructions:
- Click on the Tools menubar, and select Internet Options
- Select the Security tab, and reset the security level to Medium
We have taken this measurement of security for your benefit, and apologize upfront if any inconveniences are caused.
Please contact the store owner if you have any questions relating to this requirement, or to continue purchasing products offline.');
define('BOX_INFORMATION_HEADING', 'Cookie Privacy and Security');
define('BOX_INFORMATION', 'Cookies must be enabled to purchase online on this store to embrace privacy and security related issues regarding your visit to this site.
By enabling cookie support on your browser, the communication between you and this site is strengthened to be certain it is you who are making transactions on your own behalf, and to prevent leakage of your privacy information.
|
|
|
 |
| 0 items |
 |
|
|
 |
Bestsellers |
 |
|
 |
Clearance Sales - Hurry Stocks Limited |
  |
|
 |
Competition |
 |
 |

To take part in the BabyBuys competitions. Click Here |
 |
|
|
|
|
|