<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shopping Cart Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<atom:link href="https://wpportfolio.com/tag/shopping-cart/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpportfolio.com/tag/shopping-cart/</link>
	<description>Custom Divi Designs &#38; WordPress Solutions for Small Businesses</description>
	<lastBuildDate>Wed, 14 Jan 2026 05:16:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://wpportfolio.com/wp-content/uploads/2019/04/cropped-WP-Portfolio-favicon-32x32.png</url>
	<title>Shopping Cart Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<link>https://wpportfolio.com/tag/shopping-cart/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Add extra text before shopping cart icon using jQuery in Divi</title>
		<link>https://wpportfolio.com/add-text-shopping-cart-icon-using-jquery-divi/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Thu, 22 Mar 2018 11:45:23 +0000</pubDate>
				<category><![CDATA[Woo Commerce]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Shopping Cart]]></category>
		<category><![CDATA[Woo-Commerce]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=116413</guid>

					<description><![CDATA[<p>Add an extra piece of text before the shopping cart icon in your woo-commerce divi site.</p>
<p>The post <a href="https://wpportfolio.com/add-text-shopping-cart-icon-using-jquery-divi/">Add extra text before shopping cart icon using jQuery in Divi</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_image et_pb_image_0">
				
				
				
				
				<span class="et_pb_image_wrap "><img fetchpriority="high" decoding="async" width="1300" height="395" src="https://wpportfolio.com/wp-content/uploads/2018/03/Add-Text-Before-Shopping-Cart.jpg" alt="Add Text Before Shopping Cart" title="Add Text Before Shopping Cart" srcset="https://wpportfolio.com/wp-content/uploads/2018/03/Add-Text-Before-Shopping-Cart.jpg 1300w, https://wpportfolio.com/wp-content/uploads/2018/03/Add-Text-Before-Shopping-Cart-1280x389.jpg 1280w, https://wpportfolio.com/wp-content/uploads/2018/03/Add-Text-Before-Shopping-Cart-980x298.jpg 980w, https://wpportfolio.com/wp-content/uploads/2018/03/Add-Text-Before-Shopping-Cart-480x146.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1300px, 100vw" class="wp-image-118347" /></span>
			</div><div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>How easy is it to add some extra piece of text before the shopping cart icon on your woocommerce DIVI site? Just a few lines of jQuery will help you achieve the same. For example you might want to add the words &#8220;Shopping Cart&#8221; or &#8220;All Cart Items&#8221; before the cart icon. Adding this will make it quite obvious for the user, where the shopping cart is.</p>
<p>Where can we add a few lines of jQuery to the Divi theme? To add jQuery to the Divi theme you can scroll to &#8211; Divi -&gt; Theme Options &#8211; Integration Tab -&gt; Add code to the &lt; head &gt; of your blog.</p></div>
			</div><div class="et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Paste the following jQuery and Save Changes. Change the words &#8220;Shopping Cart&#8221; to anything you want it to be.  Adjust the margins or add some of your own styles (color, font etc) in the style attribute to match your website branding.</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />jQuery(function($){<br />$(&#8216;#et-secondary-menu&#8217;).prepend(&#8216;&lt;span style=&#8221;margin:0 7px&#8221;&gt;Shopping Cart&lt;/span&gt;&#8217;);<br />});<br />&lt;/script&gt;</p>
<p>I hope this piece of code helps you with your DIVI customization.</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_comments_0 et_pb_comments_module et_pb_bg_layout_light">
				
				
				
				
				
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_2 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_2">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><em>I would love to hear about how I can help you with your business website. I have a Masters in Computer Science from Pace University, New York. Having worked in the software industry for many years, I am now freelancing and have specialized in using the<a href="https://www.elegantthemes.com/gallery/divi/" target="_blank" rel="noopener noreferrer"> DIVI theme</a> from Elegant Themes, since the past eight years. Do have a look at my <a href="https://wpportfolio.com/portfolio/">portfolio</a> to view my other completed projects. Feel free to <a href="https://wpportfolio.com/contact-divi-freelancer/">contact me</a> and I will get back to you immediately.</em></p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a href="https://wpportfolio.com/add-text-shopping-cart-icon-using-jquery-divi/">Add extra text before shopping cart icon using jQuery in Divi</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
