Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Basics for design


toyicebear

Recommended Posts

  • Replies 1.5k
  • Created
  • Last Reply
Hi, i've followed the tutorials so far and have managed to change my header and i've also replace the 3 gifs with transparent ones. I am trying to edit my styleshee.css but when i try uploading it back into oscommerce it comes back with the following error:

Error: I can not write to this directory. Please set the right user permissions on: /home/lee246/public_html/shop/

 

any ideas please?

 

Hi Lee,

 

Do you use a ftp program or your control panel?

 

 

Eighter way, you should be able to change the folder permissions. (cmod)

 

If not your hosting provider should be able to assist you in doing so.

Link to comment
Share on other sites

HI, I'm just a newbie, dont know where to fix the code in header, footer, index, left-right colum.php ... any contribute for off register module ??? or hide buynow button ?

 

Thanks

 

Look in the contribution section, there is a add on for just this with detailed instructions.

 

Contributions section

Link to comment
Share on other sites

Hi Lee,

 

Do you use a ftp program or your control panel?

Eighter way, you should be able to change the folder permissions. (cmod)

 

If not your hosting provider should be able to assist you in doing so.

hi, i just use my oscommerce control panel. I shall have a go, thanks.

Link to comment
Share on other sites

I've now discovered that the changes i do make are not visible in the mozilla browser. When i browse my shop in mozilla firefox it still has the original layout colours etc. Does anyone know how to fix this?

Link to comment
Share on other sites

I've now discovered that the changes i do make are not visible in the mozilla browser. When i browse my shop in mozilla firefox it still has the original layout colours etc. Does anyone know how to fix this?

 

 

It might be that you are seeing a cahed version of the page, try to press ctrl and f5.

Link to comment
Share on other sites

Back to the first page, it was mentioned that 3 of the default oscommerce graphics need replacing with transaprent ones. I am using photoshop cs 8 but cannot make them transparent. Does anyone have any ideas? Thanks.

Link to comment
Share on other sites

I know there must be a simple answer to my issue. I tried to edit the shipping.php and well it didn't work. Yes, I did save the original file. I deleted the edited shipping.php file and up loaded the original. My issue is now our shipping page is blank. When I look at the file it is correct without errors. But when I a view page source I see 1 line of html. Any ideas?

Link to comment
Share on other sites

Change single infobox backround color

 

I have tried and tried. All I want to do is change the background color of my categories infobox from white to blue and leave all the other infoboxes alone. I have seen the contribs that do this but my infoboxes are all modifed. Is there anyway to add the bgcolor code in categories.php and not modify css or classes etc.

Link to comment
Share on other sites

This has been great info! I have been spending hours reading in the fourm and searching the comtribs. Sometimes I feel I spend more time doing that than working on my store! :) As a newbie with no experience in this I am really thankful for this posting! :rolleyes:

Link to comment
Share on other sites

Hi

 

I am very new to oscommerce but ok with phpbb......what I have been trying to do is place an image into the background of my site with sadly no success......

 

also I have managed to install graphical boxes which works great...but how can i change the new products header and the header and footer of the page to match

 

any help would be greatly appreciated.....

Link to comment
Share on other sites

Hi

 

I am very new to oscommerce but ok with phpbb......what I have been trying to do is place an image into the background of my site with sadly no success......

 

also I have managed to install graphical boxes which works great...but how can i change the new products header and the header and footer of the page to match

 

any help would be greatly appreciated.....

 

 

The center boxes like new products are located in the includes/modules folder

the header and footer file is located in the includes folder

Link to comment
Share on other sites

I too would like to add a background graphic to my site.  Anyone out there who can help a newbie in simple terms????? :rolleyes:

 

 

This you can do in the stylesheet.css file in your main catalog folder.

Link to comment
Share on other sites

Change single infobox backround color

 

I have tried and tried.  All I want to do is change the background color of my categories infobox from white to blue and leave all the other infoboxes alone.  I have seen the contribs that do this but my infoboxes are all modifed.  Is there anyway to add the bgcolor code in categories.php and not modify css or classes etc.

 

 

This one makes it simple, you do have to use css, but this you can just past in if you like : CSS Categories Box

Link to comment
Share on other sites

I'd like to add an image (small gif to the left of each category, bullet style) inside the categories box. I've found how to add images to the heading here, but can't find anything about the inside of the categories box.

 

Also, how can I remove the 'right'(->) arrow next to each category?

 

Thanks in advance for any help.

 

Chris

Link to comment
Share on other sites

I'd like to add an image (small gif to the left of each category, bullet style) inside the categories box.  I've found how to add images to the heading here, but can't find anything about the inside of the categories box.

 

Also, how can I remove the 'right'(->) arrow next to each category?

 

Thanks in advance for any help.

 

Chris

 

Easy fix:

 

Choose one of these contributions:

 

Categories bullet and line

 

or

 

Categories box enhancment

 

or

 

Greate Categories

Link to comment
Share on other sites

This one makes it simple, you do have to use css, but this you can just past in if you like : CSS Categories Box

 

i like the look of your site A LIST A PART so I've downloaded and followed the following instructions:

 

"To install copy categories_css.php to the boxes directory under includes and add the category_css.css to the end of your current stylesheet.css. Modify css as necessary to match the look and feel of your site."

 

now just need to go in and edit the stylesheet to get the look i want...any suggestions for trying to get the following look LJN Sculpture

 

thanks...

Link to comment
Share on other sites

which code adjusts the different elements? i guss I'll try and play to see what happens.

 

#button {

padding: 0 0 0 0;

font-family: MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;

background-color: #ccc;

color: #000;

}

 

#button ul {

list-style: none;

margin: 0;

padding: 0;

border-top: 1px solid #000;

}

 

#button li {

border-bottom: 1px solid #000;

margin: 0;

}

 

 

 

 

#button li a {

display: block;

padding: 5px 5px 5px 0.5em;

border-left: 1px solid #000;

border-right: 1px solid #000;

background-color: #ffa7a6;

color: #000;

text-decoration: none;

width: 100%;

}

 

html>body #button li a {

width: auto;

}

 

#button li a:hover {

border-left: 1px solid #000;

border-right: 1px solid #000;

background-color: #e6ffff;

color: #000;

}

#button li.selected a {

border-left: 1px solid #000;

border-right: 1px solid #000;

background-color: #e6ffff;

color: #000;

}

Link to comment
Share on other sites

Easy fix:

 

Choose one of these contributions:

 

Categories bullet and line

 

or

 

Categories box enhancment

 

or

 

Greate Categories

 

Any idea how to display custom images next to each category (different image next to each category in the category menu) My apologies for my ignorance

 

cheers

 

J

Link to comment
Share on other sites

  • 3 weeks later...

Hi, I asked this question somewhere else in the forum but maybe you can help me?

Hi,

 

Somehow my short descriptions in "New in June" are not all on the same height. I think this is because some pictures are landscape or portrait. I would like to fix this by put the valign to "bottom" instead of "top". I tought I had to do this in product_new.php but I'm not able to find where I have to this.

 

I hope somebody had this same problem and has the answer for me?

 

Here you can see what I mean My Webpage

 

Oh, and if you also could tell me how the get the price in that same description bold I would appriciate it.

 

Thanks

Denice

Link to comment
Share on other sites

How would one change the banner link at the bottom of the index.php page to redirect to another url other than the oscommerce? I was able to change the logo, and set the url, but oscommerce script is overwriting the url associated with the banner.

 

cheers

Link to comment
Share on other sites

I found a contrib to let me put pics next to the catagories. I just cant remember the name of it. You can take a look at my site to see what it will do. I suggest searching the contribs for it. www.2daysmarketplace.com It just went live today!!!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...