$(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) {
$(".PackageAddToCart").text("Add to Cart").removeClass("disabled");
event.preventDefault();
if($(this).hasClass('PackageAddToCart')){
$(this).text("Added").addClass("disabled");
$('.continueShopping').css('display', 'block');
}
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 : "";
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();
$(".PackageAddToCart").text("Add to Cart").removeClass("disabled");
$('.continueShopping').css('display', 'none');
displayCart();
}
else{
return false;
}
});
function displayCart() {
$('#shoppingcart_popup .modal-footer').show();
let cartArray = shoppingCart.listCart();
let output = "";
console.log("cartarray",cartArray);
let newState = [];
let newObject = JSON.parse(localStorage.getItem("shopping_cart"));
newObject.map((item) => {
if(item.id != 6852398581666){
newState.push(item);
}
});
console.log("newState value here",newState);
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><th data-comp-title='Table Cell'class=' draggable' style='text-align: center;'><div data-comp-title='Grid Column' class='row text-center dropzone ui-droppable ml-1'><i data-id=" + cartArray[i].id + " class='delete-item fas fa-trash fa-fw draggable' style='font-size: 18px;color: #a1a1a1;'></i></div></th>"
+ "<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 pImg' ><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-lg-8 dropzone ui-droppable' style='display: flex;align-items: center;'><span style='text-transform: uppercase; white-space: nowrap; font-size: 14px;font-weight: 600;' class='draggable'>"+ 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'>$" + cartArray[i].total + "</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);
$(".PackageAddToCart").text("Add to Cart").removeClass("disabled");
$('.continueShopping').css('display', 'none');
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();
});
shoppingCartWidget.find(".show-cart").on("change", ".item-count", function(event) {
let id = $(this).data("id");
let count = Number($(this).val());
shoppingCart.setCountForItem(id, count);
displayCart();
});
displayCart();
}
}, 2000);
});
Contents will be displayed here...
Your Company's Secret Sauce!
Turn your ads into leads with PPC marketing.
Let’s have a meeting before placing an order!
Spend a maximum of $495/month or pay 15% of ad spending
*There will be no money required until AFTER the initial setup meeting.
PPC Package
$299
Per month.
Affordable PPC Plan and Package
Get an affordable PPC package!
PPC adverts may now be seen all over the internet. Whether they were Google advertisements or social media you've undoubtedly clicked an ad or two while surfing the internet. In fact, 63% of buyers do. So, if you're a business owner seeking a PPC firm to manage your PPC accounts, go no further. We have made it simple for you to achieve the highest services at extremely reasonable prices. We provide the most affordable monthly PPC package. Our prices start at $299/month.
Hire the Best PPC Agency
Clients typically look for us because
Your existing agency is not delivering results
Your existing agency does not clearly communicate with you
You are spending a lot of time trying to do this internally and realize it’s just not cost-effective to do so.
We resolve all these problems.
We Deliver Results.
We Communicate our Results and discuss PPC with you.
Our fees is low to make it more effective for you .
you've come here because you're seeking a reputable Google PPC services agency. You're searching for firms that can assist you to get more out of your Google Ads, or simply larger returns on investment, a company that's committed to providing you with vital assistance and transparency throughout its operations. We are available to provide you with affordable Pay Per Click services. We are dedicated to providing you with excellent customer service and pleasure. We work hard to accomplish your job on schedule and within your budget.
Why Use PPC Advertising?
Every day, 3.5 billion Google searches are conducted.
90% of searchers never go beyond page 2.
ROI is very measurable.
Specific demographics, groups, and areas should be targeted.
Produce Speedy and Transparent Results.
Pay Per Click Strategy That Saves Money
We don't waste your money on trial campaigns. With a robust approach, our professionals ensure that you obtain the greatest prices for the selected keywords. When you deal with us, you can be certain that you are in good hands...
How Does It Perform?
That part is clear. When you decide to launch a campaign with us, you can leave the rest to us. We will design your campaign specifically for your company's needs and use all best practices to ensure that it is as effective as possible. We create a campaign that is unique to you by combining tried-and-true methods and data.
Strategic Planning
Reporting & Analytics
Ad Testing
Call Tracking
Campaign Creation
Competitor & Market Analysis
Performance Management
Ad Scheduling
Advanced Bid Management
Geo-targeting
Strategic Planning PPC Keyword Research
Online Review Management
Choose the Legends Who Will Set an Example
Why You Should Contact us for Google Ads Marketing?
Budget-friendly strategy
Ad copy that works
Google certified professionals
Extensive international experience
Maximum Return on Investment
Start Your PPC Campaign with Us
To reach customers, you need a killer advertisement, which we provide. Our Google PPC services are designed to help your company understand the full potential of sponsored marketing. Our professional creative copywriters collaborate with PPC specialist strategists to generate excellent ad text that buyers can't ignore...
FAQ
faqs Object
1. Is Pay Per Click (PPC) appropriate for my company?
+
Probably. It works well for most companies. However, we will determine that together in our first meeting.
2. What exactly is PPC stand for?
+
Pay-per-click is shortened as PPC. The charge is only paid when your ads are clicked. Your cost is determined by the number of times users click on your ads.
3. How long does it take to notice a result?
+
That really depends on where you’re starting. But, basically, the steps are similar:
We need to understand what you want to accomplish (typically 1 day)
We need to determine what keywords you need to target (typically 3-5 days)
Need to create ads, campaigns, and target prospects (typically 3-5 days)
Launch campaign (typically 1 day)
Measure results and modify the campaign (typically 7 days/change)
These times are just estimates. We can address your specific concerns during our initial meeting.
4. Why should I pay for PPC rather than SEO?
+
PPC advertising is an efficient and reliable approach to get quick traffic to your website. Using SEO you pay to create a website, content, and “world view” so that the search engines want to recommend you for free. Although they are very different, both strategies work well and are typically used together.
5. Should I try PPC again because it didn't work the first time?
+
This is a question we've been asked before. If you've tried PPC previously and it didn't work, there was most likely an issue with how the campaign was set up; either the keywords you were targeting weren't quite right or your campaign didn't have the proper structure. We can analyze the data from your prior campaign and explain why it didn't work, as well as make recommendations on how we would set up your new campaign if you want to try it again. This answer is really best left to our first in-person discussion.
We Deliver the Software You Need
We are committed to providing our customers with exceptional service while offering our employees the best training.