Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2008
    Location
    Boise, Idaho
    Posts
    18
    Plugin Contributions
    0

    Default Custom Sidebox ?

    I'm am nearly brain dead from working on this site while also working at a day job. Chances are the answer is in front of my nose. Here's the deal and thank you for any input.

    At the bottom of the page below is the verified merchant logo from Authorize.Net.

    http://itzthepitz.com/index2.htm

    I'd like to incorporate it on the right side below the Information sidebox and then get rid of the credit card image in the footer:

    http://itzthepitz.com/store/

    There is this script from Authorize.Net for me to use. It has been slightly modified below to remove my customer ID#

    PHP Code:
     <!-- (c2006. Authorize.Net is a registered trademark of LightbridgeInc. --> 
    <
    div class="AuthorizeNetSeal"> <script type="text/javascript" 
    language="javascript">var ANS_customer_id="MY CUSTOMER ID 
    HERE"
    ;</script> <script type="text/javascript" language="javascript" 
    src="//VERIFY.AUTHORIZE.NET/anetseal/seal.js" ></script>
     <a href="http://www.authorize.net/" id="AuthorizeNetText" 
    target="_blank">Payment Processing</a> </div> 
    Another option, if there is a way to shrink the horizontal image above the copyright to the size of a typical horizontal bar I could put the image above or below the copyright and Powered by Zen Cart but haven't figured out how to reduce the size of the horizontal green image size.

    After a long work week and many more working on my store...I'm beat. If I spend any more time researching this my eyeballs will fall out of my head.

    Additionally, if someone thinks they can pull this off at a reasonable fee, please let me know since I need to be in production mode this weekend with my wraps as I have several orders to fill. If putting out this help request violates policy of the forum, please accept my sincere apologies and kindly disregard.

    Sincere thanks,
    Kathy

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Custom Sidebox ?

    http://www.zen-cart.com/index.php?ma...roducts_id=174
    Try using Blank Sidebox mod from downloads section,
    url above

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Custom Sidebox ?

    For Authorizenet in a sidebox see http://www.zen-cart.com/index.php?ma...roducts_id=554

    For the green bar
    find in your stylesheet.css file this
    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	}
    Seperate navSuppWrapper into it's own entry and adjust height to your liking so that it resembles this:
    Code:
    #navMainWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	}
    #navSuppWrapperr {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	font-weight: bold;
    	color: #ffffff;
    	height: 1px;
    	}

  4. #4
    Join Date
    Apr 2008
    Location
    Boise, Idaho
    Posts
    18
    Plugin Contributions
    0

    Default Re: Custom Sidebox ?

    Thank you so much. I will start with a clear head in the morning and finish this up.

 

 

Similar Threads

  1. custom sidebox
    By kriszti in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Feb 2009, 09:49 PM
  2. Custom SideBox
    By MCanes in forum General Questions
    Replies: 0
    Last Post: 6 Jul 2007, 03:46 AM
  3. custom sidebox
    By maclean in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Oct 2006, 06:43 PM
  4. Custom Image Sidebox
    By Berserker in forum Basic Configuration
    Replies: 3
    Last Post: 28 Jul 2006, 12:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg