W3 Mind Logo
Home » Call to action between product listing in eCommerce sites

Call to action between product listing in eCommerce sites

Call to action between product listing in eCommerce sites

Hello friends,
I’m going to post a tutorial where you can learn how to add any call to action or content between product listing on your eCommerce sites. Here is an example.

Call to action between product listing

I’m telling you eCommerce sites, Because this method or technique mainly uses on eCommerce sites. But you can use this on any of your websites. No issues. It’s up to you.

So let’s get started.

First of all you need to make sure that there is a jQuery installed on your website. If not, you can add it manually by adding the below script.

				
					<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
				
			

After this you will need to add the below JavaScript.

				
					<script>
jQuery(document).ready(function(){
  var num = jQuery(".productGrid").find("li").length;
  if (num > 1) {
  console.log(num);
      if(num >= 5)
      {
          jQuery(".productGrid > li:nth-child(5)").after("<li class='product rq_bar'><h3>We manufacture wireline tools... and more!</h3><p>Fast & FREE Estimates. Shipping across North America.</p><a href='/contact/' class='btn'>Request a Quote</a></li>");
      }
      else if(num <= 5)
      {
          jQuery(".productGrid > li:nth-child(1)").after("<li class='product rq_bar'><h3>We manufacture wireline tools... and more!</h3><p>Fast & FREE Estimates. Shipping across North America.</p><a href='/contact/' class='btn'>Request a Quote</a></li>");
      }
}
});
</script>
				
			
Just to inform you that you can change the parameter and content in the above JavaScript according to your requirements. That’s it! Enjoy 🙂
About Author
W3Mind

W3Mind

W3Mind focuses on Blogging, Make Money Online, SEO, Business Blogging, Social Media, WordPress, Internet Tools, Web Design and Development.
Give it a Share
Facebook
Twitter
LinkedIn
You May Also Like
Leave a Reply

Your email address will not be published. Required fields are marked *

How to
START A
BLOG
(step by step)
Load WordPress Sites in as fast as 37ms!