Crypto Marketing Services, backed-up by the experience of our experts. With backgrounds in multi-cultural crypto relevant domains – we are ready for anything you could need. You can directly buy our custom-made packages or contact us with your requirements to tailor one for you.
Free Consultation
Discuss a Custom Plan with Our Top Marketing Experts.
30 Minutes to Discover New Opportunities and Reach Your Goals.
We collaborate with the most successful and innovative entities in the industry, to deliver exceptional marketing solutions.
Partner with us to take advantage of our extensive network and drive your business forward
jQuery(document).ready(function ($) {
$('.include-button').on('click', function () {
// Button se product ka data lena
let productID = $(this).attr('data-product-id');
let productTitle = $(this).attr('data-product-title');
let productImage = $(this).attr('data-product-image');
let productDescription = $(this).attr('data-product-description');
let productPrice = $(this).attr('data-product-price');
// Debugging ke liye Console me values check karein
console.log("Product ID:", productID);
console.log("Title:", productTitle);
console.log("Image:", productImage);
console.log("Description:", productDescription);
console.log("Price:", productPrice);
// Popup ke andar data set karein
$('#popup-title').text(productTitle);
$('#popup-image').attr('src', productImage);
$('#popup-description').html(productDescription);
$('#popup-price').text(productPrice);
// Elementor Popup Open Karna
elementorProFrontend.modules.popup.showPopup({ id: 1237 }); // Apne Popup ka ID yahan dalain
});
});