How can I add shipping prices to the shopping cart page ? I would like the prices and some other info to be placed below the shopping cart contents.
thank you in advance
Help. www.alovelything.com I unlocked it so you all can see - even though I'm thoroughly embarassed. :)
Is the page supposed to be this huge?
The top nav bar was to be brown. The EZ page nav bar (which isn't showing) also is to be brown.
The main section is to be a the same light cream as in the logo.
I haven't uploaded any products whatsoever. Will that make a difference?
Admcompa, thank you, BTW, for your help.
Well, I've been tweaking -- have gotten the colors about right.
The size is bugging me. Can I get to be the same size as my blog -- http://alovelything.##########################/ How do I accomplish that?
Can someone help me!
How do you fix the this? My content area is acting weird.
It will not space between paragraphs.
http://personalized2perfection.net/i...ce57fea2b68a81
My color coding and link html will not work everywhere.
http://personalized2perfection.net/i...id=4&chapter=0
All pages automatically center...and I can't have that. It looks wierd for some pages:
http://personalized2perfection.net/i...index&cPath=64
I have my banners turned off yet they still show.
I have usps and fedex as shipping options. They show estimates on the shopping cart which I like but when you go to check out only usps shows. Why is this? How can I get fedex to show?
Someone please help me!!!1![]()
1. Paragraphs.... you are not using them right. Paragraphs should look like this:
<p>Paragraph Text Here</p>
<p>Second Paragraph Here</p>
2. Links... you don't have them coded right either. You have links on that page like this:
<a href="http://personalized2perfection.net/index.php?main_page=index&cPath=61_2</a><font color="purple"><b><u>CHILDREN'S BOOKS!</u></b></font>
Should be like this:
<a href="http://personalized2perfection.net/index.php?main_page=index&cPath=61_2"><font color="purple"><b><u>CHILDREN'S BOOKS!</u></b></font></a>
3. Centered text... you changed this:
to this:Code:#nw { text-align:left; vertical-align:top; margin:0 auto; }
Code:#nw { text-align:center; vertical-align:top; margin:0 auto; }
4. What banners? If they are truly turned off, then, they won't show.
5. Fedex issue... not sure, that's not part of the template, I'd ask that in another thread... I'm really not sure.
Decrease the image width of your banner to 1000. It is currently at 1300.
<img width="1000" height="200" title=" Powered by Zen Cart :: The Art of E-Commerce " alt="Powered by Zen Cart :: The Art of E-Commerce" src="includes/templates/cherry_zen/images/logo.gif"/>
You could make it 900px like your blog to match it better.
Your sidebox image is incorrect. You resized it to 200 pixels wide, but now it is 10 pixels tall... only the top 1pixel is grey, and the other 9 pixels are white, which is why you see the white in between the lines. Just change it to 200px by 1px, and all should be great!