rajasthanmarketplace.com Open in urlscan Pro
15.197.253.91  Public Scan

Submitted URL: http://rajasthanmarketplace.com/
Effective URL: https://rajasthanmarketplace.com/
Submission: On August 26 via api from BD — Scanned from DE

Form analysis 3 forms found in the DOM

<form onsubmit="return newOnCheckoutSubmit(this);" id="c-form">
  <div class="per-detail bg-white mt-4">
    <div class="p-3">
      <h5 class="font-weight-medium mb-3">Personal Details</h5>
      <div class="form-group"><input name="name" placeholder="Name" type="text" id="cname" class="form-control" required=""></div>
      <div class="form-group"><input name="mobile" placeholder="Mobile" type="text" id="cmobile" oninput="toNotify()" onkeypress="numberOnlyInput(event)" class="form-control" maxlength="13" inputmode="numeric" pattern="[0-9]*" minlength="10"
          required=""></div>
      <div class="form-group"><input name="email" placeholder="email (optional)" type="text" class="form-control"></div>
      <div class="delivery-pickup-section">
        <div class="d-flex pr-3 inner">
          <div class="form-check primary-radio-group"><input class="form-check-input" type="radio" name="checkoutType" id="delivery" value="delivery" checked=""><label class="form-check-label" for="delivery"> Delivery </label></div>
          <div class="form-check primary-radio-group"><input class="form-check-input" type="radio" name="checkoutType" id="pickup" value="pickup"><label class="form-check-label" for="pickup"> I'll pickup myself </label></div>
        </div>
      </div>
      <div class="store-pickup-address d-none">
        <div class="d-flex inner">
          <div class="align-self-center"><i class="fa fa-store"></i></div>
          <div class="ml-3 align-self-center">
            <p class="font-weight-600">Pickup from</p>
            <p class="mr-3 current-outlet-address"></p>
          </div>
          <div class="ml-auto align-self-center"><button type="button" class="clr-btn font-weight-600 spa-change" onclick="multiOutletFn.show(null,true)">CHANGE </button></div>
        </div>
      </div>
    </div>
  </div>
  <div class="per-detail bg-white mt-4">
    <div class="p-3">
      <div class="address-sec">
        <h5 class="font-weight-medium mb-3">Delivery Address</h5>
        <div class="d-flex my-2">
          <div>
            <h6 id="add" class="full-address font-weight-normal"></h6>
          </div>
          <div class="mnw-150px align-self-center"><a href="javascript:void(0)" class="change-address-btn h5" onclick="saveCForm(document.getElementById('c-form')); openPopup('address')">Change Address</a></div>
        </div>
      </div>
    </div>
  </div>
  <div class="my-4 bg-white">
    <div class="apply-coupon-btn"><button type="button" onclick="openPopup('cc')" class="clr-btn w-100 d-flex bg-white cp-arc px-3 d-none">
        <div class="img text-center align-self-center"><img src="/static/bizrise/img/discount_red.svg" width="30px" height="30px"></div>
        <div class="align-self-center arc ml-3"> Apply Rewards &amp; Coupons </div>
        <div class="ml-auto align-self-center"><i class="fas fa-chevron-right arc-right"></i></div>
      </button></div>
    <div class="d-none for-reward-point">
      <div class="clr-btn w-100 d-flex bg-white rp-applied px-3 d-none">
        <div class="per-icon d-flex align-self-center"><i class="fas fa-percent align-self-center"></i></div>
        <div class="align-self-center arc ml-3">
          <h6 class="heading">Reward Points applied</h6>
          <p class="content">You got extra discount of Rs.</p>
        </div>
        <div class="ml-auto align-self-center"><button type="button" class="clr-btn remove-btn" onclick="removeRewardPoint()"><i class="fas fa-times-circle"></i></button></div>
      </div>
    </div>
    <div class="d-none for-coupon-code">
      <div class="w-100 d-flex bg-white rp-applied px-3">
        <div class="per-icon d-flex align-self-center"><i class="fas fa-percent align-self-center"></i></div>
        <div class="align-self-center arc ml-3">
          <h6 class="heading" id="applied-coupon-code"> coupon applied</h6>
          <p class="content" id="cca-value"></p>
        </div>
        <div class="ml-auto align-self-center"><button type="button" class="clr-btn remove-btn" onclick="couponCodeFn.removeCouponCode()"><i class="fas fa-times-circle"></i></button></div>
      </div>
      <div class="my-2 d-none for-free-product-type-code">
        <div class="clr-btn w-100 d-flex bg-white px-3">
          <div class=" d-flex align-self-center"><img class="fp-p-img" src="/static/bizrise/img/ph.png" onerror="onImageError(this)" width="30" height="30" data-src="/static/bizrise/img/ph.png"></div>
          <div class="align-self-center ml-3">
            <h6 class="heading fp-applied-coupon-code font-weight-bold"></h6>
            <p class="mt-1 fp-weight"></p>
            <p class="mt-1 content fp-cca-value"><del class="price"></del><span class="ml-1 font-weight-bold">Free</span></p>
          </div>
        </div>
      </div>
    </div>
    <div class="p-3 bg-white">
      <div class="row my-3 h6 font-weight-normal">
        <div class="col">Subtotal</div>
        <div class="col text-right text-mute subtotal">₹0</div>
      </div>
      <div class="row my-3 h6 font-weight-normal">
        <div class="col">Delivery Charges</div>
        <div class="col text-right text-mute">₹<span id="delivery-charge">0</span></div>
      </div>
      <div class="row my-3 h6 font-weight-normal" id="discount-area">
        <div class="col">Discount (<span id="discount-reason">N/A</span>)</div>
        <div class="col text-right text-mute"><span id="discount">-₹0</span></div>
      </div>
      <hr>
      <div class="row my-3 h6 font-weight-normal ">
        <div class="col "><b>Total</b></div>
        <div class="col text-right font-weight-normal"><b class="amount-payable">₹0</b></div>
      </div>
      <div class="row my-3 h6 font-weight-normal d-none" id="gst">
        <div class="col">GST Charge</div>
        <div class="col text-right text-mute"><span id="gst-amount">+₹0</span></div>
      </div>
    </div>
  </div>
  <div class="p-3 my-4 bg-white">
    <div class="my-3 cnotes">
      <p class="font-weight-bold">Please Note:-</p>
      <div class="mt-1">
        <ul>
          <li>We serve only in these locations :- 1 K m</li>
          <li>We accept only order above ₹500</li>
          <li class="free-delivery-msg">Add items worth ₹<span class="amount-free-delivery">500</span> or more to make your delivery free</li>
          <li class="eligible">Congrats, You are eligible for free delivery </li>
        </ul>
      </div>
    </div>
  </div><input type="hidden" name="pmode" value="COD" id="pmode">
  <div class="bottom-sticky">
    <div class="d-flex p-3 bg-white checkouts-btn">
      <div class="w-100 ml-3" id="pay-online-btn"><button class="clr-btn btn-lg w-100 h6 cta-button" onclick="document.getElementById('pmode').value='ONLINE';"> Pay Online </button></div>
    </div>
  </div>
</form>

<form onsubmit="return addressPageFn.onFormSubmit(this);" id="address-form">
  <div class="form-group mt-2" id="c-address-sec"><input name="address" placeholder="Address Line*" type="text" class="form-control" required=""></div><input type="hidden" name="lat"><input type="hidden" name="lng">
  <div class="form-group" id="c-city-sec"><input name="city" placeholder="city" type="text" class="form-control" required=""></div>
  <div class="form-group" id="c-state-sec"><input name="state" placeholder="state" type="text" class="form-control" required=""></div>
  <div class="form-group" id="c-pincode-sec"><input name="pincode" placeholder="pincode" type="text" onkeypress="numberOnlyInput(event)" maxlength="6" minlength="6" inputmode="numeric" pattern="[0-9]*" class="form-control" required=""></div><button
    class="mt-3 clr-btn btn-lg w-100 h6 cta-button"> Submit</button>
</form>

<form onsubmit="return addressPageFn.onFormSubmit(this);" id="billing-address-form">
  <div class="form-group mt-2" id="c-address-sec"><input name="billingAddress" placeholder="Address Line*" type="text" class="form-control" required=""></div><input type="hidden" name="lat"><input type="hidden" name="lng">
  <div class="form-group" id="c-city-sec"><input name="billingCity" placeholder="city" type="text" class="form-control" required=""></div>
  <div class="form-group" id="c-state-sec"><input name="billingState" placeholder="state" type="text" class="form-control" required=""></div>
  <div class="form-group" id="c-pincode-sec"><input name="billingPincode" placeholder="pincode" type="text" onkeypress="numberOnlyInput(event)" maxlength="6" minlength="6" inputmode="numeric" pattern="[0-9]*" class="form-control" required=""></div>
  <button class="mt-3 clr-btn btn-lg w-100 h6 cta-button"> Submit</button>
</form>

Text Content

Loading

RAJASTHAN MARKETPLACE

DETECT CURRENT LOCATION

Using GPS




NO SUCH ITEM FOUND

SORRY WE COULDN’T FIND THE
ITEM YOU SEARCHED

Can't find your item? You can add it manually.

Manual List

0

BAG

Account
Login/SignUp

--------------------------------------------------------------------------------

Rewards Points

--------------------------------------------------------------------------------

OrdersContact UsShareReport Store Logout
 * about us
 * privacy policy
 * terms & conditions
 * shipping policy
 * return & refund policy
 * contact details

 * 
 * 
 * 




Top Products

Home Appliances

Furniture

Mobile Accessories

Plastic Item

Hardware

Homemade Foods

Paan Shops

Restaurants

Home Appliances & Electronics

Fruits & Vegetables

Mobile, Computers & Others

Jewellary

Kirana, FMCG & Grocery

Accessories

Fashion, Garments & Clothing

Home Decor & Appliances

Security Equipment

Sweets & Bakery

Chicken & Meat

Beauty & Cosmetics

T


Top Products

H


Home Appliances

F


Furniture

M


Mobile Accessories

P


Plastic Item

H


Hardware

Homemade Foods

P


Paan Shops

R


Restaurants

Home Appliances & Electronics

F


Fruits & Vegetables

M


Mobile, Computers & Others

J


Jewellary

K


Kirana, FMCG & Grocery

Accessories

Fashion, Garments & Clothing

H


Home Decor & Appliances

S


Security Equipment

Sweets & Bakery

C


Chicken & Meat

B


Beauty & Cosmetics



NO SHOP IN THIS AREA. PLEASE COMEBACK LATER

Top Products



Milk Cake

Milk Cake

5.0 ★



250 g

₹100

ADD +

2 Variants

-
+


5+ orders completed

Moog Dal Kachori

Moog Dal Kachori

5.0 ★



1 Pic

₹10

ADD +
-
+


5+ orders completed


9% off

Imrti

Imrti

5.0 ★



1 Kg

₹400

₹440

ADD +
-
+


5+ orders completed


9% off

Kalaknd

Kalaknd

5.0 ★



1 Kg

₹400

₹440

ADD +
-
+


5+ orders completed


5% off

Kaju Katli

Kaju Katli

5.0 ★



1 Kg

₹740

₹780

ADD +
-
+


5+ orders completed


9% off

Mothichur Laddu

Mothichur Laddu

5.0 ★



1 Kg

₹400

₹440

ADD +
-
+


5+ orders completed




Home Appliances







Furniture







Mobile Accessories




Infinity Xpresso

Infinity Xpresso

5.0 ★

Infinity Mobile Hub, WMHG JXM Veterinary Hospital JN, Kottamkara, Kerala, 691504



₹0

ADD +
-
+


1180+ orders completed




Plastic Item







Hardware







Homemade Foods







Paan Shops







Restaurants







Home Appliances & Electronics







Fruits & Vegetables




freshJu

freshJu

5.0 ★

bhuwana, JP93 WWW Bhuwana, Udaipur, Rajasthan, 313001



₹0

ADD +
-
+


587+ orders completed




Mobile, Computers & Others







Jewellary




ShivaaY Jewelrs

ShivaaY Jewelrs

5.0 ★

G 906 Narendra Plaza Goshala Street Gopal ji ka Rasta Johri Bazar, Near Goshala
, Jaipur, Rajasthan, 302003



₹0

ADD +
-
+


1382+ orders completed




Kirana, FMCG & Grocery




1 deals

ALH MART

ALH MART

5.0 ★

ALH MART (Near Pawa Hospital), College Road Fazilnagar, Kushinagar, Uttar
Pradesh, 274401



₹0

ADD +
-
+


472+ orders completed

Shyam Shop

Shyam Shop

5.0 ★

b12, Sanganer, , Jaipur, Rajasthan, 302020



₹0

ADD +
-
+


1429+ orders completed

Soshopee

Soshopee

5.0 ★





₹0

ADD +
-
+


5+ orders completed

Vishal General Store

Vishal General Store

5.0 ★

beawar kekri road, Badanwara-Bhinai-Nagola, , Nagola, Rajasthan, 305628



₹0

ADD +
-
+


1207+ orders completed

R S Group King's Shahi Namkeen Shop.

R S Group King's Shahi Namkeen Shop.

5.0 ★

1/ 95 SFS, Mansarovar Agarwal Farm, Jaipur, Rajasthan, 302020



₹0

ADD +
-
+


318+ orders completed

Star City Mall

Star City Mall

5.0 ★

ward no 06, Ramdev mandir taranagar, Taranagar, Rajasthan, 331304



₹0

ADD +
-
+


1347+ orders completed




Accessories







Fashion, Garments & Clothing




ApNi Dukan

ApNi Dukan

5.0 ★





₹0

ADD +
-
+


455+ orders completed

Fashion Sale on Demand

Fashion Sale on Demand

5.0 ★

H.No.227, Satish Colony Mukhani Police Station, In front of V Mart, Haldwani,
Uttarakhand, 263139



₹0

ADD +
-
+


1387+ orders completed

2 deals

FASHION PLANET

FASHION PLANET

5.0 ★

FASHION PLANET NEAR ESSAR PETROL PUMP KUMBARI CHHAK, 58HJ GXG



₹0

ADD +
-
+


820+ orders completed

Samar Communication

Samar Communication

5.0 ★

adrsh nagar lagauli, Milki Zamira



₹0

ADD +
-
+


1475+ orders completed

Fi Shoes

Fi Shoes

5.0 ★





₹0

ADD +
-
+


498+ orders completed

SabBecho

SabBecho

5.0 ★

Mansarovar, N S Road, Jaipur, Rajasthan, 302020



₹0

ADD +
-
+


1513+ orders completed

Only Online Kro

Only Online Kro

5.0 ★

samdari, barmer, barmer, Rajasthan, 344043



₹0

ADD +
-
+


273+ orders completed

BORANA FASHION ONLINE

BORANA FASHION ONLINE

5.0 ★

207 nagiswar mandir, Dungari Road, , Malwara, Rajasthan, 343039



₹0

ADD +
-
+


1344+ orders completed

Mamta Vastra Villa

Mamta Vastra Villa

5.0 ★

p- vidhya Nagar Socity ,Hiran mangri sector-4 , Udaipur. pin code number -
313001, vidhya nagar, Udaipur, Rajasthan, 313001



₹0

ADD +
-
+


658+ orders completed




Home Decor & Appliances




RUVC ENTERPRISES

RUVC ENTERPRISES

5.0 ★

123/528, near English vine shop, Pahsa Mahiuddinpur, Uttar Pradesh, 221705



₹0

ADD +
-
+


818+ orders completed

SabBecho

SabBecho

5.0 ★

Mansarovar, N S Road, Jaipur, Rajasthan, 302020



₹0

ADD +
-
+


1513+ orders completed




Security Equipment







Sweets & Bakery






SWEETS SHOP

Barmer Sweets shop

Onion Kachori

Onion Kachori

5.0 ★



1 Pic

₹20

ADD +
-
+


5+ orders completed

Mirchivada

Mirchivada

5.0 ★



1 Pic

₹20

ADD +
-
+


5+ orders completed




Chicken & Meat







Beauty & Cosmetics




KHUSHI COLLECTION

KHUSHI COLLECTION

5.0 ★

Khushi collection Satya Nagar Road near tau ji cricle jhotwara Jaipur, Khushi
collection, Jaipur, Rajasthan, 302012



₹0

ADD +
-
+


671+ orders completed




MY BAG



Clear Bag

YOUR SHOPPING LIST



ITEM TOTAL



₹0



Proceed to Checkout

YOUR BAG IS EMPTY

LOOKS LIKE YOU HAVEN'T MADE YOUR CHOICE YET.



Back to home


₹0



NET PAYABLE

Includes delivery charges, taxes and all other charges

PERSONAL DETAILS




Delivery
I'll pickup myself

Pickup from



CHANGE

DELIVERY ADDRESS

Change Address
Apply Rewards & Coupons


REWARD POINTS APPLIED

You got extra discount of Rs.



COUPON APPLIED





Free

Subtotal
₹0
Delivery Charges
₹0
Discount (N/A)
-₹0

--------------------------------------------------------------------------------

Total
₹0
GST Charge
+₹0

Please Note:-

 * We serve only in these locations :- 1 K m
 * We accept only order above ₹500
 * Add items worth ₹500 or more to make your delivery free
 * Congrats, You are eligible for free delivery

Pay Online

MY BAG



Clear Bag

YOUR SHOPPING LIST



YOUR BAG IS EMPTY

LOOKS LIKE YOU HAVEN'T MADE YOUR CHOICE YET.

Can't find your item? You can Manual List

RAJASTHAN MARKETPLACE

Whatsapp


THANK YOU FOR YOUR ORDER

Your Order# Has Been Placed And Will Be Delivered Soon

We Will Notify You Through Sms..



SUCCESSFULLY PAID AMOUNT



Continue Shopping
WhatsApp Store



APPLY COUPONS

Contact
Back to home
APPLY



ADDRESS

Contact
Back to home


ADDRESS



Submit

ADDRESS

Contact
Back to home


BILLING ADDRESS



Submit





ENTER YOUR
MOBILE NUMBER




Yes, I accept the terms of service and the privacy policy .


ENTER OTP

A six digit code has been sent as SMS



Change Number Resend OTP
CONFIRM LOGIN

HURRAY!

SELECT OUTLET FOR PICKUP



PLEASE CHOOSE AN OPTION

Delivery

-------- or --------

Pickup/Take-Away

WHATSAPP

FACEBOOK

TWITTER

COPY STORE WEBSITE

Store Website copied!

Whatsapp us
Call us

YOUR SHOPPING LIST

Add item

--------------------------------------------------------------------------------

or

--------------------------------------------------------------------------------


Add Images

ok



FAQ'S


FREQUENTLY ASKING QUESTION’S

HOW MUCH TIME IT WILL TAKE TO GET ORDER?

We usually deliver within 1 day, but sometimes it can take up to 2 days
depending upon the area or weather.

CAN I PLACE BULK ORDER AND GET DISCOUNT ON IT?

Yes, you can easily order in Bulk and get discount on it.

CAN I RETURN MY PRODUCT INCASE OF DAMAGED/WRONG PRODUCT?

Please refer to our Return and Refunds Policy to get details information about
this.

IS IT SAFE TO ORDER FROM YOUR WEBSITE?

Yes, It is completely safe and secure to order from our website.

WHAT THEY SAY

> Best place to order online. Lot of option to choose from
> 
> Sandeep

> There are a lot of option to choose from. Best experience.
> 
> Suraj Kumar

> Delivery was on time. I recommend it to all my friends
> 
> Kunal

 1. 
 2. 
 3. 








CALL US

8094011825






MAIL US

welcome@rajasthanmarketplace.com





USEFUL LINKS

 * Home
 * About us
 * Refund & Return Policy
 * Privacy Policy
 * Shipping Policy
 * Terms & Condition Policy


FOLLOW US

Copyright © 2022, All Right Reserved Rajasthan Marketplace.

 *  
 *  
 * 
 *  
 *  


Login/SignUp
Logout



--------------------------------------------------------------------------------

 * Home
 * Orders
 * Rewards Points
 * Contact Us
 * Share

   --------------------------------------------------------------------------------

 * about us
 * privacy policy
 * terms & conditions
 * shipping policy
 * return & refund policy
 * contact details

--------------------------------------------------------------------------------

RAJASTHAN MARKETPLACE

RAJASTHAN MARKETPLACE

PLOT N. 67, MAHAVEER NAGAR PHASE 2 BSNL COLONY, BARMER, RAJASTHAN, 344001

CONTACT US

8094011825

JODHPURSWEETBARMER@GMAIL.COM




--------------------------------------------------------------------------------

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 




LET THE STORE OWNER KNOW ABOUT YOU TO GET BEST DEALS


Cancel
Submit