<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Customizing PC Bootstrap Theme Display</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Customizing PC Bootstrap Theme Display]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 13:52:55 +0000</pubDate>
  <lastBuildDate>Thu, 01 Feb 2018 13:09:01 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=6130</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Customizing PC Bootstrap Theme Display : Hi Mark,The way the the phone...]]></title>
   <link>https://forum.productcart.com/customizing-pc-bootstrap-theme-display_topic6130_post22830.html#22830</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 6130<br /><strong>Posted:</strong> 01-February-2018 at 1:09pm<br /><br />Hi Mark,<div><br></div><div>The way the the phone number is displayed is actually set by ProductCart to remove spaces and put the area code in parentheses. If you want to change this default behavior it would require a change to the ProductCart code, but it is a very small change. First you will want to backup the file /store/includes/coreMethods/storefront.asp in case you need to revert your changes. Download the storefront.asp file and open it a text editor like Notepad (not a word processor like Microsoft Word) and look for the line that reads:</div><div><br></div><blockquote style="margin: 0 0 0 40px; border: n&#111;ne; padding: 0px;"><div>phoneNum = "(" &amp; Mid(phoneNum, 1, 3) &amp; ")" &amp; Mid(phoneNum, 4, 3) &amp; "-" &amp; Mid(phoneNum, 7, 4)</div></blockquote><div><br></div><div>That line is what builds the phone number for the top of the mobile page (and elsewhere in ProductCart). Change that line to read:</div><div><br></div><blockquote style="margin: 0 0 0 40px; border: n&#111;ne; padding: 0px;"><div>phoneNum = "(" &amp; Mid(phoneNum, 1, 3) &amp; ") " &amp; Mid(phoneNum, 4, 3) &amp; "-" &amp; Mid(phoneNum, 7, 4)&nbsp;</div></blockquote><div><br></div><div>This small change adds a space after the closing parentheses. When you upload the edited file the changes should show up after you refresh the page.</div><div><br></div><div>As for making the phone number a clickable link that can be a little more complicated. Each phone platform (Android, iPhone, Windows Phone) does things a little different and each browser you can install on these platforms is a little different. There may not be a solution that works on all phone that may visit you site. I've created one that works on most platforms and browsers that you try. This incorporates both the extra space after the parentheses and makes it a clickable link:</div><div><br></div><div><blockquote style="margin: 0 0 0 40px; border: n&#111;ne; padding: 0px;"><div>phoneNum = "&lt;a href='tel:" &amp; phoneNum &amp; "'&gt;(" &amp; Mid(phoneNum, 1, 3) &amp; ") " &amp; Mid(phoneNum, 4, 3) &amp; "-" &amp; Mid(phoneNum, 7, 4) &amp; "&lt;/a&gt;"</div><div><br></div></blockquote>You can try that and see if it works for you. If you have a backup you can always revert the change if it's not quite what you were looking for.</div><div><br></div><div>For the Phone number being above the logo, the theme you are using has padding in setup to move the&nbsp; logo lower on the page. You can add a CSS rule to your theme to remove it. The best place to add a CSS rule is in your theme.css file. This file will be store/pc/theme/YOUR THEME NAME/css/theme.css . You can follow the same procedure of backing up the file then downloading the file and opening it in a text editor. At the bottom of that file you can add the flowing to remove the extra padding:</div><div><br></div><div><blockquote style="margin: 0 0 0 40px; border: n&#111;ne; padding: 0px;">.brand{padding:0px;}</blockquote><blockquote style="margin: 0 0 0 40px; border: n&#111;ne; padding: 0px;"><br></blockquote>When you upload your edited file and refresh you should see the changes.</div><div><br></div><div>If we can provide any more information about making these&nbsp; please let us know. We are happy to help.</div><div>- ProductCart Team</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 01 Feb 2018 13:09:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-pc-bootstrap-theme-display_topic6130_post22830.html#22830</guid>
  </item> 
  <item>
   <title><![CDATA[Customizing PC Bootstrap Theme Display : Have ProductCart v5.2.10 - Using...]]></title>
   <link>https://forum.productcart.com/customizing-pc-bootstrap-theme-display_topic6130_post22829.html#22829</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=204">MGatESS</a><br /><strong>Subject:</strong> 6130<br /><strong>Posted:</strong> 01-February-2018 at 11:08am<br /><br />Have ProductCart v5.2.10 - Using Bootstrap Blue v3<div><br></div><div>Having an issue when the theme shrinks to "mobile view".&nbsp; First, the phone number is displayed with no space between the parenthesis of the area code, and the first three digits of the phone number - so it displays like: <b>(845)277-1700 </b>instead of <b>(845) 277-1700 </b>(which to me is more aesthetically pleasing):</div><div><br></div><div><img src="https://www.endoscopy.com/images/hotlinkers/EndoscopyCom_MobileView_362x642.jpg" height="642" width="362" border="0" alt="Screen shot of mobile view - endoscopy.com" title="Screen shot of mobile view - endoscopy.com" /></div><div><br></div><div>If you can see the screen shot above, that is how the phone number is displayed at the top.&nbsp; Any way I can correct it?&nbsp; Does anyone know where the display code (or where PC pulls the phone number from) is in PC v5.2.10?</div><div><br></div><div>Also, I would like to make this phone number "clickable" - as in I want it to be a "tel:18452771700" hyperlink so that someone could tap it on their phone and call us.</div><div><br></div><div>Help is most appreciated.</div>]]>
   </description>
   <pubDate>Thu, 01 Feb 2018 11:08:43 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/customizing-pc-bootstrap-theme-display_topic6130_post22829.html#22829</guid>
  </item> 
 </channel>
</rss>