Place into stylesheet @ bottomCode:label.attribsInput {color: red;}
Printable View
Place into stylesheet @ bottomCode:label.attribsInput {color: red;}
Mike,
Thank you....That worked.. Things are moving along now...If I can only get this csv file loaded........Thank you and God bless
Does anyone know how to load a csv file and can walk me through it please.. Let me know
Joseph
Hey all.....
Does anyone know how to put pictures on the main shopping cart page.........Right in the middle where it says (Welcome Guest! Would you like to log yourself in?) Please help me.....Thank you and God bless
Joseph
admin>tools>define page editor>main page
Mike,
One question for you...... You told me to go to admin>Tools>define page editor>main page.. could not find the tools part, but here is what I did find......cart/admin/define_pages_editor.php... If this is the right place where and how do I put my picture in.....Thank you and God bless
Joseph
joseph........:no: time for new glasses. When in your admin the tools menu is the 8th one over between reports and gift certificates/coupons. In that drop down you will see the define pages editor.....go there......then click on the drop down.....go to define_main_page.php in the middle of the list.....the page that pops up is where you enter the html code for the things you want to display on the main page. In fact you'll find that this is already there "Whether you're a new customer or an old friend we thank you for trusting us in providing for all your doggi needs." but you forgot that you put it there. I would lend you my glasses but I need em to drive in the snow. The code for putting in images would look like this as an example:The Items in Capital letters are the thiing you would change to match you stuff.......got that notebook out......right?Code:<div id="indexDefaultMainContent" class="content"><img alt="Some text to display on hover over image" src="includes/templates/YOUR_TEMPLATE/images/IMAGE_FILENAME.JPG"/></div>
I show this with a ID and CLASS so that once the image is in you can move it around with the stylesheet.......go play you can't break it
Mike,
You are right....I do need some glasses... I did know where that area is but did not know thats where I put images...... I am having a problem... I did put this coding in the define_main_page.php and I changed the things that where capitals...It looks like this ......
<div id="indexDefaultMainContent" class="content"><img alt="Treat Your Doggi Today!" src="includes/templates/templates/template_default/images/cute_dog.png"/></div> I pasted this at the end of the coding.... is that right? and this is what I got http://www.mydoggilicious.com/cart/
Thank you and God bless
Joseph
There appears to be an extra "templates" in that path to imageCode:src="includes/templates/templates/template_default/images/cute_dog.png"
Mike,
Its still not working, any insight on this......This is what my coding reads
<p><em><font color="#5f0043" size="4"></font></em></p><p><em><font color="#5f0043" size="4"></font></em></p><h1><font color="#5f0043" size="2"><em>Whether you're a new customer or an old friend we thank you for trusting us in providing for all your doggi needs.</em></font></h1><div class="content" align="right"> <img alt="Treat Your Doggi Today!" src="http://mydoggilicious.com/cart/admin/includes/templates/template_default/images/cute_dog.png" /></div>
It shows up as a red x on the main page with some text that reads Treat Your Doggi Today.....
God bless you
Joseph
Check the path to your image ... that does not look right at all ...