• Home My
  • Portfolio
  • Blog
  • FAQ
  • Contact us
$(function(){ setTimeout(function() { let shoppingCartWidget = $("[data-component-shoppingcart]"); if (shoppingCartWidget.length > 0) { let shoppingCart = init_shopping_cart(); if (!$(document).find('div#addcart_message').length) { $('<div id="addcart_message"></div>').prependTo(shoppingCartWidget); } $("body").on("click", ".add-to-cart", function(event) { event.preventDefault(); let title = $(this).data("name"); let id = $(this).data("id"); let ref_object = $(this).data("ref_object"); let price = Number($(this).data("price")); let image = $(this).data("image"); let image_exist = image ? image : ""; let max_items = $(this).data("max_items"); let max_items_exist = max_items ? max_items : ""; if(ref_object === 'packages'){ shoppingCart.removeAllItemsFromCartByKeyVal('object', 'packages'); } shoppingCart.addItemToCart(id, ref_object, title, price, 1,image_exist,max_items_exist); displayCart(); }); shoppingCartWidget.find(".clear-cart").click(function() { if (confirm('Are you sure you want to Clear the Cart?')) { shoppingCart.clearCart(); displayCart(); } else{ return false; } }); function displayCart() { $('#shoppingcart_popup .modal-footer').show(); let cartArray = shoppingCart.listCart(); let output = ""; console.log("cartarray",cartArray); if (cartArray.length >0) { for(var i in cartArray) { let min_qty_check = cartArray[i].count == 1 ? "disabled_cart_qty" : "cart_qty"; console.log("min_qty_check",min_qty_check); output += "<tr><td data-comp-title='Table Cell' class='draggable'><div data-comp-title='Grid Row' class='row mr-0 ml-0 dropzone ui-droppable' data-htmlcomponent-type='html/gridrow'><div data-comp-title='Grid Column' class='col-lg-4 d-none text-center dropzone ui-droppable'><picture data-htmlcomponent-type='widgets/mediamanager' class='draggable' ><img data-component-mediamanager='Product Image' data-comp-title='Media Manager' src=" + cartArray[i].image + " style='mask-repeat: no-repeat;-webkit-mask-repeat: no-repeat;mask-position: 50% 50%;-webkit-mask-position: 50% 50%;mask-size: auto 100%;-webkit-mask-size: auto 100%;' data-src=" + cartArray[i].image + " data-source='LOCAL' data-license_type='FREE' data-img_id='0' width='100px' height='100px' alt='No Image' </picture></div><div data-comp-title='Grid Column' class='col-12 dropzone ui-droppable p-0' style='display: flex;align-items: center;'><span style='text-transform: uppercase; white-space: nowrap; font-size: 14px;font-weight: 600;' class='draggable service'>"+ cartArray[i].title + "</span></div></div></td>" + "<td data-comp-title='Table Cell' class='draggable '><div style='font-weight: 600;' class='dropzone ui-droppable'>$"+ cartArray[i].price +"</div></td>" + "<td data-comp-title='Table Cell' class='draggable '> <div data-comp-title='Grid Column' class='row text-center dropzone ui-droppable'><div class='container'><div class='input-group spinner'><input data-id=" + cartArray[i].id + " value=" + cartArray[i].count + " type='number' class='item-count form-control' data-comp-title='number Input' class='form-control' style='padding: 0px; width: 63px;text-align: center; height: 52px;'><div class='input-group-btn-vertical'><div data-id=" + cartArray[i].id + " class='btn btn-default plus-item'><i class='fa fa-caret-up'></i></div><div data-disabled="+min_qty_check+" data-id=" + cartArray[i].id + " class='minus-item btn btn-default'><i class='fa fa-caret-down'></i></div></div></div></div></div></td>" + "<td data-comp-title='Table Cell' class='draggable price'>$" + cartArray[i].total + "</td>" + "<td data-comp-title='Table Cell'class=' draggable ' style='text-align: center;'><div data-comp-title='Grid Column' class=''><i data-id=" + cartArray[i].id + " class='delete-item fa-close fas fa-times draggable' style='font-size: 18px;color: #a1a1a1;'></i></div></td>" + "</tr>"; } }else{ output += "<tr><td colspan='5'>Your Cart is Empty...</td></tr>"; $('#shoppingcart_popup .modal-footer').hide(); } shoppingCartWidget.find(".show-cart").html(output); shoppingCart_totalCart=Number(shoppingCart.totalCart()).toFixed(2); shoppingCartWidget.find(".total-cart").html(shoppingCart_totalCart); shoppingCartWidget.find(".total-count").html(shoppingCart.totalCount()); } shoppingCartWidget.find(".show-cart").on("click", ".delete-item", function(event) { if (confirm('Are you sure you want to remove this item?')) { let id = $(this).data("id"); shoppingCart.removeItemFromCartAll(id); displayCart(); } else{ return false; } }); shoppingCartWidget.find(".show-cart").on("click", ".minus-item", function(event) { let id = $(this).data("id"); shoppingCart.removeItemFromCart(id); displayCart(); }); shoppingCartWidget.find(".show-cart").on("click", ".plus-item", function(event) { let id = $(this).data("id"); shoppingCart.addItemToCart(id); displayCart(); }); displayCart(); } }, 2000); });
Your Cart
SERVICES PRICE
SUBTOTAL
$789.00
Clear Cart Order Now
Contents will be displayed here...
Build your stunning website in a minute.

Artificial Intelligence

  • 1. Let's Start

    Step 1 out of 4

  • 2. Personal Details

    Step 2 out of 4

  • 3. Services

    Step 3 out of 4

  • 3. Business Story

    Step 3 out of 4

  • 5. Contact Details

    Step 5 out of 4

  • 4. Your Website is Just Being Created!

    Step 4 out of 4

Please fill the field and complete all steps

Please type of your business

Please Tell Us About Your Company

Please Provide Your Personal Information

Please fill the field and complete all steps

V48J

Login to your account

Tell Us About Your Business

Please fill the field and complete all steps

Contact Information

Please fill the field and complete all steps

Please hold on while we are creating your website,
Meanwhile enjoy the video

Click on the play button to start the video, while we are working on the backend

Generating your personalized AI website

Creating a blank website on CustomWebsitesClub Platform

Creating Home page

Preparing layout

Generating the content of the website

Generating the images of the website

Making your website mobile friendly

Finalizing

You have done it!

Privacy PolicyTerms & Conditions

Designed and Powered byBe Wise, LLCPowered by Be Wise, LLC