1-1A, City Pulse Mall, Narayan Singh Circle, Jaipur- 302004
Services:
Manufacturing:
We have a state of an art infrastructure to produce exquisite pieces of world class Jewelry. An In-house designer studio with some of the best designers working hard, assures a uniqueness to every piece of Jewelry. We also take absolute care for the purity of gold and quality of diamonds and gemstones used.
We at Tatiwalas have also been a pioneer in preserving the ancient tradition of an art of enameling and Kundan Setting in gold. The Kundan Polki Jewelry manufactured at Tatiwalas has its own touch of class with the fusion of ethnic & western designs.
Wholesaling:
Being in this field for the past three centuries we have a wholesale network through India. Wholesale inquiries are solicited. Since, we have now come in the field of retailing we would be happy to provide franchise to interested parties. We are soon putting Tatiwalas as a leading retail brand all over India.
Retailing:
Having two world-class retail stores in Jaipur, we are proud to present our unique & exotic Jewelry directly to esteemed consumers like you. The ambience of the store, smiling and welcoming staff, Shimmering glamour of the beautiful Jewelry, 100% guarantee on each piece for its purity and quality, with buy back guarantee and best after sales service are few amongst numerous qualities with us that will make you realize that we are the best in the market if you have to choose number one.
50,000
Jaipur
1680
25
No
Year of Establishment
Events Done by Us
Team Members
Year of Experience
Countries Visited
Located in Jaipur, Tatiwalas Jewellery is a well reputed name in gems and jewellery field. They are wholesaler and manufacturer of Polki Diamond and Kundan Jewellery that would suit almost everyone budget. Their Polki Diamond Jewellery are collectively designed for all types of occasions from weddings to parties to social gatherings.
Located in Jaipur, Tatiwalas Jewellery is a well reputed name in gems and jewellery field. They are wholesaler and manufacturer of Polki Diamond and Kundan Jewellery that would suit almost everyone budget. Their Polki Diamond Jewellery are collectively designed for all types of occasions from weddings to parties to social gatherings.
Located in Jaipur, Tatiwalas Jewellery is a well reputed name in gems and jewellery field. They are wholesaler and manufacturer of Polki Diamond and Kundan Jewellery that would suit almost everyone budget. Their Polki Diamond Jewellery are collectively designed for all types of occasions from weddings to parties to social gatherings.
Located in Jaipur, Tatiwalas Jewellery is a well reputed name in gems and jewellery field. They are wholesaler and manufacturer of Polki Diamond and Kundan Jewellery that would suit almost everyone budget. Their Polki Diamond Jewellery are collectively designed for all types of occasions from weddings to parties to social gatherings.
being awarded as the Silver King of India.
Recommended by 0% of couples
CALL US: 76-66-77-88-99
Write Email:
Luxurymywedding@gmail.com
Message on WhatsApp or call our wedding experts to plan your Dream Wedding NOW!
{ return \in_array($this->statusCode, array(204, 304)); } /** * Cleans or flushes output buffers up to target level. * * Resulting level can be greater than target level if a non-removable buffer has been encountered. * * @final */ public static function closeOutputBuffers(int $targetLevel, bool $flush) { $status = ob_get_status(true); $level = \count($status); $flags = PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? PHP_OUTPUT_HANDLER_FLUSHABLE : PHP_OUTPUT_HANDLER_CLEANABLE); while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) { if ($flush) { ob_end_flush(); } else { ob_end_clean(); } } } /** * Checks if we need to remove Cache-Control for SSL encrypted downloads when using IE < 9. * * @see http://support.microsoft.com/kb/323308 * * @final */ protected function ensureIEOverSSLCompatibility(Request $request) { if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) { if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) { $this->headers->remove('Cache-Control'); } }
"ob_end_flush(): failed to send buffer of zlib output compression (1)"
{ return \in_array($this->statusCode, array(204, 304)); } /** * Cleans or flushes output buffers up to target level. * * Resulting level can be greater than target level if a non-removable buffer has been encountered. * * @final */ public static function closeOutputBuffers(int $targetLevel, bool $flush) { $status = ob_get_status(true); $level = \count($status); $flags = PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? PHP_OUTPUT_HANDLER_FLUSHABLE : PHP_OUTPUT_HANDLER_CLEANABLE); while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) { if ($flush) { ob_end_flush(); } else { ob_end_clean(); } } } /** * Checks if we need to remove Cache-Control for SSL encrypted downloads when using IE < 9. * * @see http://support.microsoft.com/kb/323308 * * @final */ protected function ensureIEOverSSLCompatibility(Request $request) { if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) { if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) { $this->headers->remove('Cache-Control'); } }
{ echo $this->content; return $this; } /** * Sends HTTP headers and content. * * @return $this */ public function send() { $this->sendHeaders(); $this->sendContent(); if (\function_exists('fastcgi_finish_request')) { fastcgi_finish_request(); } elseif (!\in_array(\PHP_SAPI, array('cli', 'phpdbg'), true)) { static::closeOutputBuffers(0, true); } return $this; } /** * Sets the response content. * * Valid types are strings, numbers, null, and objects that implement a __toString() method. * * @param mixed $content Content that can be cast to string * * @return $this * * @throws \UnexpectedValueException */ public function setContent($content) { if (null !== $content && !\is_string($content) && !is_numeric($content) && !\is_callable(array($content, '__toString'))) { throw new \UnexpectedValueException(sprintf('The Response content must be a string or object implementing __toString(), "%s" given.', \gettype($content)));
0
true
/* |-------------------------------------------------------------------------- | Run The Application |-------------------------------------------------------------------------- | | Once we have the application, we can handle the incoming request | through the kernel, and send the associated response back to | the client's browser allowing them to enjoy the creative | and wonderful application we have prepared for them. | */ $kernel = $app->make(Illuminate\Contracts\Http\Kernel::class); $response = $kernel->handle( $request = Illuminate\Http\Request::capture() ); $response->send(); $kernel->terminate($request, $response);
Key | Value |
laravel_session | "eyJpdiI6IitwT1hLRkNIYXZVdHFcL1NcL0pNZFFwdz09IiwidmFsdWUiOiJwcjAyK3dqeGNsWm5scW1RQlRDSUx4Y0h5N2dsV0NJQVV3aWVJcEtuQXZKUEhHMFUrNjBYd2pERmJBRkZ3MzRIIiwibWFjIjoiOTExNDM4ZDU3ZmFlMzI0OTY2YWVkYThjYjcwNmNmMmY5MThmZWQwYzc2ZDZjMTc0ODI0ZDk2YWU5YjdlZjEyMCJ9"
|
XSRF-TOKEN | "eyJpdiI6IlY1cDhmYjQweXlaV2c4cnA5ZUlIS2c9PSIsInZhbHVlIjoic1BodHdQMWJIRm5DWlhINGU4THlpQWFhVEVxNW80M3ZiXC9UT2Z1Uk0yTHhvMUtmRzNmVXdMRFVleWxtR1VOSkkiLCJtYWMiOiJiZTdhZDQyMjJkNjZkZjA3NDVlODk4ODNiZWFlYjIwNzdjNTJjYzE2N2EzNjdkZjRmN2ZkYjQzMTdkZTcwYzhhIn0="
|
Key | Value |
LSPHP_ProcessGroup | "on"
|
PATH | "/usr/local/bin:/bin:/usr/bin"
|
HTTP_ACCEPT | "*/*"
|
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate"
|
HTTP_COOKIE | "laravel_session=eyJpdiI6IitwT1hLRkNIYXZVdHFcL1NcL0pNZFFwdz09IiwidmFsdWUiOiJwcjAyK3dqeGNsWm5scW1RQlRDSUx4Y0h5N2dsV0NJQVV3aWVJcEtuQXZKUEhHMFUrNjBYd2pERmJBRkZ3MzRIIiwibWFjIjoiOTExNDM4ZDU3ZmFlMzI0OTY2YWVkYThjYjcwNmNmMmY5MThmZWQwYzc2ZDZjMTc0ODI0ZDk2YWU5YjdlZjEyMCJ9; XSRF-TOKEN=eyJpdiI6IlY1cDhmYjQweXlaV2c4cnA5ZUlIS2c9PSIsInZhbHVlIjoic1BodHdQMWJIRm5DWlhINGU4THlpQWFhVEVxNW80M3ZiXC9UT2Z1Uk0yTHhvMUtmRzNmVXdMRFVleWxtR1VOSkkiLCJtYWMiOiJiZTdhZDQyMjJkNjZkZjA3NDVlODk4ODNiZWFlYjIwNzdjNTJjYzE2N2EzNjdkZjRmN2ZkYjQzMTdkZTcwYzhhIn0%3D"
|
HTTP_HOST | "luxurymywedding.com"
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
DOCUMENT_ROOT | "/home/u544263832/domains/luxurymywedding.com/public_html"
|
REMOTE_ADDR | "18.219.253.199"
|
REMOTE_PORT | "1368"
|
SERVER_ADDR | "195.35.39.246"
|
SERVER_NAME | "luxurymywedding.com"
|
SERVER_ADMIN | "" |
SERVER_PORT | "443"
|
REQUEST_SCHEME | "https"
|
REQUEST_URI | "/jewellery/tatiwalas-jewellery"
|
REDIRECT_URL | "/public/jewellery/tatiwalas-jewellery"
|
REDIRECT_REQUEST_METHOD | "GET"
|
HTTPS | "on"
|
CRAWLER_USLEEP | "1000"
|
CRAWLER_LOAD_LIMIT_ENFORCE | "25"
|
H_PLATFORM | "Hostinger"
|
H_TYPE | "shared"
|
H_CANARY | "false"
|
H_STAGING | "false"
|
REDIRECT_STATUS | "200"
|
X_SPDY | "HTTP2"
|
SSL_PROTOCOL | "TLSv1.3"
|
SSL_CIPHER | "TLS_AES_256_GCM_SHA384"
|
SSL_CIPHER_USEKEYSIZE | "256"
|
SSL_CIPHER_ALGKEYSIZE | "256"
|
SCRIPT_FILENAME | "/home/u544263832/domains/luxurymywedding.com/public_html/public/index.php"
|
QUERY_STRING | "" |
SCRIPT_URI | "https://luxurymywedding.com/jewellery/tatiwalas-jewellery"
|
SCRIPT_URL | "/jewellery/tatiwalas-jewellery"
|
SCRIPT_NAME | "/public/index.php"
|
SERVER_PROTOCOL | "HTTP/1.1"
|
SERVER_SOFTWARE | "LiteSpeed"
|
REQUEST_METHOD | "GET"
|
X-LSCACHE | "on,crawler,esi,combine"
|
PHP_SELF | "/public/index.php"
|
REQUEST_TIME_FLOAT | 1732179166.142
|
REQUEST_TIME | 1732179166
|
APP_NAME | "Luxury My Wedding"
|
APP_SHORT_NAME | "LMW"
|
APP_ENV | "local"
|
APP_KEY | "base64:4cYLt4ymyWvxdmdyvczOL74XsfxK1ldYzPFf7al+v3o="
|
APP_DEBUG | "true"
|
APP_LOG_LEVEL | "debug"
|
APP_URL | "http://localhost"
|
DEBUGBAR_ENABLED | "FALSE"
|
DB_CONNECTION | "mysql"
|
DB_HOST | "127.0.0.1"
|
DB_PORT | "3306"
|
DB_DATABASE | "u544263832_lmwdata"
|
DB_USERNAME | "u544263832_lmwuser"
|
DB_PASSWORD | "-SOPDj57An&{"
|
ENABLE_REGISTRATION | "true"
|
REQUIRES_APPROVAL | "false"
|
BROADCAST_DRIVER | "log"
|
CACHE_DRIVER | "file"
|
SESSION_DRIVER | "file"
|
QUEUE_DRIVER | "sync"
|
SESSION_TIMEOUT_STATUS | "true"
|
SESSION_TIMEOUT | "60000"
|
REDIS_HOST | "127.0.0.1"
|
REDIS_PASSWORD | "null"
|
REDIS_PORT | "6379"
|
MAIL_DRIVER | "mail"
|
MAIL_HOST | "smtp.mailtrap.io"
|
MAIL_PORT | "2525"
|
MAIL_FROM | "no-reply@luxurymywedding.com"
|
MAIL_FROM_NAME | "LMW"
|
MAIL_USERNAME | "null"
|
MAIL_PASSWORD | "null"
|
MAIL_ENCRYPTION | "null"
|
PUSHER_APP_ID | "" |
PUSHER_APP_KEY | "" |
PUSHER_APP_SECRET | "" |
JWT_SECRET | "flUMRJC8fkeqS6GdpPdnXZ5Tp7TYAXcB"
|
FACEBOOK_CLIENT_ID | "785205972268767"
|
FACEBOOK_CLIENT_SECRET | "b3e800cecd9dd966792cbde130bcf6c2"
|
FACEBOOK_REDIRECT | "https://www.luxurymywedding.com/logins/facebook"
|
GOOGLE_CLIENT_ID | "1050214283987-8ghea2fjk47tlmm4bbjq3lqtdt01kmtn.apps.googleusercontent.com"
|
GOOGLE_CLIENT_SECRET | "7E4b2tOQRBpgZC7xTt33sUtZ"
|
GOOGLE_REDIRECT | "https://www.luxurymywedding.com/logins/google"
|
RAZORPAY_KEY | "rzp_test_zNpCeBGysCOP5n"
|
RAZORPAY_SECRET | "wHxI9tC9HQX5uBcAVl8xuHgy"
|
Key | Value |
LSPHP_ProcessGroup | "on"
|
PATH | "/usr/local/bin:/bin:/usr/bin"
|
APP_NAME | "Luxury My Wedding"
|
APP_SHORT_NAME | "LMW"
|
APP_ENV | "local"
|
APP_KEY | "base64:4cYLt4ymyWvxdmdyvczOL74XsfxK1ldYzPFf7al+v3o="
|
APP_DEBUG | "true"
|
APP_LOG_LEVEL | "debug"
|
APP_URL | "http://localhost"
|
DEBUGBAR_ENABLED | "FALSE"
|
DB_CONNECTION | "mysql"
|
DB_HOST | "127.0.0.1"
|
DB_PORT | "3306"
|
DB_DATABASE | "u544263832_lmwdata"
|
DB_USERNAME | "u544263832_lmwuser"
|
DB_PASSWORD | "-SOPDj57An&{"
|
ENABLE_REGISTRATION | "true"
|
REQUIRES_APPROVAL | "false"
|
BROADCAST_DRIVER | "log"
|
CACHE_DRIVER | "file"
|
SESSION_DRIVER | "file"
|
QUEUE_DRIVER | "sync"
|
SESSION_TIMEOUT_STATUS | "true"
|
SESSION_TIMEOUT | "60000"
|
REDIS_HOST | "127.0.0.1"
|
REDIS_PASSWORD | "null"
|
REDIS_PORT | "6379"
|
MAIL_DRIVER | "mail"
|
MAIL_HOST | "smtp.mailtrap.io"
|
MAIL_PORT | "2525"
|
MAIL_FROM | "no-reply@luxurymywedding.com"
|
MAIL_FROM_NAME | "LMW"
|
MAIL_USERNAME | "null"
|
MAIL_PASSWORD | "null"
|
MAIL_ENCRYPTION | "null"
|
PUSHER_APP_ID | "" |
PUSHER_APP_KEY | "" |
PUSHER_APP_SECRET | "" |
JWT_SECRET | "flUMRJC8fkeqS6GdpPdnXZ5Tp7TYAXcB"
|
FACEBOOK_CLIENT_ID | "785205972268767"
|
FACEBOOK_CLIENT_SECRET | "b3e800cecd9dd966792cbde130bcf6c2"
|
FACEBOOK_REDIRECT | "https://www.luxurymywedding.com/logins/facebook"
|
GOOGLE_CLIENT_ID | "1050214283987-8ghea2fjk47tlmm4bbjq3lqtdt01kmtn.apps.googleusercontent.com"
|
GOOGLE_CLIENT_SECRET | "7E4b2tOQRBpgZC7xTt33sUtZ"
|
GOOGLE_REDIRECT | "https://www.luxurymywedding.com/logins/google"
|
RAZORPAY_KEY | "rzp_test_zNpCeBGysCOP5n"
|
RAZORPAY_SECRET | "wHxI9tC9HQX5uBcAVl8xuHgy"
|